aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/ChainFilterPlugin.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-26db/{simple,proxy}, ...: add "override" keywordsMax Kellermann1-4/+5
Fixes -Winconsistent-missing-override (clang 3.6).
2014-01-24Filter*: move to filter/Max Kellermann1-181/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-28*: use nullptr instead of NULLMax Kellermann1-2/+2
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann1-2/+0
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+0
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
2013-09-04util/Error: new error passing libraryMax Kellermann1-18/+17
Replaces GLib's GError.
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-17/+17
2013-08-03gcc.h: add macro gcc_unreachable()Max Kellermann1-0/+1
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann1-76/+67
2013-02-02filter/*: don't use GLib macrosMax Kellermann1-2/+2
2013-02-01filter/Chain: use std::forward_list instead of GSListMax Kellermann1-41/+20
2013-02-01filter: convert to C++Max Kellermann1-30/+29
2013-01-30filter/chain, encoder: GLib include cleanupMax Kellermann1-0/+2
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/+36
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-25filter/chain: return NULL if a filter() method has failedMax Kellermann1-1/+1
Don't close child filters in the filter() method.
2009-12-14Split filter_config into its own moduleAlbin Eldstål-Damlin1-97/+0
2009-12-14Initial filter chain and filter configuration for outputs.Albin Eldstål-Damlin1-0/+99
2009-11-12include config.h in all sourcesMax Kellermann1-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.
2009-07-06filter/chain: new library for creating a chain of filtersMax Kellermann1-0/+177