0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/audio/out
Diogo Franco (Kovensky) fe03981bbc ao_wasapi: Slightly improve timer accuracy
Use QueryPerformanceCounter to improve the accuracy of
IAudioClock::GetPosition.

While this is mainly for "realtime correctness" (usually the delay is a
single sample or less), there are cases where IAudioClock::GetPosition
takes a long time to return from its call (though the documentation doesn't
define what a "long time" is), so correcting its value might be important in
case the documented possible delay happens.
2014-03-06 17:21:34 -03:00
..
ao_alsa.c ao_alsa: remove 9 year old typo 2014-01-02 21:29:33 +01:00
ao_coreaudio_properties.c ao_coreaudio: move to new log API 2013-08-01 20:32:49 +02:00
ao_coreaudio_properties.h ao_coreaudio: fix compilation on OS X 10.7 2013-07-28 09:48:49 +02:00
ao_coreaudio_utils.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +01:00
ao_coreaudio_utils.h Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_coreaudio.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +01:00
ao_dsound.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_jack.c ao_jack: fix termination on the end of file 2014-03-05 18:02:41 +01:00
ao_lavc.c audio/fmt-conversion.c: remove unknown audio format messages 2013-12-21 20:50:12 +01:00
ao_null.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_openal.c m_option: add mp_log callback to OPT_STRING_VALIDATE options 2013-12-21 21:43:16 +01:00
ao_oss.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_pcm.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_portaudio.c m_option: add mp_log callback to OPT_STRING_VALIDATE options 2013-12-21 21:43:16 +01:00
ao_pulse.c ao_pulse: lower default buffer size from 1000ms to 250ms 2014-01-07 23:52:18 +01:00
ao_rsound.c Move options/config related files from mpvcore/ to options/ 2013-12-17 02:07:57 +01:00
ao_sdl.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_sndio.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_wasapi.c ao_wasapi: Slightly improve timer accuracy 2014-03-06 17:21:34 -03:00
ao.c ao: document some functions 2014-02-28 00:56:10 +01:00
ao.h ao: document some functions 2014-02-28 00:56:10 +01:00