summaryrefslogtreecommitdiff
path: root/src/pulsecore
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-14typedefs.h: Move some typedefs to a separate fileDavid Henningsson9-19/+47
2015-12-08core, pulse, modules: Fix undefined behavior with array subscript of invalid ...Kamil Rytarowski3-8/+8
2015-12-08core-rtclock: Add missing declaration of struct timespecKamil Rytarowski1-0/+2
2015-12-07core-util: improve comments in pa_machine_id()Tanu Kaskinen1-8/+13
2015-12-07module: Remove redundant core argument from pa_module_unload()Kiran Krishnappa3-6/+5
2015-12-07netbsd: Improve handling of <locale> and <xlocale.h> headersKamil Rytarowski1-1/+4
2015-11-27card: Only update port's preferred profile if profile is savedDavid Henningsson1-9/+18
2015-11-27netbsd: NetBSD ships with paccept(2) a superset of Linux-specific accept4()Kamil Rytarowski1-0/+7
2015-11-22card: Update preferred_profile for ports when profile changesDavid Henningsson1-0/+18
2015-11-22device-port: Add preferred_profile field to pa_device_portDavid Henningsson2-0/+13
2015-11-22card: Add variables for splitting up a profileDavid Henningsson2-0/+10
2015-11-20source: Deal with filter having more channels than the masterArun Raghavan1-4/+14