aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_pulse.c
Commit message (Expand)AuthorAge
* ao_pulse: fix tlength calculationGravatar Tom Yan2018-09-01
* ao_pulse: reduce requested device buffer sizeGravatar wm42018-04-15
* ao_pulse: reorder format choiceGravatar Niklas Haas2017-06-23
* ao_pulse, ao_rsound: change license to LGPLGravatar wm42017-05-08
* options: remove remaining deprecated audio device selection optionsGravatar wm42017-04-23
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* audio/out: deprecate device sub-optionsGravatar wm42016-09-05
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* ao_pulse: fix some volume control rounding issuesGravatar wm42016-07-14
* ao_pulse: attempt to fall back to an arbitrary sample formatGravatar wm42016-01-05
* ao_pulse: check for sample rate boundsGravatar wm42016-01-05
* ao_pulse: move format setting into a functionGravatar wm42016-01-05
* audio: fix format function consistency issuesGravatar wm42015-06-26
* Update license headersGravatar Marcin Kurczewski2015-04-13
* ao_pulse: drop video role; fixes random mutingGravatar wm42015-03-24
* ao_pulse: listen for hotplug eventsGravatar wm42015-02-12
* ao_pulse: plug a memory leakGravatar Ben Boeckel2015-01-25
* ao_pulse: exit AO if stream failsGravatar wm42015-01-11
* ao_pulse: disable latency calculation hacks by defaultGravatar wm42015-01-07
* audio/out: consistently use double return type for get_delayGravatar wm42014-11-09
* audio: add --audio-client-name optionGravatar wm42014-11-07
* ao_pulse: implement AO device listing APIGravatar wm42014-10-10
* ao_pulse: move setup code to separate functionGravatar wm42014-10-10
* ao_pulse: don't use pa_format_info_to_sample_spec()Gravatar wm42014-10-06
* ao_pulse: change suspend circumvention logicGravatar wm42014-10-04
* ao_pulse: refuse to start suspendedGravatar wm42014-10-03
* ao_pulse: digital pass-throughGravatar wm42014-09-23
* ao_pulse: correctly wait for stream stateGravatar wm42014-09-23
* ao_pulse: use pa_stream_new_extended()Gravatar wm42014-09-23
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* ao_pulse: dump library version etc.Gravatar wm42014-09-10
* ao_pulse: fix typo in error messageGravatar wm42014-09-08
* audio/out: remove old thingsGravatar wm42014-09-06
* ao_pulse: allow disabling timing bug workaroundsGravatar wm42014-07-26
* ao_pulse: remove hacks for ancient PulseAudio versionsGravatar wm42014-07-26
* ao_pulse: fix potential compilation problemGravatar wm42014-07-22
* ao_pulse: set icon nameGravatar atomnuker2014-07-05
* audio/out/push: add mechanism for event-based waitingGravatar wm42014-05-30
* ao_pulse: use ao_need_data()Gravatar wm42014-04-15
* audio/out: make draining a separate operationGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* ao_pulse: lower default buffer size from 1000ms to 250msGravatar wm42014-01-07
* ao_pulse: add suboption to control buffer sizeGravatar wm42014-01-07
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* audio/out: prepare for non-interleaved audioGravatar wm42013-11-12
* audio/out: reject non-interleaved formatsGravatar wm42013-11-12
* player: set PulseAudio stream title to window titleGravatar wm42013-11-10
* ao_pulse: fix channel layoutsGravatar wm42013-10-31
* audio/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23