aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/RouteFilterPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* filter/route: merge the two loops, one-pass parsingMax Kellermann2013-10-181-61/+42
|
* filter/route: allocate "sources" staticallyMax Kellermann2013-10-181-14/+6
| | | | Worst-case allocation using MAX_CHANNELS.
* filter/route: use int8_t instead of signed charMax Kellermann2013-10-181-13/+11
|
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+1
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* util/Error: new error passing libraryMax Kellermann2013-09-041-18/+21
| | | | Replaces GLib's GError.
* filter/Route: don't access PcmBuffer attributes directlyMax Kellermann2013-08-071-5/+5
| | | | | Return the pointer given by PcmBuffer::Get() instead of reaching into the PcmBuffer object.
* FilterPlugin: pass config_param referenceMax Kellermann2013-08-041-7/+6
|
* audio_format: convert to C++Max Kellermann2013-08-031-11/+10
|
* pcm_buffer: convert to C++Max Kellermann2013-07-301-9/+4
|
* audio_check: convert to C++Max Kellermann2013-07-291-1/+1
|
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-1/+1
|
* FilterInternal: convert struct filter to a OO interfaceMax Kellermann2013-02-021-91/+70
|
* filter/*: don't use GLib macrosMax Kellermann2013-02-021-3/+3
|
* filter: convert to C++Max Kellermann2013-02-011-0/+350