aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/normalize_filter_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-25filter_plugin: allow open() to force an input formatMax Kellermann1-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.
2009-12-14filter: added normalize filter pluginMax Kellermann1-0/+123
Wrap the AudioCompress library in a filter plugin.