summaryrefslogtreecommitdiff
path: root/src/modules/module-filter-apply.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-04pulsecore: Move pa_core structure into its own headerArun Raghavan1-0/+1
2016-05-11module-filter-apply: Fix stale m-d-m property name in commentArun Raghavan1-2/+2
2016-05-10module-filter-apply: Fix a memory leakSachin Kumar Chauhan1-14/+11
2016-05-07module-device-manager: Refine logic to ignore filtered streamsArun Raghavan1-7/+7
2016-05-07module-filter-apply: Don't implement policy in module-device-managerArun Raghavan1-8/+44
2016-05-06module-filter-apply: Remove some dead codeArun Raghavan1-10/+6
2016-04-25filter-apply: simplify proplist updatingTanu Kaskinen1-46/+4
2016-04-25device-manager, filter-apply: don't reroute streams that have a filterTanu Kaskinen1-2/+51
2016-03-17filter-apply: fix typo "what" -> "want"Tanu Kaskinen1-1/+1
2015-06-12sink,source: Add a helper function to check whether this is a filterArun Raghavan1-2/+2
2015-04-10module-filter-*: use pa_module_hook_connectDavid Henningsson1-42/+10
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-44/+44
2013-03-22filter-apply: Fix segfault with moving streamsTanu Kaskinen1-3/+7
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-1/+1
2011-11-24filters: Handle echo-cancel streams betterArun Raghavan1-20/+159
2011-11-24filters: Allow a filter to have both sink and sourceArun Raghavan1-47/+58
2011-10-12filter-apply: Move sink/source unlink callbacks before m-s-rArun Raghavan1-2/+2
2011-08-24Fix spelling sucess -> successDavid Henningsson1-1/+1
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans1-3/+3
2011-06-22Remove unnecessary #includesMaarten Bosmans1-0/+1
2011-05-03filter-apply: Mark modules as being autoloadedArun Raghavan1-1/+1
2011-04-23filters: Handle filters on sources as wellArun Raghavan1-63/+232
2011-04-23filters: Handle stream moves properlyArun Raghavan1-4/+23
2011-04-20filter-apply: Make housekeeping optionalArun Raghavan1-0/+14
2011-04-20filter: Move the proplist defines into the central place and document them.Colin Guthrie1-3/+0
2011-04-18filter-apply: New module to automatically load filter sinks (and move streams...Colin Guthrie1-0/+400