aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/RouteFilterPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-18filter/route: merge the two loops, one-pass parsingMax Kellermann1-61/+42
2013-10-18filter/route: allocate "sources" staticallyMax Kellermann1-14/+6
2013-10-18filter/route: use int8_t instead of signed charMax Kellermann1-13/+11
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-18/+21
2013-08-07filter/Route: don't access PcmBuffer attributes directlyMax Kellermann1-5/+5
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann1-7/+6
2013-08-03audio_format: convert to C++Max Kellermann1-11/+10
2013-07-30pcm_buffer: convert to C++Max Kellermann1-9/+4
2013-07-29audio_check: convert to C++Max Kellermann1-1/+1
2013-04-09pcm_*: move to src/pcm/Max Kellermann1-1/+1
2013-02-02FilterInternal: convert struct filter to a OO interfaceMax Kellermann1-91/+70
2013-02-02filter/*: don't use GLib macrosMax Kellermann1-3/+3
2013-02-01filter: convert to C++Max Kellermann1-13/+14
2013-01-30conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-06-06filter/route: fixed unsigned/signed comparisonMax Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-25filter_plugin: allow open() to force an input formatMax Kellermann1-2/+1
2009-12-25filter/route: check configured channel count in method init()Max Kellermann1-8/+9
2009-12-25filter/route: route_filter_parse() returns boolMax Kellermann1-3/+6
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