aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/plugins/FlacEncoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'v0.19.11'Max Kellermann2015-10-271-2/+2
|\
| * 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/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-5/+5
| | | | | | | | The old struct config_param remains only for top-level string options.
* | Copyright year 2015Max Kellermann2015-01-011-1/+1
|/
* 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/.