| Commit message (Expand) | Author | Files | Lines |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -1/+1 |
2014-01-23 | Encoder*: move to src/encoder | Max Kellermann | 1 | -2/+2 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-07 | test: add missing includes | Max Kellermann | 1 | -0/+2 |
2013-12-15 | test/*: use fprintf(stderr,...) and Log() instead of g_printerr() | Max Kellermann | 1 | -21/+16 |
2013-12-05 | test/run_encoder: destruct the Encoder before exiting | Max Kellermann | 1 | -0/+3 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+1 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -21/+12 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -1/+1 |
2013-08-04 | EncoderPlugin: pass config_param reference | Max Kellermann | 1 | -1/+1 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -6/+4 |
2013-07-30 | encoder_api: convert to C++ | Max Kellermann | 1 | -10/+8 |
2013-04-17 | encoder_list: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-30 | ConfigData: move functions into the class | Max Kellermann | 1 | -1/+1 |
2013-01-30 | ConfigData: add constructors/destructors | Max Kellermann | 1 | -4/+3 |
2013-01-30 | audio_{parser,config}: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-30 | test/run_encoder, ...: convert to C++ | Max Kellermann | 1 | -2/+2 |
2012-10-02 | output/recorder, test/*: invoke encoder_read() after _open() | Max Kellermann | 1 | -0/+2 |
2012-10-02 | test/run_encoder: fix encoder_open() call | Max Kellermann | 1 | -2/+1 |
2012-04-05 | encoder/vorbis: generate end-of-stream packet when playback ends | Max Kellermann | 1 | -1/+1 |
2012-03-19 | event_pipe, test: explicitly ignore write() return value | Max Kellermann | 1 | -2/+3 |
2012-03-19 | event_pipe, test: explicitly ignore write() return value | Max Kellermann | 1 | -2/+3 |
2011-09-09 | conf: move duplicate check to _read_name_value() | Max Kellermann | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-05-20 | test: enable binary mode on stdin/stdout | Max Kellermann | 1 | -0/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-21 | audio_format: wildcards allowed in audio_format configuration | Max Kellermann | 1 | -1/+2 |
2009-09-24 | conf: handle fatal errors with GError | Max Kellermann | 1 | -1/+1 |
2009-07-19 | Add audio_format_init() function | David Woodhouse | 1 | -5/+3 |
2009-06-03 | conf: eliminated CamelCase | Max Kellermann | 1 | -2/+2 |
2009-05-05 | test/run_encoder: flush the encoder before exiting | Max Kellermann | 1 | -5/+21 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-02-25 | test: added encoder test program | Max Kellermann | 1 | -0/+114 |