Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-12-03 | Tag: remove method AddItem() | Max Kellermann | 1 | -2/+8 | |
Use class TagBuilder instead. | |||||
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 | |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+1 | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -9/+8 | |
Replaces GLib's GError. | |||||
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -3/+3 | |
2013-08-04 | EncoderPlugin: pass config_param reference | Max Kellermann | 1 | -1/+1 | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -5/+3 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -7/+5 | |
2013-07-30 | encoder_api: convert to C++ | Max Kellermann | 1 | -10/+10 | |
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 | -3/+3 | |
2013-01-30 | test/test_vorbis_encoder: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2012-10-02 | output/recorder, test/*: invoke encoder_read() after _open() | Max Kellermann | 1 | -0/+2 | |
Make sure the file header gets written at the beginning, before _write() gets called. | |||||
2012-04-05 | encoder/vorbis: generate end-of-stream packet when playback ends | Max Kellermann | 1 | -1/+1 | |
Add the encoder_plugin method end(). This is important for the recorder plugin. | |||||
2012-04-04 | test/test_vorbis_encoder: program to debug the vorbis encoder | Max Kellermann | 1 | -0/+109 | |