aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter_plugin.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-31fix common misspellingsJonathan Neuschäfer1-4/+4
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-25filter_plugin: allow open() to force an input formatMax Kellermann1-3/+8
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-14Minor documentation fixAlbin Eldstål-Damlin1-2/+2
2009-07-03filter: added new plugin API for filtersMax Kellermann1-0/+145
The filter API allows us to implement software volume as a pluggable filter, and we will be able to integrate libraries like SoX.