summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_pulse.c
Commit message (Expand)AuthorAgeFilesLines
* ao_pulse: attempt to fall back to an arbitrary sample formatwm42016-01-051-2/+7
* ao_pulse: check for sample rate boundswm42016-01-051-1/+1
* ao_pulse: move format setting into a functionwm42016-01-051-20/+26
* audio: fix format function consistency issueswm42015-06-261-1/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* ao_pulse: drop video role; fixes random mutingwm42015-03-241-1/+0
* ao_pulse: listen for hotplug eventswm42015-02-121-7/+41
* ao_pulse: plug a memory leakBen Boeckel2015-01-251-0/+3
* ao_pulse: exit AO if stream failswm42015-01-111-1/+5
* ao_pulse: disable latency calculation hacks by defaultwm42015-01-071-1/+0
* audio/out: consistently use double return type for get_delaywm42014-11-091-3/+3
* audio: add --audio-client-name optionwm42014-11-071-5/+2
* ao_pulse: implement AO device listing APIwm42014-10-101-1/+38
* ao_pulse: move setup code to separate functionwm42014-10-101-23/+48
* ao_pulse: don't use pa_format_info_to_sample_spec()wm42014-10-061-9/+4
* ao_pulse: change suspend circumvention logicwm42014-10-041-1/+6
* ao_pulse: refuse to start suspendedwm42014-10-031-1/+1
* ao_pulse: digital pass-throughwm42014-09-231-20/+46
* ao_pulse: correctly wait for stream statewm42014-09-231-1/+8
* ao_pulse: use pa_stream_new_extended()wm42014-09-231-3/+8
* audio: drop swapped-endian audio formatswm42014-09-231-6/+3
* ao_pulse: dump library version etc.wm42014-09-101-0/+6
* ao_pulse: fix typo in error messagewm42014-09-081-1/+1
* audio/out: remove old thingswm42014-09-061-2/+3
* ao_pulse: allow disabling timing bug workaroundswm42014-07-261-3/+38
* ao_pulse: remove hacks for ancient PulseAudio versionswm42014-07-261-21/+0
* ao_pulse: fix potential compilation problemwm42014-07-221-2/+2
* ao_pulse: set icon nameatomnuker2014-07-051-0/+2
* audio/out/push: add mechanism for event-based waitingwm42014-05-301-1/+39
* ao_pulse: use ao_need_data()wm42014-04-151-2/+2
* audio/out: make draining a separate operationwm42014-03-091-3/+9
* audio/out: make ao struct opaquewm42014-03-091-0/+1
* ao_pulse: lower default buffer size from 1000ms to 250mswm42014-01-071-1/+1
* ao_pulse: add suboption to control buffer sizewm42014-01-071-1/+8
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move mpvcore/input/ to input/wm42013-12-171-1/+1
* audio/out: prepare for non-interleaved audiowm42013-11-121-6/+6
* audio/out: reject non-interleaved formatswm42013-11-121-0/+2
* player: set PulseAudio stream title to window titlewm42013-11-101-0/+13
* ao_pulse: fix channel layoutswm42013-10-311-1/+4
* audio/out: remove useless info struct and redundant fieldswm42013-10-231-6/+2
* ao_pulse: bug fix: goto the correct error handlerJohan Kiviniemi2013-09-201-2/+2
* ao_pulse: set the property media.role=videoJohan Kiviniemi2013-09-201-2/+17
* audio/out: do some mp_msg conversionswm42013-08-221-25/+20
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* audio/out: remove options argument from init()wm42013-07-221-1/+1
* ao_pulse: use new option APIwm42013-07-211-17/+14
* audio/out: don't require AOs to set ao->bpswm42013-06-161-2/+0
* audio/out: channel map selectionwm42013-05-121-10/+11
* ao_pulse: move format setup codewm42013-05-121-27/+27
* ao: remove ao_driver.is_new fieldwm42013-05-121-1/+0
* ao_pulse: try to set correct channel layoutwm42013-05-121-2/+54
* audio/out: switch to channel mapwm42013-05-121-2/+4
* audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-131-1/+1
* audio: remove support for native alaw/mulaw/adpcm outputwm42012-12-111-2/+0
* ao_pulse: do not allow setting volume over 100%wm42012-11-241-2/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+554