aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_pulse.c
Commit message (Expand)AuthorAge
* 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
* ao_pulse: bug fix: goto the correct error handlerGravatar Johan Kiviniemi2013-09-20
* ao_pulse: set the property media.role=videoGravatar Johan Kiviniemi2013-09-20
* audio/out: do some mp_msg conversionsGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* audio/out: remove options argument from init()Gravatar wm42013-07-22
* ao_pulse: use new option APIGravatar wm42013-07-21
* audio/out: don't require AOs to set ao->bpsGravatar wm42013-06-16
* audio/out: channel map selectionGravatar wm42013-05-12
* ao_pulse: move format setup codeGravatar wm42013-05-12
* ao: remove ao_driver.is_new fieldGravatar wm42013-05-12
* ao_pulse: try to set correct channel layoutGravatar wm42013-05-12
* audio/out: switch to channel mapGravatar wm42013-05-12
* audio: switch to libavcodec channel order, use libavresample for mixingGravatar wm42013-04-13