aboutsummaryrefslogtreecommitdiff
path: root/src/filter/route_filter_plugin.c
Commit message (Collapse)AuthorAge
* conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann2013-01-30
|
* copyright year 2011Max Kellermann2011-01-29
|
* filter/route: fixed unsigned/signed comparisonMax Kellermann2010-06-06
| | | | Fixes a clang warning.
* 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/route: check configured channel count in method init()Max Kellermann2009-12-25
| | | | Detect misconfiguration during MPD startup, not when playback begins.
* filter/route: route_filter_parse() returns boolMax Kellermann2009-12-25
| | | | Indicate success and error.
* Fixed memory leak on incorrect route configurationAlbin Eldstål-Damlin2009-12-14
|
* Error reporting, pcm_buffer, performance tweaksAlbin Eldstål-Damlin2009-12-14
|
* Initial (statically configured) route filter pluginAlbin Eldstål-Damlin2009-12-14