mpv/audio/out
Kevin Mitchell 9163bdc38a ao_wasapi: fix delay calculation again
Apparently it's only wine where the qpc_position returned by
IAudioClock_GetPosition can be overflowed. So actually do the rescaling
correctly, but throw away the result if it looks unreasonable.

this fixes a regression in 5afa68835a
2016-01-02 08:10:52 -08:00
..
ao.c ao: disambiguate default device list entries 2015-11-27 14:42:10 +01:00
ao.h audio: add option for falling back to ao_null 2015-10-05 19:12:23 +02:00
ao_alsa.c ao_alsa: filter audio device list 2015-11-24 19:47:58 +01:00
ao_coreaudio.c ao_coreaudio: avoid unnecessary format changes 2015-10-21 18:54:36 +02:00
ao_coreaudio_chmap.c ao_coreaudio_exclusive: fallback to stereo on unknown channel layouts 2015-10-26 15:55:11 +01:00
ao_coreaudio_chmap.h ao_coreaudio_exclusive: deal with devices return different channel count 2015-10-21 18:54:48 +02:00
ao_coreaudio_exclusive.c ao_coreaudio_exclusive: check for maximum channel count 2015-10-26 16:00:24 +01:00
ao_coreaudio_properties.c
ao_coreaudio_properties.h
ao_coreaudio_utils.c ao_coreaudio: log current format before setting new format 2015-10-21 18:53:50 +02:00
ao_coreaudio_utils.h ao_coreaudio: fix device latency, share the code 2015-07-06 17:49:28 +02:00
ao_dsound.c win32: revert wchar_t changes 2015-08-01 21:09:11 +02:00
ao_jack.c ao_jack: remove "alsa" std-channel-layout choice 2015-11-07 15:20:34 +01:00
ao_lavc.c audio: use AVFrames with more than 8 channels correctly 2015-10-26 15:54:00 +01:00
ao_null.c
ao_openal.c ao_openal: fix sign of speaker angle in comment 2015-11-18 08:27:47 -08:00
ao_oss.c ao_oss: use new sample format determination code 2015-09-10 23:39:46 +02:00
ao_pcm.c audio: fix format function consistency issues 2015-06-26 23:06:37 +02:00
ao_pulse.c audio: fix format function consistency issues 2015-06-26 23:06:37 +02:00
ao_rsound.c
ao_sdl.c
ao_sndio.c
ao_wasapi.c ao_wasapi: fix delay calculation again 2016-01-02 08:10:52 -08:00
ao_wasapi.h ao_wasapi: wrap long lines and use only c99 comment style 2015-12-21 05:03:09 -08:00
ao_wasapi_changenotify.c ao_wasapi: wrap long lines and use only c99 comment style 2015-12-21 05:03:09 -08:00
ao_wasapi_utils.c ao_wasapi: move volume control init to it's own function 2015-12-21 05:23:26 -08:00
ao_wasapi_utils.h ao_wasapi: non-fatal error handling for COM marshalling 2015-12-21 05:23:22 -08:00
internal.h
pull.c Fix some typos in code comments 2015-12-21 22:28:12 +01:00
push.c audio: fix format function consistency issues 2015-06-26 23:06:37 +02:00