Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-10-16 | unix/Daemon, playlist/...: remove unused Domain variables | Max Kellermann | 1 | -3/+0 | |
2015-10-16 | encoder/flac: fix crash with 32 bit playback | Max Kellermann | 1 | -2/+2 | |
Copy to encoder->audio_format *after* adjusting the sample format to S24_P32. Fixes http://bugs.musicpd.org/view.php?id=4433 | |||||
2015-03-25 | OpusEncoderPlugin: initialise granulepos so we end up with sane values | Michal Nazarewicz | 1 | -1/+1 | |
Not initialising granulepos leads to it having arbitrary values in the encoded stream including possibly negative values which are not valid and confuse opusdec. Explicitly initialise opus_encoder::granulepos to avoid that problem. | |||||
2014-08-13 | encoder/shine: require libshine 3.1, adapt to new API | Max Kellermann | 1 | -3/+3 | |
The "written" argument to shine_encode_buffer() and shine_flush() was changed from "long" to "int", which breaks API and ABI compatibility. This is a big deal, and it doesn't seem worthwile to keep support for the (broken) 3.0 release. | |||||
2014-07-30 | encoder/opus: use nullptr instead of NULL | Max Kellermann | 1 | -1/+1 | |
2014-07-12 | Tag: add class const_iterator and methods begin(), end() | Max Kellermann | 1 | -2/+1 | |
Enables using range-based "for". | |||||
2014-02-22 | encoder/opus: use xalloc() instead of g_malloc() | Max Kellermann | 1 | -6/+5 | |
2014-01-24 | Config*: move to config/ | Max Kellermann | 6 | -6/+6 | |
2014-01-23 | Encoder*: move to src/encoder | Max Kellermann | 19 | -0/+2758 | |
.. and move the plugins to src/encoder/plugins/. |