summaryrefslogtreecommitdiff
path: root/src/pulsecore
AgeCommit message (Expand)AuthorFilesLines
2017-04-11sink-input: Allow sink_input_set_rate() to be called during a moveGeorg Chini1-1/+6
2017-04-10loopback: Add hooks to track port latency offsetsGeorg Chini3-0/+6
2017-04-06memblock: multiple references should make blocks read-onlyTanu Kaskinen1-1/+1
2017-04-06protocol-native: log who changes card profilesTanu Kaskinen1-0/+5
2017-03-31sink: Invert priorities to prefer external devicesChristian Kellner1-4/+4
2017-03-29sink-input/source-output: Don't crash when cork() is called without valid sin...Georg Chini4-24/+42
2017-03-10core: Ignore pa_shared_remove() return valuePeter Meerwald-Stadler2-2/+4
2017-03-10core: Assert return value of pa_shared_set/_remove() in dbus-sharedPeter Meerwald-Stadler1-2/+2
2017-03-08core-util: Fix description of pa_split()Peter Meerwald-Stadler1-2/+2
2017-03-08build: Use #ifdef to check for #definesPeter Meerwald-Stadler2-3/+3
2017-03-07iochannel: don't use variable length array in unionTanu Kaskinen1-2/+8
2017-03-06build: Add Coverity scan modelPeter Meerwald-Stadler1-0/+9
2017-01-30sink, source: Make rate selection more explicitArun Raghavan2-16/+34
2017-01-30sink, source: Add a mode to avoid resampling if possibleArun Raghavan3-4/+15
2017-01-19core-util: do in-place search in pa_str_in_list_spacesHajime Fujita1-7/+4
2017-01-19core-util: add pa_split_space_in_place functionHajime Fujita2-0/+20
2017-01-19core-util: add pa_strneq macroHajime Fujita1-0/+1
2017-01-19daemon-conf: add remixing-use-all-sink-channels optionDavid Mandelberg4-0/+6
2017-01-19resampler: Flag for remixing to all sink channels.David Mandelberg2-10/+75
2017-01-19raop: Add pulsecore/core-utils a pa_str_in_list functionMartin Blanchard2-2/+23
2017-01-19Support IPv6 address in pa_socket_client_new_string()Hajime Fujita3-2/+32
2017-01-03memblockq: remove pa_memblockq_missing()Tanu Kaskinen2-16/+1
2016-12-29Revert "memblockq: remove internal "missing" state variable"Tanu Kaskinen1-27/+24
2016-12-20refactor stream attaching/detachingTanu Kaskinen6-63/+112
2016-12-20sink, source: remove some assumptions about stream "attached" stateTanu Kaskinen2-20/+25
2016-12-20sink, source: add missing stream "attached" flag handlingTanu Kaskinen2-4/+20
2016-12-20sink, source: unify stream "attached" flag checkingTanu Kaskinen2-9/+9
2016-12-20sink-input, source-output: set sink/source to NULL before the "unlink post" hookTanu Kaskinen2-10/+10
2016-12-20suspend-on-idle: use earlier (safer) hooks for stream unlink notificationsTanu Kaskinen4-5/+22
2016-12-20don't assume that pa_asyncq_new() always succeedsTanu Kaskinen3-9/+42
2016-12-12module: postpone lt_dlclose() until a safe timeTanu Kaskinen1-1/+15
2016-11-19protocol-native: Don't signal memfd support for 9.0 clientsAhmed S. Darwish1-2/+8
2016-11-17iochannel: Strictly specify PF_UNIX ancillary data boundariesAhmed S. Darwish1-1/+3
2016-09-10core-util: log error if we hit file descriptors limitMarcin Lewandowski1-0/+20
2016-09-02core: Replace PA_PAGE_SIZE with pa_page_size()Peter Meerwald-Stadler8-31/+47
2016-08-16Remove newline at end of log messagesPeter Meerwald-Stadler3-6/+6
2016-08-15sink-input,source-output: Fix logging, don't overwrite old_value when value == 0Peter Meerwald-Stadler2-12/+8
2016-08-15core-util: Use _SC_NPROCESSORS_ONLN instead of _SC_NPROCESSORS_CONFJohn Paul Adrian Glaubitz1-2/+2
2016-08-10shm: Wrap memfd-specific code in relevant ifdefArun Raghavan1-3/+5
2016-08-10source-output: Fix copy-pastoArun Raghavan1-1/+1
2016-08-10sink-input,source-output: Fix a leak during property change loggingArun Raghavan2-2/+6
2016-07-22memblockq: remove internal "missing" state variablePierre Ossman1-24/+27
2016-07-22memblockq: move minreq handling in to memblockqPierre Ossman2-7/+6
2016-07-06modargs: Document behaviour on missing argumentsUlrich Eckhardt1-8/+17
2016-07-04protocol-native: DRY: Remove pdispatch callbacks declarationsAhmed S. Darwish1-152/+109
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