Re: [FFmpeg-devel] [PATCH] avformat/mov: Allow saio/saiz in clear content.

2018-08-21 Thread Michael Niedermayer
On Mon, Aug 20, 2018 at 10:56:04AM -0700, Jacob Trimble wrote: > On Wed, Aug 15, 2018 at 2:38 PM Michael Niedermayer > wrote: > > > > [...] > > > > > mov.c |6 ++ > > > 1 file changed, 6 insertions(+) > > > 0e583b4ad11852ce38a2b945644e178b7f13a42f > > > 0001-avformat-mov-Allow-saio-saiz

Re: [FFmpeg-devel] [PATCH] avformat/mov: Allow saio/saiz in clear content.

2018-08-20 Thread Jacob Trimble
On Wed, Aug 15, 2018 at 2:38 PM Michael Niedermayer wrote: > > [...] > > > mov.c |6 ++ > > 1 file changed, 6 insertions(+) > > 0e583b4ad11852ce38a2b945644e178b7f13a42f > > 0001-avformat-mov-Allow-saio-saiz-in-clear-content-v2.patch > > From 256880aca517f64257eb28342a656867d90307a7 Mon

Re: [FFmpeg-devel] [PATCH] avformat/mov: Allow saio/saiz in clear content.

2018-08-15 Thread Michael Niedermayer
On Tue, Aug 14, 2018 at 11:12:58AM -0700, Jacob Trimble wrote: > On Tue, Aug 14, 2018 at 10:39 AM Jacob Trimble wrote: > > > > If there is a saio/saiz in clear content, we shouldn't create the > > encryption index if we don't already have one. Otherwise it will > > confuse the cenc_filter. > > >

Re: [FFmpeg-devel] [PATCH] avformat/mov: Allow saio/saiz in clear content.

2018-08-14 Thread Jacob Trimble
On Tue, Aug 14, 2018 at 10:39 AM Jacob Trimble wrote: > > If there is a saio/saiz in clear content, we shouldn't create the > encryption index if we don't already have one. Otherwise it will > confuse the cenc_filter. > > Found by Chromium's ClusterFuzz: https://crbug.com/873432 > > Signed-off-by