aboutsummaryrefslogtreecommitdiff
path: root/src/filter/normalize_filter_plugin.c
Commit message (Collapse)AuthorAge
* audio_format: remove the reverse_endian attributeMax Kellermann2012-03-21
| | | | | | Eliminate support for reverse endian samples from the MPD core. This moves a lot of complexity to the plugins that really need it (only ALSA and CDIO currently).
* copyright year 2011Max Kellermann2011-01-29
|
* Update copyright notices.Avuton Olrich2009-12-31
|
* filter_plugin: allow open() to force an input formatMax Kellermann2009-12-25
| | | | | | | Make the audio_format argument non-const. Allow the open() method to modify it, to indicate that it wants a different input audio format than the one specified. Check that condition in chain_filter_open(), and fail.
* filter: added normalize filter pluginMax Kellermann2009-12-14
Wrap the AudioCompress library in a filter plugin.