summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-025-65/+230
* 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
* Updated Hungarian translationGabor Kelemen2016-03-091-1548/+2046
* 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-2514-20/+98
* 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
* echo-cancel: Allow enabling tracing output from the webrtc cancellerArun Raghavan2016-02-252-1/+41
* echo-cancel: Mark private function as staticArun Raghavan2016-02-251-3/+3
* echo-cancel: Add a modarg to use sink/source master format and specArun Raghavan2016-02-251-7/+26
* echo-cancel: Express restrictions correctly on webrtc AEC stream configArun Raghavan2016-02-251-8/+27
* echo-cancel: Canceller may use different spec for playback and captureArun Raghavan2016-02-241-1/+3
* echo-cancel: Add some bits for webrtc intelligibility enhancerTanu Kaskinen2016-02-241-2/+18
* echo-cancel: Allow enabling the extended filter in webrtc AECArun Raghavan2016-02-241-2/+14
* echo-cancel: Update webrtc-audio-processing usage to new APIArun Raghavan2016-02-245-27/+630