summaryrefslogtreecommitdiff
path: root/src/modules/module-filter-apply.c
Commit message (Expand)AuthorAgeFilesLines
* filter-apply: fix typo "what" -> "want"Tanu Kaskinen2016-03-171-1/+1
* sink,source: Add a helper function to check whether this is a filterArun Raghavan2015-06-121-2/+2
* module-filter-*: use pa_module_hook_connectDavid Henningsson2015-04-101-42/+10
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-1/+1
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-44/+44
* filter-apply: Fix segfault with moving streamsTanu Kaskinen2013-03-221-3/+7
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-1/+1
* filters: Handle echo-cancel streams betterArun Raghavan2011-11-241-20/+159
* filters: Allow a filter to have both sink and sourceArun Raghavan2011-11-241-47/+58
* filter-apply: Move sink/source unlink callbacks before m-s-rArun Raghavan2011-10-121-2/+2
* Fix spelling sucess -> successDavid Henningsson2011-08-241-1/+1
* Move i18n.[ch] to src/pulsecoreMaarten Bosmans2011-08-111-3/+3
* Remove unnecessary #includesMaarten Bosmans2011-06-221-0/+1
* filter-apply: Mark modules as being autoloadedArun Raghavan2011-05-031-1/+1
* filters: Handle filters on sources as wellArun Raghavan2011-04-231-63/+232
* filters: Handle stream moves properlyArun Raghavan2011-04-231-4/+23
* filter-apply: Make housekeeping optionalArun Raghavan2011-04-201-0/+14
* filter: Move the proplist defines into the central place and document them.Colin Guthrie2011-04-201-3/+0
* filter-apply: New module to automatically load filter sinks (and move streams...Colin Guthrie2011-04-181-0/+400