mpv/audio/decode
wm4 65b858f7d3 ad_lavc: interpolate missing timestamps
This is actually already done by dec_audio.c. But if
AV_FRAME_DATA_SKIP_SAMPLES is applied, this happens too late here. The
problem is that this will slice off samples, and make it impossible for
later code to reconstruct the timestamp properly.

Missing timestamps can still happen with some demuxers, e.g. demux_mkv.c
with Opus tracks. (Although libavformat interpolates these itself.)
2016-02-22 13:08:36 +01:00
..
ad.h audio: move direct packet reading from decoders to common code 2016-01-19 22:24:38 +01:00
ad_lavc.c ad_lavc: interpolate missing timestamps 2016-02-22 13:08:36 +01:00
ad_spdif.c audio: refactor: work towards unentangling audio decoding and filtering 2016-01-22 00:25:44 +01:00
dec_audio.c audio: move frame clipping to a generic function 2016-02-21 18:16:41 +01:00
dec_audio.h Rewrite ordered chapters and timeline stuff 2016-02-15 21:04:07 +01:00