summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-06pulsecore: Fixed possible memory leakDeepak Srivastava1-1/+3
2016-05-03switch-on-port-available: prefer ports that have been selected by the userTanu Kaskinen1-7/+202
2016-05-03card-restore: restore preferred portsTanu Kaskinen1-1/+67
2016-05-03card: add preferred_{input, output}_portTanu Kaskinen3-0/+59
2016-05-03switch-on-port-available: avoid repetitive pointer deferencingTanu Kaskinen1-8/+14
2016-05-03switch-on-port-available: fix inverted if conditionTanu Kaskinen1-1/+1
2016-05-03switch-on-port-available: unify input/output switching policyTanu Kaskinen1-2/+13
2016-04-29stream-restore: With dbus-proto fix segfault if e->device is NULL.Juho Hämäläinen1-2/+2
2016-04-29Revert "format: Make pa_format_info_valid() stricter for PCM"Arun Raghavan1-7/+1
2016-04-27core: Support memfd transport; bump protocol versionAhmed S. Darwish7-17/+63
2016-04-27client audio: Support memfd transportAhmed S. Darwish6-7/+80
2016-04-25detect: Don't deprecate module-detect on non-Linux systemsAhmed S. Darwish1-0/+3
2016-04-25stream: Document pa_stream_write() size and offset requirementsAhmed S. Darwish1-2/+2
2016-04-25filter-apply: simplify proplist updatingTanu Kaskinen1-46/+4
2016-04-25loopback: refactor proplist updatingTanu Kaskinen1-15/+13
2016-04-25sink-input, source-output: remove set_name()Tanu Kaskinen5-56/+2
2016-04-25sink-input, source-output: rework property settingTanu Kaskinen4-10/+228
2016-04-25device-manager, filter-apply: don't reroute streams that have a filterTanu Kaskinen2-2/+71
2016-04-25don't move streams to devices that are going awayTanu Kaskinen6-3/+27
2016-04-25echo-cancel: rework move handlingTanu Kaskinen1-17/+11
2016-04-24protocol-native: Disable srbchannel for setups without SCM_CREDENTIALSAhmed S. Darwish2-2/+7
2016-04-23build-sys: Set C language standard to gnu11Ahmed S. Darwish1-1/+1
2016-04-20stream-interaction: Fix crash in case of invalid argument for volumeSangchul Lee1-1/+1
2016-04-20role-ducking: Add support for ducking groupSangchul Lee2-87/+212
2016-04-19alsa-mixer: Support for Creative SoundBlaster Omni Surround 5.1 USB sound car...Nazar Mokrynskyi3-15/+10
2016-04-12build-sys: build gtk-test only when glib is enabledTanu Kaskinen1-1/+2
2016-04-02rtp: Do all receive side rate calculations in sink-input domainArun Raghavan1-8/+10
2016-04-02memblock/pstream: Fix two compiler warningsDavid Henningsson2-2/+4
2016-04-02pstream: Support memfd blocks transportAhmed S. Darwish17-75/+454
2016-04-02pulsecore: Specially mark global mempoolsAhmed S. Darwish15-19/+124
2016-04-02memimport: Support memfd blocksAhmed S. Darwish6-23/+113
2016-04-02pulsecore: Introduce memfd supportAhmed S. Darwish4-65/+211
2016-04-02SHM: Refactor private allocationsAhmed S. Darwish1-73/+87
2016-04-02pulsecore: Transform pa_mempool_new() into a factory methodAhmed S. Darwish18-37/+97
2016-04-02srbchannel: Introduce per-client SHM filesAhmed S. Darwish3-17/+27
2016-04-02pulsecore: Reference count mempoolsAhmed S. Darwish17-20/+84
2016-04-02pulsecore: Cache daemon shm size inside pa_coreAhmed S. Darwish2-0/+6
2016-03-25log: journal: Prevent duplicate values for CODE_* fieldsAhmed S. Darwish1-0/+11
2016-03-21stream-interaction: interact if a stream starts corkedGeorg Chini1-13/+19
2016-03-21role-ducking: use the common code in stream-interaction.cGeorg Chini2-275/+5
2016-03-21stream-interaction: add ducking functionalityGeorg Chini1-13/+43
2016-03-18stream-interaction: Bugfix for improper uncorking behavior with global=1Georg Chini1-1/+17
2016-03-17filter-apply: fix typo "what" -> "want"Tanu Kaskinen1-1/+1
2016-03-16role-cork: more cosmetic changes, changed debug outputGeorg Chini1-23/+21
2016-03-15role-cork: prepare merge with role-ducking: replace "cork" with "interact" wh...Georg Chini3-45/+45
2016-03-14role-cork: prepare merge with role-ducking: move most code to stream-interact...Georg Chini4-337/+401
2016-03-13role-cork: remove corking on module exitGeorg Chini1-12/+46
2016-03-12role-cork: allow cork of all non-trigger streams using cork_roles=any_roleGeorg Chini1-2/+4
2016-03-11role-cork: React to mute/cork of trigger streams and to proplist changesGeorg Chini1-11/+62
2016-03-10role-cork: Don't ignore streams without media.roleGeorg Chini1-6/+2