[FFmpeg-devel] [PATCH v3 00/17] avformat/dvdvideodec: bugfixes and menu chapter markers

Marth64 marth64 at proxyid.net
Tue Oct 8 02:04:48 EEST 2024


This set aims to fix subtle desync issues when handling discontinuities,
do some cleanup, and improve menu support.

Effectively a refresh of v2 set with added patches. Compared to v2:
* Patches 01-11 are the same except fixed (1) sorting typos, (2) missing doc update.
* Drops corrupt or duplicate AC3 frames at end of demuxing chapter segments, which
  was only revealed as an issue after the frame dropping was fixed in patch 09.
  This is cleaning up after some DVD muxers which author seamless segments in a strange way.
* Does some additional cleanup of unnecessary logic/inefficiencies.

Signed-off-by: Marth64 <marth64 at proxyid.net>



More information about the ffmpeg-devel mailing list