mpv/audio/out
Cheng Sun d17a719f4e ao_jack: update latency on buffer_size/graph change
The buffer_size may be updated before the process callback is called for
the first time. Or, the connection graph could change, which changes the
latency of the pipeline after mpv's output. Ensure we keep on top of
these changes by registering callbacks to update our latency estimation.
2017-03-18 14:15:34 +01:00
..
ao.c ao: never set ao->device = "" 2017-02-20 22:56:30 -08:00
ao.h
ao_alsa.c ao_alsa: fix device filtering, add another exception 2017-03-14 18:06:17 +01:00
ao_audiounit.m
ao_coreaudio.c
ao_coreaudio_chmap.c
ao_coreaudio_chmap.h
ao_coreaudio_exclusive.c
ao_coreaudio_properties.c
ao_coreaudio_properties.h
ao_coreaudio_utils.c
ao_coreaudio_utils.h
ao_jack.c ao_jack: update latency on buffer_size/graph change 2017-03-18 14:15:34 +01:00
ao_lavc.c
ao_null.c
ao_openal.c
ao_opensles.c
ao_oss.c ao_oss: fix mixer channel message 2017-02-08 21:03:40 -08:00
ao_pcm.c options: add M_OPT_FILE to some more file options 2017-03-06 15:41:06 +01:00
ao_pulse.c
ao_rsound.c
ao_sdl.c
ao_sndio.c
ao_wasapi.c win32: add COM-specific SAFE_RELEASE to windows_utils.h 2017-01-30 00:22:30 +11:00
ao_wasapi.h win32: add COM-specific SAFE_RELEASE to windows_utils.h 2017-01-30 00:22:30 +11:00
ao_wasapi_changenotify.c win32: add COM-specific SAFE_RELEASE to windows_utils.h 2017-01-30 00:22:30 +11:00
ao_wasapi_utils.c win32: add COM-specific SAFE_RELEASE to windows_utils.h 2017-01-30 00:22:30 +11:00
internal.h
pull.c
push.c