Re: [FFmpeg-devel] [PATCH v2] avformat/webvttdec, enc: correctly process files containing STYLE, REGION blocks

2021-11-24 Thread Dave Evans
:23 PM Dave Evans wrote: > Would it be possible for someone to take a look at this please? Would be > lovely to get it merged at some point. Please let me know if further > changes are needed. > > Cheers, > Dave > > On Tue, Oct 13, 2020 at 10:25 AM Dave Evans > wrote

Re: [FFmpeg-devel] [PATCH v2] avformat/webvttdec, enc: correctly process files containing STYLE, REGION blocks

2021-03-16 Thread Dave Evans
Would it be possible for someone to take a look at this please? Would be lovely to get it merged at some point. Please let me know if further changes are needed. Cheers, Dave On Tue, Oct 13, 2020 at 10:25 AM Dave Evans wrote: > This patch fixes the total failure to parse cues when style

Re: [FFmpeg-devel] [PATCH] avformat/webvttdec: Fix WebVTT decoder truncating files at first STYLE block

2021-01-12 Thread Dave Evans
Hijacking with related, similar patch from a few months ago: https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=2538 On Tue, Jan 12, 2021 at 4:56 PM Roderich Schupp wrote: > Bug-ID: 9064 > > The webvtt decoder truncates the file at the first such block. > Since these blocks typically occu

[FFmpeg-devel] [PATCH v2] avformat/webvttdec, enc: correctly process files containing STYLE, REGION blocks

2020-10-13 Thread Dave Evans
This patch fixes the total failure to parse cues when style and region definition blocks are contained in the input file, and ensures those blocks are written to the output when copying. The sample attached needs to be added to samples at the path shown in the patch in order to validate that the o

Re: [FFmpeg-devel] [PATCH] avformat/webvttdec, enc: correctly process files containing STYLE, REGION blocks

2020-10-13 Thread Dave Evans
On Mon, Oct 12, 2020 at 11:20 PM Jan Ekström wrote: > > On Tue, Oct 13, 2020 at 12:07 AM Dave Evans wrote: > > > > This patch fixes the total failure to parse cues when style and region > > definition blocks are contained in the input file, and ensures those blocks >

[FFmpeg-devel] [PATCH] avformat/webvttdec, enc: correctly process files containing STYLE, REGION blocks

2020-10-12 Thread Dave Evans
This patch fixes the total failure to parse cues when style and region definition blocks are contained in the input file, and ensures those blocks are written to the output when copying. The test attached needs to be added to samples at the path shown in the patch in order to validate that the ori