summaryrefslogtreecommitdiffstats
path: root/audio/out
Commit message (Expand)AuthorAgeFilesLines
* ao: slightly extend debug messageswm42015-03-161-1/+4
* ao: align audio buffer sizewm42015-03-131-0/+3
* ao_coreaudio_exclusive: port to pull API, fix latency calculationswm42015-03-101-78/+37
* ao_coreaudio: move some helpers to utilswm42015-03-103-16/+20
* ao_coreaudio_exclusive: rip out pseudo volume controlwm42015-03-101-40/+1
* ao/wasapi: move resume to audio threadKevin Mitchell2015-02-233-24/+38
* ao_wasapi: move reset into audio threadKevin Mitchell2015-02-232-9/+37
* ao: fix null dereferenceStefano Pigozzi2015-02-141-0/+2
* ao_coreaudio: add support for hotplug notificationsStefano Pigozzi2015-02-143-23/+96
* ao_pulse: listen for hotplug eventswm42015-02-121-7/+41
* audio: add device change notification for hotpluggingwm42015-02-123-25/+120
* ao: set correct client name when listing deviceswm42015-02-121-4/+3
* ao_coreaudio: fix small memory leakStefano Pigozzi2015-02-031-0/+4
* ao_coreaudio: use device UID instead of ID for selectionStefano Pigozzi2015-02-034-19/+46
* command: add property returning detected audio deviceStefano Pigozzi2015-02-034-0/+11
* ao_null: add emulation for certain broken behaviorwm42015-01-301-1/+12
* ao_pulse: plug a memory leakBen Boeckel2015-01-251-0/+3
* ao_wasapi: fix try_format logic in shared modeJames Ross-Gowan2015-01-231-2/+1
* ao_alsa: reinitialize if device got brokenwm42015-01-211-0/+3
* ao_coreaudio: reset possibly random errno valuewm42015-01-201-1/+2
* ao: never autoselect ao_nullwm42015-01-201-1/+2
* ao: refactor --audio-device selection codewm42015-01-201-85/+73
* ao_alsa: fix a small memory leakwm42015-01-141-0/+2
* ao_pcm: add append modewm42015-01-141-1/+3
* ao_pulse: exit AO if stream failswm42015-01-111-1/+5
* ao_alsa: fix dtshd passthroughwm42015-01-091-2/+6
* ao: remove coreaudio_exclusive from autoprobing listwm42015-01-071-2/+2
* ao_pulse: disable latency calculation hacks by defaultwm42015-01-071-1/+0
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-075-13/+1
* ao/wasapi: style/code formatting tweaksKevin Mitchell2015-01-023-64/+63
* ao/wasapi: improve exclusive mode format searchKevin Mitchell2015-01-021-46/+36
* ao/wasapi: revamp set_waveformatexKevin Mitchell2015-01-021-27/+43
* ao/wasapi: add CO_E_NOTINITIALIZED to explain_errKevin Mitchell2015-01-021-0/+1
* ao_portaudio: remove this audio outputwm42014-12-292-280/+0
* ao_alsa: print channel map if setting it failswm42014-12-291-1/+2
* ao: add debug log with the detected channel mapsStefano Pigozzi2014-12-291-0/+6
* ao_coreaudio: remove useless guardStefano Pigozzi2014-12-271-6/+0
* ao_coreaudio: fix some naming conventionsStefano Pigozzi2014-12-271-5/+5
* ao_coreaudio: fix channel mappingStefano Pigozzi2014-12-271-19/+70
* ao_coreaudio: fix typoStefano Pigozzi2014-12-271-1/+1
* ao_coreaudio: move some code to make output readableStefano Pigozzi2014-12-271-1/+1
* ao_coreaudio: add more layout debug outputsStefano Pigozzi2014-12-271-19/+25
* ao_coreaudio: fix AudioChannelLayout allocationsStefano Pigozzi2014-12-261-34/+46
* ao_alsa: fix unpause path atfer previous commitwm42014-12-231-0/+2
* ao_alsa: fix resuming from suspend modewm42014-12-231-4/+12
* ao_alsa: fix setting mono channel mapwm42014-12-201-0/+5
* ao_alsa: remove some dead codewm42014-12-201-6/+0
* ao_coreaudio: fix mono/stereo channel mappingStefano Pigozzi2014-12-161-9/+7
* ao_coreaudio: add missing goto for error pathStefano Pigozzi2014-12-161-0/+1
* ao/wasapi: use IsEqualGUID and IsEqualPropertyKeyKevin Mitchell2014-12-163-30/+9
* ao_alsa: remove old multichannel methodwm42014-12-151-49/+3
* ao_alsa: add ridiculous hack to deal with braindead ALSA behaviorwm42014-12-151-3/+42
* ao/wasapi: set the ao with the waveformat channelmapKevin Mitchell2014-12-151-1/+10
* ao_alsa: minor simplificationwm42014-12-051-5/+1
* ao_alsa: hackfix mono playbackwm42014-12-051-0/+3
* coreaudio: don't output too many channel descriptionsStefano Pigozzi2014-12-051-0/+6
* coreaudio: add missing \n in log lineStefano Pigozzi2014-12-051-1/+1
* coreaudio: don't print layout a second timeStefano Pigozzi2014-12-051-1/+1
* ao_alsa: simplify, remove no-block suboptionwm42014-12-051-17/+8
* ao_alsa: try to fallback to "default" device if device is busywm42014-12-041-1/+6
* coreaudio: reject descriptions with too many channelsStefano Pigozzi2014-12-041-0/+7
* coreaudio: fix more layout printsStefano Pigozzi2014-12-041-2/+2
* coreaudio: fix prints of uint32_t in log_layoutStefano Pigozzi2014-12-041-10/+10
* ao_coreaudio: initialize fetched properties to zerosStefano Pigozzi2014-12-011-2/+2
* audio: allow more than 20 channel map entrieswm42014-12-012-2/+2
* ao/wasapi: make set_ao_format EX/EXTENSIBLE agnosticKevin Mitchell2014-12-011-14/+28
* ao/wasapi: fix set_ao_formatKevin Mitchell2014-12-011-23/+10
* ao/wasapi: show actual waveformat triedKevin Mitchell2014-12-011-8/+30
* ao/wasapi: don't assume 32-bits == floatKevin Mitchell2014-12-011-45/+43
* ao/wasapi: make sure that < 16-bit pcm never happensKevin Mitchell2014-12-011-6/+16
* ao/wasapi: get rid of WAVEFMT unionKevin Mitchell2014-12-011-29/+13
* ao/wasapi: handle VistaBlob failure more gracefullyKevin Mitchell2014-11-282-6/+21
* ao/wasapi: remove unnecessary check of audio thread inputKevin Mitchell2014-11-281-2/+0
* ao/wasapi: more consistent/reliable method of computing extra WAVEFORMATEXTEN...Kevin Mitchell2014-11-281-2/+1
* ao/wasapi: more missed cleanup on failureKevin Mitchell2014-11-281-3/+5
* ao/wasapi: check return valuesKevin Mitchell2014-11-281-3/+6
* ao/wasapi: make functions return bool that were acting like itKevin Mitchell2014-11-282-37/+37
* ao/wasapi: check full GUID of KSDATAFORMAT to determine floatKevin Mitchell2014-11-282-8/+9
* ao/wasapi: expose GUID and PKEY convenience functionsKevin Mitchell2014-11-283-45/+49
* ao/wasapi: remove unused variableKevin Mitchell2014-11-281-3/+0
* ao/wasapi: safely define PKEY constantsKevin Mitchell2014-11-281-16/+13
* ao/wasapi: avoid redundant passing of ao and wasapi_state as argumentsKevin Mitchell2014-11-281-19/+19
* ao/wasapi: just return 0 unconditionally from the threadKevin Mitchell2014-11-281-10/+4
* ao/wasapi: fix unmatched CoUninitialize() on init failureKevin Mitchell2014-11-282-8/+5
* ao/wasapi: more debugging messagesKevin Mitchell2014-11-282-14/+27
* ao/wasapi: simplify the init retryKevin Mitchell2014-11-281-10/+8
* ao/wasapi: make get_device_delay return an error codeKevin Mitchell2014-11-281-12/+21
* ao_wasapi: don't treat SetDisplayName() failure as fatalwm42014-11-271-1/+2
* Do not call strerror()wm42014-11-261-5/+8
* ao_alsa: fix channel map in pre-channel map API casewm42014-11-251-0/+1
* ao_alsa: always enable "plug" plugin for non-default devicewm42014-11-251-3/+2
* ao_alsa: select and set channel maps via channel map APIwm42014-11-251-28/+125
* ao_alsa: minor fixeswm42014-11-251-4/+6
* ao_alsa: cleanupswm42014-11-251-97/+57
* audio: make mp_chmap_to_str() return a stack-allocated stringwm42014-11-242-9/+4
* ao_alsa: try to use the channel map reported by ALSAwm42014-11-241-0/+64
* ao_pcm: simplifywm42014-11-211-17/+13
* ao_oss: check whether setting samplerate succeedswm42014-11-211-2/+4
* ao_lavc: fix setting up AVFrame pointerswm42014-11-211-3/+4
* audio/out/push: fix off-by-one errorwm42014-11-211-1/+1
* ao_lavc: fix dangling pointerswm42014-11-211-1/+1
* ao/wasapi: only retry resizing the buffer onceKevin Mitchell2014-11-181-8/+10
* ao/wasapi: keep bufferPeriod in sync on retryKevin Mitchell2014-11-181-1/+4
* ao/wasapi: refix printf warning for both cygwin and msysKevin Mitchell2014-11-181-2/+2
* ao/wasapi: periodicity in shared mode must be zeroKevin Mitchell2014-11-181-3/+6
* ao/wasapi: increase buffer size to 50 msKevin Mitchell2014-11-183-16/+26
* audio/out: always log retrieved audio device sizewm42014-11-181-2/+2
* ao/wasapi: fix leaked marshaled interface streamsJonathan Yong2014-11-181-0/+9
* ao/wasapi: Don't free stuff the thread may still be using on timeoutKevin Mitchell2014-11-171-1/+3
* ao/wasapi: also free the threadLoop handle on uninitKevin Mitchell2014-11-171-0/+1
* ao/wasapi: fix leaked event handlesKevin Mitchell2014-11-171-6/+5
* ao/wasapi: fix race condition in uninit on failure.Kevin Mitchell2014-11-171-2/+1
* ao/wasapi: silence format string warningsJames Ross-Gowan2014-11-182-2/+2
* ao_alsa: check for EAGAIN toowm42014-11-171-1/+1
* audio/out: switch back to wasapi as default on win32wm42014-11-171-3/+3
* ao/wasapi: request ao reload on thread_feed failuresKevin Mitchell2014-11-171-0/+2
* ao/wasapi: add retry loop on AUDCLNT_E_DEVICE_IN_USEKevin Mitchell2014-11-171-0/+12
* ao/wasapi: request reset on appropriate eventsKevin Mitchell2014-11-174-56/+117
* ao/wasapi: add convenience functions for change notifiyKevin Mitchell2014-11-171-0/+49
* ao/wasapi: new wasapi device monitoring interfaceJonathan Yong2014-11-172-0/+179
* ao/wasapi: look for "multimedia" default device instead of "console"Kevin Mitchell2014-11-171-2/+2
* ao/wasapi: put loading of default device in it's own functionKevin Mitchell2014-11-171-17/+30
* ao/wasapi: fix possible null dereference of pDeviceKevin Mitchell2014-11-171-0/+1
* ao/wasapi: tidy up better on failureKevin Mitchell2014-11-173-14/+26
* ao/wasapi: improve error messages and add more debug statementsKevin Mitchell2014-11-174-98/+140
* ao/wasapi: make calling of thread_init consistent with thread_uninitKevin Mitchell2014-11-173-3/+5
* ao/wasapi: reenable the reset functionKevin Mitchell2014-11-171-1/+1
* ao/wasapi: fix leaked deviceIDJonathan Yong2014-11-171-0/+1
* ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts.Rudolf Polzer2014-11-121-0/+8
* audio/out/pull: avoid deadlock if audio callback stopswm42014-11-091-26/+40
* audio/out: consistently use double return type for get_delaywm42014-11-0912-27/+25
* audio/out: make ao_request_reload() idempotentwm42014-11-093-9/+25
* audio: add --audio-client-name optionwm42014-11-073-5/+7
* ao_oss: wait for events with poll()wm42014-11-061-0/+13
* audio/out/push: when using audio wait fallback, recheck conditionwm42014-11-061-1/+2
* ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatalwm42014-10-311-1/+7
* coreaudio: only list output devicesStefano Pigozzi2014-10-281-0/+12
* audio: add command/function to reload audio outputwm42014-10-272-0/+10
* ao_alsa: move parameter append code to a functionwm42014-10-231-16/+27
* rename ao_coreaudio_device.c -> ao_coreaudio_exclusive.cStefano Pigozzi2014-10-231-0/+0
* coreaudio: redirect IEC61937 to coreaudio_exclusiveStefano Pigozzi2014-10-232-1/+7
* audio/out: add redirection-on-init mechanismwm42014-10-222-14/+47
* audio/out: missing error checkwm42014-10-221-0/+2
* audio/out: don't add special devices to --audio-device listwm42014-10-221-2/+2
* audio/out: include coreaudio_exclusive in auto-probingwm42014-10-221-3/+3
* Set thread name for debuggingwm42014-10-191-0/+1
* audio: quote devices in --audio-device=helpwm42014-10-191-1/+1
* audio/out/push: reset projected EOF time on new datawm42014-10-141-1/+4
* ao_wasapi: implement device listingwm42014-10-133-10/+32
* ao_dsound: implement device listingwm42014-10-131-20/+86
* ao_portaudio: implement device listingwm42014-10-131-2/+24
* ao_openal: implement device listingwm42014-10-131-1/+16
* audio/out: add "auto" pseudo-devicewm42014-10-131-1/+3
* coreaudio: use the new device selection APIStefano Pigozzi2014-10-124-54/+28
* audio: don't list encoder AO with --audio-device=helpwm42014-10-101-0/+2
* ao_pulse: implement AO device listing APIwm42014-10-101-1/+38
* ao_pulse: move setup code to separate functionwm42014-10-101-23/+48
* audio: change internal device listing APIwm42014-10-104-27/+53
* Add some missing "const"swm42014-10-102-3/+5
* audio/out/push: make draining slightly more robustwm42014-10-101-1/+1
* audio/out/push: fix EOF heuristicwm42014-10-102-23/+14
* fix -Wvisibility warnings with clangStefano Pigozzi2014-10-091-2/+1
* ao_alsa: implement device listing & selectionwm42014-10-091-0/+27
* audio: add device selection & listing with --audio-devicewm42014-10-093-6/+104
* ao_pulse: don't use pa_format_info_to_sample_spec()wm42014-10-061-9/+4
* audio/out/push: fix some AOs freezing on exitwm42014-10-051-1/+1
* audio/out/push: make draining more robustwm42014-10-051-20/+15
* audio/out/push: limit fallback sleep time to reasonable limitswm42014-10-051-2/+4
* ao_pulse: change suspend circumvention logicwm42014-10-041-1/+6
* ao_pulse: refuse to start suspendedwm42014-10-031-1/+1
* audio/out/push: clean up properly on init errorwm42014-09-271-9/+16
* audio/out: check device buffer size for push.c onlywm42014-09-272-7/+5
* audio/out: disable ao_sndio by defaultwm42014-09-261-3/+3
* audio/out: fail init on unknown audio bufferwm42014-09-261-0/+7
* ao_sndio: print a warning when draining audiowm4