[FFmpeg-devel] [PATCH v6 0/4] Remove chained ogg stream header packets from the demuxer
Romain Beauxis
romain.beauxis at gmail.com
Mon May 19 17:46:35 EEST 2025
## Changes since last revision:
* Patches for opus and flac have been comitted.
* Split up code refactorization and new extradata mechanism.
* Added full header+setup as extradata passed down to the vorbis
decoder.
Romain Beauxis (4):
libavformat/oggdec.{c,h}: Add new_extradata, use it to pass extradata
to the next decoded packet.
ogg/vorbis: factor out header processing logic.
ogg/vorbis: implement header packet skip in chained ogg bitstreams.
libavformat/oggdec.h: Change paket function documentation to return 1
on header packets only.
libavcodec/vorbis_parser.h | 11 ++
libavcodec/vorbisdec.c | 76 ++++++----
libavformat/oggdec.c | 11 ++
libavformat/oggdec.h | 6 +-
libavformat/oggparsevorbis.c | 167 +++++++++++++++------
tests/ref/fate/ogg-vorbis-chained-meta.txt | 3 -
6 files changed, 191 insertions(+), 83 deletions(-)
--
2.39.5 (Apple Git-154)
More information about the ffmpeg-devel
mailing list