summaryrefslogtreecommitdiff
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
* alsa-mixer: Don't move LFE in 2.1 and 4.1 modes on SB Omni Surround 5.1Nazar Mokrynskyi2018-06-121-2/+2
* cli-command: Report error in pa_play_file.Tomaz Solc2018-06-121-1/+6
* 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
* alsa-mixer: make the mono mapping a fallback onlyTanu Kaskinen2018-06-112-8/+11
* 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
* tagstruct: pa_tagstruct_put_format_info: constify format pointerLyndon Brown2018-06-042-2/+2
* tagstruct: pa_tagstruct_put_proplist: 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
* hashmap: constify pointer of pa_hashmap_getLyndon Brown2018-06-042-2/+2
* hashmap: constify pointer of private hash_scan functionLyndon Brown2018-06-041-1/+1
* hashmap: constify hashmap ptr for various functionsLyndon Brown2018-06-042-12/+12
* build-sys: Update meson.build based on recent changesArun Raghavan2018-05-312-3/+1
* udev-detect, alsa-card: Adopt avoid resampling option from daemon.confSangchul Lee2018-05-318-8/+64
* alsa-sink/source: always set reconfiguration callbackSangchul Lee2018-05-314-18/+6
* alsa-mixer: More output modes for SB Omni Surround 5.1 and cleanupNazar Mokrynskyi2018-05-191-18/+72
* map-file: Fix typo while adding pa_thread_make_realtimeArun Raghavan2018-05-101-1/+1
* null-sink,null-source: Use realtime scheduling if possibleArun Raghavan2018-05-102-0/+8
* core-format: fix TrueHD and DTS-HD channel mapsTanu Kaskinen2018-05-071-7/+15
* module-allow-passthrough: Don't crash if we can't find a sinkArun Raghavan2018-05-061-0/+6
* core: Expose API to elevate a thread to realtime priorityArun Raghavan2018-05-0617-184/+205
* PROTOCOL: Bump to version 33Arun Raghavan2018-05-062-1/+8
* format: Add support for Dolby TrueHD and DTS-HD HBR passthroughPierre-Louis Bossart2018-05-043-1/+15