A patch series adding seek support to libavformat/aadec. This third version of the series addresses all the earlier comments from the mailing list (thanks again!). It also introduces much better timestamps with sub-second precision.
The new patch 3/3 improves handling of mp3 content in the aa container: After a seek operation, it skips to the next valid frame header, which prevents audible glitches from partial frame playback. Karsten Otto (3): aadec: improve eof detection aadec: add chapters and seeking aadec: fix seeking in mp3 content libavformat/aadec.c | 129 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 121 insertions(+), 8 deletions(-) -- 2.14.3 (Apple Git-98) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel