Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 1 | -5/+5 | |
The old struct config_param remains only for top-level string options. | |||||
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 | -1/+1 | |
.. and move the plugins to src/encoder/plugins/. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-12-05 | util/DynamicFifoBuffer: new class replacing growing_fifo | Max Kellermann | 1 | -23/+7 | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+0 | |
2013-10-15 | Client, ...: remove unnecessary glib.h include | Max Kellermann | 1 | -2/+0 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -31/+27 | |
Replaces GLib's GError. | |||||
2013-08-07 | add missing includes | Max Kellermann | 1 | -0/+2 | |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -7/+7 | |
2013-08-04 | EncoderPlugin: pass config_param reference | Max Kellermann | 1 | -5/+4 | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -14/+17 | |
2013-07-30 | encoder_api: convert to C++ | Max Kellermann | 1 | -21/+16 | |
2013-07-30 | pcm_buffer: convert to C++ | Max Kellermann | 1 | -7/+5 | |
2013-07-29 | encoder/flac: convert to C++ | Max Kellermann | 1 | -22/+31 | |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -1/+1 | |
2013-01-15 | fifo_buffer: move to util/ | Max Kellermann | 1 | -2/+2 | |
2012-10-02 | {decoder,encoder}/flac: drop support for libFLAC 1.1 | Max Kellermann | 1 | -26/+5 | |
2012-04-05 | encoder/vorbis: generate end-of-stream packet when playback ends | Max Kellermann | 1 | -0/+1 | |
Add the encoder_plugin method end(). This is important for the recorder plugin. | |||||
2011-11-28 | encoder/flac: use fifo_buffer instead of pcm_buffer | Max Kellermann | 1 | -16/+20 | |
This fixes a buffer corruption bug; pcm_buffer is not designed to be a persistent buffers, and will discard anything between two consecutive calls. | |||||
2011-03-31 | fix common misspellings | Jonathan Neuschäfer | 1 | -1/+1 | |
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ | |||||
2011-02-09 | general: whitespace cleanup | Thomas Jansen | 1 | -3/+3 | |
Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$" | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-12-15 | encoder/flac: fix write callback prototype for libFLAC 1.1.2 | Max Kellermann | 1 | -1/+7 | |
2009-12-03 | encoders: remove unnessesary pointers to const strings | Viliam Mateicka | 1 | -3/+1 | |
2009-12-03 | encoders: implement new get_mime_types method | Viliam Mateicka | 1 | -0/+9 | |
2009-12-03 | flac_encoder: add support for libFLAC < 1.1.3 | Viliam Mateicka | 1 | -18/+47 | |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -12/+32 | |
This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value. | |||||
2009-11-17 | encoder: introducing flac encoder plugin | Viliam Mateicka | 1 | -0/+296 | |