[FFmpeg-devel] [PATCH v3 0/3] libavformat/aadec: seek support

Karsten Otto ottoka at posteo.de
Thu Jun 21 19:58:23 EEST 2018


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)



More information about the ffmpeg-devel mailing list