aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_encoder.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-4/+4
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann1-1/+1
2015-01-14test/run_encoder: use EncoderToOutputStream()Max Kellermann1-15/+16
2015-01-08encoder/Interface: move functions into the structMax Kellermann1-3/+3
2015-01-08encoder/Plugin: move struct Encoder to EncoderInterface.hxxMax Kellermann1-0/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-01-24Config*: move to config/Max Kellermann1-1/+1
2014-01-23Encoder*: move to src/encoderMax Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-07test: add missing includesMax Kellermann1-0/+2
2013-12-15test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann1-21/+16
2013-12-05test/run_encoder: destruct the Encoder before exitingMax Kellermann1-0/+3
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-21/+12
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+1
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-6/+4
2013-07-30encoder_api: convert to C++Max Kellermann1-10/+8
2013-04-17encoder_list: convert to C++Max Kellermann1-1/+1
2013-01-30ConfigData: move functions into the classMax Kellermann1-1/+1
2013-01-30ConfigData: add constructors/destructorsMax Kellermann1-4/+3
2013-01-30audio_{parser,config}: convert to C++Max Kellermann1-1/+1
2013-01-30test/run_encoder, ...: convert to C++Max Kellermann1-2/+2
2012-10-02output/recorder, test/*: invoke encoder_read() after _open()Max Kellermann1-0/+2
2012-10-02test/run_encoder: fix encoder_open() callMax Kellermann1-2/+1
2012-04-05encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann1-1/+1
2012-03-19event_pipe, test: explicitly ignore write() return valueMax Kellermann1-2/+3
2012-03-19event_pipe, test: explicitly ignore write() return valueMax Kellermann1-2/+3
2011-09-09conf: move duplicate check to _read_name_value()Max Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-05-20test: enable binary mode on stdin/stdoutMax Kellermann1-0/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann1-1/+2
2009-09-24conf: handle fatal errors with GErrorMax Kellermann1-1/+1
2009-07-19Add audio_format_init() functionDavid Woodhouse1-5/+3
2009-06-03conf: eliminated CamelCaseMax Kellermann1-2/+2
2009-05-05test/run_encoder: flush the encoder before exitingMax Kellermann1-5/+21
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-02-25test: added encoder test programMax Kellermann1-0/+114