aboutsummaryrefslogtreecommitdiff
path: root/src/filter/chain_filter_plugin.c
Commit message (Collapse)AuthorAge
* 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.
* filter/chain: return NULL if a filter() method has failedMax Kellermann2009-12-25
| | | | Don't close child filters in the filter() method.
* Split filter_config into its own moduleAlbin Eldstål-Damlin2009-12-14
|
* Initial filter chain and filter configuration for outputs.Albin Eldstål-Damlin2009-12-14
|
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | 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/chain: new library for creating a chain of filtersMax Kellermann2009-07-06