[FFmpeg-devel] [PATCH v3] Adds DVD protocol

2022-01-05 Thread Lucien Murray-Pitts
catalog of titles/chapters the tools/dvd2concat perl script should be used. Signed-off-by: Lucien Murray-Pitts --- configure | 4 + libavformat/Makefile| 1 + libavformat/dvd.c | 264 libavformat/protocols.c | 1 + 4 files

[FFmpeg-devel] [PATCH v2] Adds DVD protocol

2022-01-05 Thread Lucien Murray-Pitts
/chapters the tools/dvd2concat perl script should be used. Signed-off-by: Lucien Murray-Pitts --- configure | 4 + libavformat/Makefile| 1 + libavformat/dvd.c | 264 libavformat/protocols.c | 1 + 4 files changed, 270

Re: [FFmpeg-devel] [PATCH] Adds DVD protocol

2022-01-05 Thread Lucien Murray-Pitts
On 1/5/2022 9:02 PM, Michael Niedermayer wrote: On Tue, Jan 04, 2022 at 10:37:46PM +0900, Lucien Murray-Pitts wrote: Copies the Bluray protocol but uses libdvdnav to add simple DVD protocol error: corrupt patch at line 20 [...] Thank you - I just noticed today via the automated patchwork

[FFmpeg-devel] [PATCH] Adds DVD protocol

2022-01-04 Thread Lucien Murray-Pitts
tools/dvd2concat perl script should be used Signed-off-by: Lucien Murray-Pitts --- configure | 4 + libavformat/Makefile| 1 + libavformat/dvd.c | 268 libavformat/protocols.c | 1 + 4 files changed, 274 insertions(+) create