mpv/audio/out
wm4 74b7001500 encode: don't access ao->pts
This field will be moved out of the ao struct. The encoding code was
basically using an invalid way of accessing this field.

Since the AO will be moved into its own thread too and will do its own
buffering, the AO and the playback core might not even agree which
sample a PTS timestamp belongs to. Add some extrapolation code to handle
this case.
2014-03-07 15:23:03 +01: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
ao_alsa.c ao_alsa: remove 9 year old typo 2014-01-02 21:29:33 +01:00
ao_coreaudio.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +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_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 encode: don't access ao->pts 2014-03-07 15:23:03 +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