aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/plugins/FlacEncoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* encoder/flac: fix crash with 32 bit playbackMax Kellermann2015-10-161-2/+2
| | | | | | | Copy to encoder->audio_format *after* adjusting the sample format to S24_P32. Fixes http://bugs.musicpd.org/view.php?id=4433
* Config*: move to config/Max Kellermann2014-01-241-1/+1
|
* Encoder*: move to src/encoderMax Kellermann2014-01-231-0/+325
.. and move the plugins to src/encoder/plugins/.