aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/route_filter_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-06-06filter/route: fixed unsigned/signed comparisonMax Kellermann1-1/+1
Fixes a clang warning.
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-25filter_plugin: allow open() to force an input formatMax Kellermann1-2/+1
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/route: check configured channel count in method init()Max Kellermann1-8/+9
Detect misconfiguration during MPD startup, not when playback begins.
2009-12-25filter/route: route_filter_parse() returns boolMax Kellermann1-3/+6
Indicate success and error.
2009-12-14Fixed memory leak on incorrect route configurationAlbin Eldstål-Damlin1-0/+4
2009-12-14Error reporting, pcm_buffer, performance tweaksAlbin Eldstål-Damlin1-52/+48
2009-12-14Initial (statically configured) route filter pluginAlbin Eldstål-Damlin1-0/+345