aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/normalize_filter_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* filter_plugin: allow open() to force an input formatMax Kellermann2009-12-251-14/+4
| | | | | | | 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-141-0/+123
Wrap the AudioCompress library in a filter plugin.