aboutsummaryrefslogtreecommitdiff
path: root/src/filter_plugin.h
Commit message (Collapse)AuthorAge
* filter: convert to C++Max Kellermann2013-02-01
|
* test/{read_conf,run_filter}: convert to C++Max Kellermann2013-01-29
|
* DatabaseVisitor, ...: use GError forward declarationMax Kellermann2012-08-02
|
* fix common misspellingsJonathan Neuschäfer2011-03-31
| | | | | | | These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
* 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.
* Minor documentation fixAlbin Eldstål-Damlin2009-12-14
|
* filter: added new plugin API for filtersMax Kellermann2009-07-03
The filter API allows us to implement software volume as a pluggable filter, and we will be able to integrate libraries like SoX.