summaryrefslogtreecommitdiff
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* context: pa_context_rttime_restart: constify context pointernextLyndon Brown2018-06-152-2/+2
* context: pa_context_rttime_new: constify context pointerLyndon Brown2018-06-152-2/+2
* context: pa_context_errno: constifyLyndon Brown2018-06-152-2/+2
* context: hide error attr behind pointerLyndon Brown2018-06-152-4/+11
* stream: constify internal functionsLyndon Brown2018-06-141-2/+2
* stream: pa_stream_get_monitor_stream: constifyLyndon Brown2018-06-122-2/+2
* stream: pa_stream_get_format_info: constifyLyndon Brown2018-06-122-2/+2
* stream: pa_stream_get_underflow_index: constifyLyndon Brown2018-06-122-2/+2
* stream: pa_stream_[writable|readable]_size: constifyLyndon Brown2018-06-122-4/+4
* stream: pa_stream_is_[suspended|corked]: constifyLyndon Brown2018-06-122-4/+4
* stream: pa_stream_get_device_[index|name]: constifyLyndon Brown2018-06-122-4/+4
* stream: pa_stream_get_index: constifyLyndon Brown2018-06-122-2/+2
* stream: pa_stream_get_context: constifyLyndon Brown2018-06-122-2/+2
* stream: pa_stream_get_state: constifyLyndon Brown2018-06-122-2/+2
* operation: pa_operation_get_state: constifyLyndon Brown2018-06-122-2/+2
* mainloop: constify get_retval functionsLyndon Brown2018-06-124-4/+4
* context: pa_context_get_state: constifyLyndon Brown2018-06-122-2/+2
* context: pa_context_get_protocol_version: constifyLyndon Brown2018-06-122-2/+2
* context: pa_context_new_with_proplist: constify proplist paramLyndon Brown2018-06-122-2/+2
* volume: pa_cvolume_get_position: constifyLyndon Brown2018-06-122-2/+2
* scache: pa_context_play_sample_with_proplist: constify proplist paramLyndon Brown2018-06-042-5/+5
* scache: pa_context_play_sample_with_proplist: clarify proplist paramLyndon Brown2018-06-041-1/+1
* proplist: pa_proplist_equal: constify proplist pointersLyndon Brown2018-06-042-2/+2
* proplist: pa_proplist_[size|isempty]: constify proplist pointerLyndon Brown2018-06-042-4/+4
* proplist: pa_proplist_contains: constify proplist pointerLyndon Brown2018-06-042-2/+2
* proplist: pa_proplist_to_string[_sep]: constify proplist pointerLyndon Brown2018-06-042-4/+4
* context: pa_context_proplist_update: constify proplist pointerLyndon Brown2018-06-042-2/+2
* proplist: pa_proplist_gets: constify proplist pointerLyndon Brown2018-06-042-2/+2
* proplist: pa_proplist_get: constify proplist pointerLyndon Brown2018-06-042-2/+2
* proplist: pa_proplist_iterate: constify proplist pointerLyndon Brown2018-06-042-2/+2
* proplist: add and use const version of MAKE_HASHMAP macroLyndon Brown2018-06-041-16/+15
* core: Expose API to elevate a thread to realtime priorityArun Raghavan2018-05-062-0/+182
* format: Add support for Dolby TrueHD and DTS-HD HBR passthroughPierre-Louis Bossart2018-05-042-0/+10
* build-sys: First pass at a meson-ified build systemArun Raghavan2018-02-131-0/+73
* client-conf: Add a default value for disable-memfdArun Raghavan2017-12-041-0/+1
* merge and deduplicate some pa_buffer_attr documentationjnqnfe2017-11-302-78/+44
* api documentation improvementsjnqnfe2017-11-3015-143/+205
* volume: slight simplification of codejnqnfe2017-11-291-9/+9
* volume: pa_cvolume_scale_mask: constify paramjnqnfe2017-11-292-2/+2
* mention the sound card clock and system clock difference in libpulse docsTanu Kaskinen2017-10-232-8/+19
* volume: improve documentationTanu Kaskinen2017-10-191-21/+18
* simple: fix negative latency handlingTanu Kaskinen2017-07-201-12/+28
* simple: Change latency estimation to account for already-read data in pa_simp...Ted Ying2017-07-201-1/+1
* volume: Fix overflow in percent calculation of pa_*volume_snprint*()Georg Chini2017-04-291-3/+3
* volume: Print a warning when volume is clipped in pa_sw_volume_multiply/divide()Georg Chini2017-04-291-2/+14
* sample.c: Allow module-loopback to exceed PA_RATE_MAXGeorg Chini2017-04-141-1/+4
* context: Check for errno == ECHILD instead of ESRCH after failed waitpid().Imre Vadász2017-04-111-1/+1
* thread-mainloop: fix volatile use in exampleTanu Kaskinen2017-04-061-1/+1
* pulse: Explicitly ignore pa_mainloop_run() return value in thread functionPeter Meerwald-Stadler2017-03-101-1/+1
* stream: Frame-align divided audio segmentsAhmed S. Darwish2016-11-241-1/+6