[FFmpeg-devel] [PATCH 0/7] avformat/dvdvideodec: Bug fixes, seeking support, and menu chapters
Marth64
marth64 at proxyid.net
Sun Jul 28 10:34:38 EEST 2024
This patch set starts with a critical bug fix to resolve packet drops,
then follows on with seeking support and menu chapter marker support.
In addition, some cleanup occurs and documentation/logging is improved.
Seeking can be tested with mpv,
```
/mpv "av://dvdvideo:$IN"
```
Compare/view on GitHub:
https://github.com/FFmpeg/FFmpeg/compare/master...Marth64x:FFmpeg:20240728_dvdvideofix?expand=1
Net addition is 69 lines across the demuxer and docs.
Signed-off-by: Marth64 <marth64 at proxyid.net>
More information about the ffmpeg-devel
mailing list