summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* dbus: fix crash on LoadModule()Tanu Kaskinen2016-05-291-14/+11
* module-filter-apply: Fix stale m-d-m property name in commentArun Raghavan2016-05-111-2/+2
* alsa: Reread and upate jack status when a card is unsuspendedArun Raghavan2016-05-111-16/+20
* alsa: ignore jack events when the user is inactiveTanu Kaskinen2016-05-101-0/+28
* module-filter-apply: Fix a memory leakSachin Kumar Chauhan2016-05-101-14/+11
* module-device-manager: Refine logic to ignore filtered streamsArun Raghavan2016-05-072-15/+31
* module-filter-apply: Don't implement policy in module-device-managerArun Raghavan2016-05-072-24/+50
* module-filter-apply: Remove some dead codeArun Raghavan2016-05-061-10/+6
* switch-on-port-available: prefer ports that have been selected by the userTanu Kaskinen2016-05-031-7/+202
* card-restore: restore preferred portsTanu Kaskinen2016-05-031-1/+67
* switch-on-port-available: avoid repetitive pointer deferencingTanu Kaskinen2016-05-031-8/+14
* switch-on-port-available: fix inverted if conditionTanu Kaskinen2016-05-031-1/+1
* switch-on-port-available: unify input/output switching policyTanu Kaskinen2016-05-031-2/+13
* stream-restore: With dbus-proto fix segfault if e->device is NULL.Juho Hämäläinen2016-04-291-2/+2
* detect: Don't deprecate module-detect on non-Linux systemsAhmed S. Darwish2016-04-251-0/+3
* filter-apply: simplify proplist updatingTanu Kaskinen2016-04-251-46/+4
* loopback: refactor proplist updatingTanu Kaskinen2016-04-251-15/+13
* device-manager, filter-apply: don't reroute streams that have a filterTanu Kaskinen2016-04-252-2/+71
* echo-cancel: rework move handlingTanu Kaskinen2016-04-251-17/+11
* stream-interaction: Fix crash in case of invalid argument for volumeSangchul Lee2016-04-201-1/+1
* role-ducking: Add support for ducking groupSangchul Lee2016-04-202-87/+212
* alsa-mixer: Support for Creative SoundBlaster Omni Surround 5.1 USB sound car...Nazar Mokrynskyi2016-04-193-15/+10
* rtp: Do all receive side rate calculations in sink-input domainArun Raghavan2016-04-021-8/+10
* pstream: Support memfd blocks transportAhmed S. Darwish2016-04-021-1/+1
* stream-interaction: interact if a stream starts corkedGeorg Chini2016-03-211-13/+19
* role-ducking: use the common code in stream-interaction.cGeorg Chini2016-03-211-274/+3
* stream-interaction: add ducking functionalityGeorg Chini2016-03-211-13/+43
* stream-interaction: Bugfix for improper uncorking behavior with global=1Georg Chini2016-03-181-1/+17
* filter-apply: fix typo "what" -> "want"Tanu Kaskinen2016-03-171-1/+1
* role-cork: more cosmetic changes, changed debug outputGeorg Chini2016-03-161-23/+21
* role-cork: prepare merge with role-ducking: replace "cork" with "interact" wh...Georg Chini2016-03-153-45/+45
* role-cork: prepare merge with role-ducking: move most code to stream-interact...Georg Chini2016-03-143-336/+399
* role-cork: remove corking on module exitGeorg Chini2016-03-131-12/+46
* role-cork: allow cork of all non-trigger streams using cork_roles=any_roleGeorg Chini2016-03-121-2/+4
* role-cork: React to mute/cork of trigger streams and to proplist changesGeorg Chini2016-03-111-11/+62
* role-cork: Don't ignore streams without media.roleGeorg Chini2016-03-101-6/+2
* card-restore: save the database when shutting downTanu Kaskinen2016-03-081-1/+3
* alsa-mixer: refactor element_probe and fix >2 channel bugDavid Henningsson2016-03-081-230/+206
* switch-on-port-available: Switch from HDMI to analog; but not the other way a...David Henningsson2016-02-261-3/+3
* echo-cancel: Convert AGC API to deal with pa_volume_tArun Raghavan2016-02-253-25/+23
* echo-cancel: Add beamforming support in the webrtc cancellerArun Raghavan2016-02-251-3/+148
* echo-cancel: Remove pa_ prefix on private functionsArun Raghavan2016-02-252-8/+8
* echo-cancel: Update a copyright noticeArun Raghavan2016-02-251-1/+2
* echo-cancel: Use webrtc's deinterleaved APIArun Raghavan2016-02-253-25/+30
* echo-cancel: webrtc canceller supports different in/out channel countsArun Raghavan2016-02-252-7/+9
* echo-cancel: Improve webrtc canceller error handling a bitArun Raghavan2016-02-251-4/+8
* echo-cancel: Fix webrtc canceller when rec channels != play channelsArun Raghavan2016-02-252-14/+14
* echo-cancel: Make webrtc AGC start volume a modargArun Raghavan2016-02-251-3/+16
* echo-cancel: Use anonymous unions for echo canceller paramsArun Raghavan2016-02-255-70/+71
* echo-cancel: Add a modarg toggle for VAD in the webrtc cancellerArun Raghavan2016-02-251-2/+11