mbox series

[FFmpeg-devel,0/7] avformat/dvdvideodec: Bug fixes, seeking support, and menu chapters

Message ID 20240728073445.725161-1-marth64@proxyid.net
Headers show
Series avformat/dvdvideodec: Bug fixes, seeking support, and menu chapters | expand

Message

Marth64 July 28, 2024, 7:34 a.m. UTC
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@proxyid.net>