ffmpeg | branch: master | Karsten Otto | Sat Jul 14 11:20:46
2018 +0200| [c5329d64b1264ef1431732aad6f5b08d0c4b55f4] | committer: Michael
Niedermayer
aadec: improve seeking in mp3 content
MP3 frames may not be aligned to aa chunk boundaries. When seeking,
calculate the expected frame offset in
ffmpeg | branch: master | Karsten Otto | Thu Jul 12 09:30:25
2018 +0200| [ce372bc278ce7ff96e661f3bb109fc74d9a22279] | committer: Michael
Niedermayer
libavcodec/mpegaudiodecheader.h: fix version check pattern
This fixes the check for the reserved MPEG audio version ID,
used to detect an
ffmpeg | branch: master | Karsten Otto | Sun Jul 8 11:46:26
2018 +0200| [6cc6b619b95128ef084720c42ef0d361376e8f09] | committer: Michael
Niedermayer
aadec: add chapters and seeking
read_packet reads content in chunks. Thus seek must be clamped to valid
chunk positions in the file, which in
ffmpeg | branch: master | Karsten Otto | Sun Jul 8 12:26:10
2018 +0200| [3bf39f2aeff0defcc11454c497b6ea0ffbcd17ca] | committer: Michael
Niedermayer
libavcodec/mpegaudiodecheader.h : detect reserved mpeg id
Check the MPEG version ID for the reserved bit pattern 01, and abort the
header check
ffmpeg | branch: master | Karsten Otto | Sat Jul 7 19:41:27
2018 +0200| [c126065947514ec41f2d3350b8018ab563a054bb] | committer: Michael
Niedermayer
aadec: improve eof detection
Remember the end position of audio content in the file and check it during
read_packet. There always seems to be