summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* pulsecore: Fixed possible memory leakDeepak Srivastava2016-05-061-1/+3
* 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
* card: add preferred_{input, output}_portTanu Kaskinen2016-05-033-0/+59
* 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
* Revert "format: Make pa_format_info_valid() stricter for PCM"Arun Raghavan2016-04-291-7/+1
* core: Support memfd transport; bump protocol versionAhmed S. Darwish2016-04-277-17/+63
* client audio: Support memfd transportAhmed S. Darwish2016-04-276-7/+80
* detect: Don't deprecate module-detect on non-Linux systemsAhmed S. Darwish2016-04-251-0/+3
* stream: Document pa_stream_write() size and offset requirementsAhmed S. Darwish2016-04-251-2/+2
* filter-apply: simplify proplist updatingTanu Kaskinen2016-04-251-46/+4
* loopback: refactor proplist updatingTanu Kaskinen2016-04-251-15/+13
* sink-input, source-output: remove set_name()Tanu Kaskinen2016-04-255-56/+2
* sink-input, source-output: rework property settingTanu Kaskinen2016-04-254-10/+228
* device-manager, filter-apply: don't reroute streams that have a filterTanu Kaskinen2016-04-252-2/+71
* don't move streams to devices that are going awayTanu Kaskinen2016-04-256-3/+27
* 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