aboutsummaryrefslogtreecommitdiffstats
path: root/src/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-4/+9
| | | | | | | 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.
* Fix and use filter_configured_new()Albin Eldstål-Damlin2009-12-141-2/+6
|
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* filter: added new plugin API for filtersMax Kellermann2009-07-031-0/+106
The filter API allows us to implement software volume as a pluggable filter, and we will be able to integrate libraries like SoX.