summaryrefslogtreecommitdiff
path: root/src/pulsecore
AgeCommit message (Expand)AuthorFilesLines
2016-07-04WIP protocol-native: Don't access pa_core structures directlyHEADmasterArun Raghavan3-62/+202
2016-07-04pulsecore: Move pa_core structure into its own headerArun Raghavan25-74/+122
2016-06-28card: remove pa_card_new_data.active_profileTanu Kaskinen2-13/+0
2016-06-28card: move profile selection after pa_card_new()Tanu Kaskinen3-37/+72
2016-06-28card: don't allow the CARD_NEW hook to failTanu Kaskinen1-6/+1
2016-06-22pstream: Add rationale for pa_cmsg_ancil_data_close_fds()Ahmed S. Darwish1-3/+28
2016-06-22modargs: Add a mechanism to append modargsArun Raghavan2-18/+38
2016-06-22device-port: Add mechanism to free implementation dataArun Raghavan2-0/+6
2016-06-22sink, source, device-port: renames to distinguish latency offsetsChris Billington5-40/+40
2016-06-22source: Fixed bug: pa_source_set_port() did not update the latency_offset.Chris Billington1-0/+2
2016-06-22pulsecore: Fix incorrect architecture mapping on sparc64.John Paul Adrian Glaubitz1-1/+1
2016-06-22pulsecore: Don't allow unreferencing linked object.Juho Hämäläinen4-16/+9
2016-06-22core-util: Improve pa_replace() behaviourUlrich Eckhardt2-0/+5
2016-06-22pstream: fix revoke callback settingTanu Kaskinen1-2/+2
2016-06-22client, protocol-native: Use macros for protocol version/flag accessArun Raghavan1-5/+5
2016-06-21sink-input,source-output: Fix crasher while setting propertyArun Raghavan2-2/+2
2016-06-21pstream: Fix use of uninitialized value: ancillary fd cleanup flagAhmed S. Darwish1-1/+1
2016-06-21shm: Fix use of uninitialized value: segment's shared-memory typeAhmed S. Darwish1-7/+7
2016-05-27resampler: Fix leaking lfe filter on init failureBarun Kumar Singh1-0/+2
2016-05-24Disable LFE remixing by defaultAlexander E. Patrakov1-2/+2
2016-05-13resampler: Fix a memory leak in pa_resampler_ffmpeg_init()Sachin Kumar Chauhan1-1/+3
2016-05-11alsa: Reread and upate jack status when a card is unsuspendedArun Raghavan2-2/+12
2016-05-10alsa: ignore jack events when the user is inactiveTanu Kaskinen2-0/+7
2016-05-06pulsecore: Fixed possible memory leakDeepak Srivastava1-1/+3
2016-05-03card: add preferred_{input, output}_portTanu Kaskinen3-0/+59
2016-04-27core: Support memfd transport; bump protocol versionAhmed S. Darwish3-15/+45
2016-04-27client audio: Support memfd transportAhmed S. Darwish2-2/+35
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-25don't move streams to devices that are going awayTanu Kaskinen6-3/+27
2016-04-24protocol-native: Disable srbchannel for setups without SCM_CREDENTIALSAhmed S. Darwish2-2/+7
2016-04-02memblock/pstream: Fix two compiler warningsDavid Henningsson2-2/+4
2016-04-02pstream: Support memfd blocks transportAhmed S. Darwish12-54/+411
2016-04-02pulsecore: Specially mark global mempoolsAhmed S. Darwish5-6/+111
2016-04-02memimport: Support memfd blocksAhmed S. Darwish5-19/+108
2016-04-02pulsecore: Introduce memfd supportAhmed S. Darwish3-65/+206
2016-04-02SHM: Refactor private allocationsAhmed S. Darwish1-73/+87
2016-04-02pulsecore: Transform pa_mempool_new() into a factory methodAhmed S. Darwish7-23/+78
2016-04-02srbchannel: Introduce per-client SHM filesAhmed S. Darwish3-17/+27
2016-04-02pulsecore: Reference count mempoolsAhmed S. Darwish7-8/+72
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-02-18core: Fix GCC 6 compiler warning regarding left shift of negative valuePeter Meerwald1-2/+4
2016-01-22source-output: remap volume_factor_source when starting moveTanu Kaskinen1-0/+3
2016-01-22source-output: do volume_factor_source application before resamplingTanu Kaskinen1-13/+7
2016-01-15build-sys: Use #ifdef with HAVE_FAST_64BIT_OPERATIONSArun Raghavan1-1/+1
2016-01-12sink-input, source-output: Add some debug output on start_move()Arun Raghavan2-0/+4
2016-01-08NetBSD: Stop depending upon nonstandard __WORDSIZEKamil Rytarowski1-1/+1
2016-01-07rtpoll: Fix build error when building with DEBUG_TIMINGjungsup lee1-1/+1
2015-12-14conf-parser: add support for .d directoriesTanu Kaskinen2-3/+47