aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out
Commit message (Expand)AuthorAge
...
* ao/wasapi: fix leaked event handlesGravatar Kevin Mitchell2014-11-17
* ao/wasapi: fix race condition in uninit on failure.Gravatar Kevin Mitchell2014-11-17
* ao/wasapi: silence format string warningsGravatar James Ross-Gowan2014-11-18
* ao_alsa: check for EAGAIN tooGravatar wm42014-11-17
* audio/out: switch back to wasapi as default on win32Gravatar wm42014-11-17
* ao/wasapi: request ao reload on thread_feed failuresGravatar Kevin Mitchell2014-11-17
* ao/wasapi: add retry loop on AUDCLNT_E_DEVICE_IN_USEGravatar Kevin Mitchell2014-11-17
* ao/wasapi: request reset on appropriate eventsGravatar Kevin Mitchell2014-11-17
* ao/wasapi: add convenience functions for change notifiyGravatar Kevin Mitchell2014-11-17
* ao/wasapi: new wasapi device monitoring interfaceGravatar Jonathan Yong2014-11-17
* ao/wasapi: look for "multimedia" default device instead of "console"Gravatar Kevin Mitchell2014-11-17
* ao/wasapi: put loading of default device in it's own functionGravatar Kevin Mitchell2014-11-17
* ao/wasapi: fix possible null dereference of pDeviceGravatar Kevin Mitchell2014-11-17
* ao/wasapi: tidy up better on failureGravatar Kevin Mitchell2014-11-17
* ao/wasapi: improve error messages and add more debug statementsGravatar Kevin Mitchell2014-11-17
* ao/wasapi: make calling of thread_init consistent with thread_uninitGravatar Kevin Mitchell2014-11-17
* ao/wasapi: reenable the reset functionGravatar Kevin Mitchell2014-11-17
* ao/wasapi: fix leaked deviceIDGravatar Jonathan Yong2014-11-17
* ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts.Gravatar Rudolf Polzer2014-11-12
* audio/out/pull: avoid deadlock if audio callback stopsGravatar wm42014-11-09
* audio/out: consistently use double return type for get_delayGravatar wm42014-11-09
* audio/out: make ao_request_reload() idempotentGravatar wm42014-11-09
* audio: add --audio-client-name optionGravatar wm42014-11-07
* ao_oss: wait for events with poll()Gravatar wm42014-11-06
* audio/out/push: when using audio wait fallback, recheck conditionGravatar wm42014-11-06
* ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatalGravatar wm42014-10-31
* coreaudio: only list output devicesGravatar Stefano Pigozzi2014-10-28
* audio: add command/function to reload audio outputGravatar wm42014-10-27
* ao_alsa: move parameter append code to a functionGravatar wm42014-10-23
* rename ao_coreaudio_device.c -> ao_coreaudio_exclusive.cGravatar Stefano Pigozzi2014-10-23
* coreaudio: redirect IEC61937 to coreaudio_exclusiveGravatar Stefano Pigozzi2014-10-23
* audio/out: add redirection-on-init mechanismGravatar wm42014-10-22
* audio/out: missing error checkGravatar wm42014-10-22
* audio/out: don't add special devices to --audio-device listGravatar wm42014-10-22
* audio/out: include coreaudio_exclusive in auto-probingGravatar wm42014-10-22
* Set thread name for debuggingGravatar wm42014-10-19
* audio: quote devices in --audio-device=helpGravatar wm42014-10-19
* audio/out/push: reset projected EOF time on new dataGravatar wm42014-10-14
* ao_wasapi: implement device listingGravatar wm42014-10-13
* ao_dsound: implement device listingGravatar wm42014-10-13
* ao_portaudio: implement device listingGravatar wm42014-10-13
* ao_openal: implement device listingGravatar wm42014-10-13
* audio/out: add "auto" pseudo-deviceGravatar wm42014-10-13
* coreaudio: use the new device selection APIGravatar Stefano Pigozzi2014-10-12
* audio: don't list encoder AO with --audio-device=helpGravatar wm42014-10-10
* ao_pulse: implement AO device listing APIGravatar wm42014-10-10
* ao_pulse: move setup code to separate functionGravatar wm42014-10-10
* audio: change internal device listing APIGravatar wm42014-10-10
* Add some missing "const"sGravatar wm42014-10-10
* audio/out/push: make draining slightly more robustGravatar wm42014-10-10