summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* echo-cancel: rework move handlingTanu Kaskinen2016-04-251-17/+11
* protocol-native: Disable srbchannel for setups without SCM_CREDENTIALSAhmed S. Darwish2016-04-242-2/+7
* build-sys: Set C language standard to gnu11Ahmed S. Darwish2016-04-231-1/+1
* 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
* build-sys: build gtk-test only when glib is enabledTanu Kaskinen2016-04-121-1/+2
* rtp: Do all receive side rate calculations in sink-input domainArun Raghavan2016-04-021-8/+10
* memblock/pstream: Fix two compiler warningsDavid Henningsson2016-04-022-2/+4
* pstream: Support memfd blocks transportAhmed S. Darwish2016-04-0217-75/+454
* pulsecore: Specially mark global mempoolsAhmed S. Darwish2016-04-0215-19/+124
* memimport: Support memfd blocksAhmed S. Darwish2016-04-026-23/+113
* pulsecore: Introduce memfd supportAhmed S. Darwish2016-04-024-65/+211
* SHM: Refactor private allocationsAhmed S. Darwish2016-04-021-73/+87
* pulsecore: Transform pa_mempool_new() into a factory methodAhmed S. Darwish2016-04-0218-37/+97
* srbchannel: Introduce per-client SHM filesAhmed S. Darwish2016-04-023-17/+27
* pulsecore: Reference count mempoolsAhmed S. Darwish2016-04-0217-20/+84
* pulsecore: Cache daemon shm size inside pa_coreAhmed S. Darwish2016-04-022-0/+6
* log: journal: Prevent duplicate values for CODE_* fieldsAhmed S. Darwish2016-03-251-0/+11
* 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-212-275/+5
* 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-144-337/+401
* 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
* resampler-test: remove translationsTanu Kaskinen2016-03-101-21/+21
* 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
* build-sys: Move to compiling with C11 supportArun Raghavan2016-02-2512-19/+19
* echo-cancel: Add a modarg toggle for VAD in the webrtc cancellerArun Raghavan2016-02-251-2/+11
* echo-cancel: Allow enabling of the webrtc experimental AGC mechanismArun Raghavan2016-02-251-1/+11
* echo-cancel: Start capture at a sane volume if we're doing webrtc AGCArun Raghavan2016-02-252-1/+14
* echo-cancel: Deal with volume limit breakage in webrtc AGCArun Raghavan2016-02-251-4/+21