Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-13 Thread Michael Niedermayer
development discussions and patches > > Subject: Re: [FFmpeg-devel] qt-faststart bug near 4GB > > > > fails on mingw64 + wine > > > > make fate-mov-faststart-4gb-overflow V=2 > > --- - 2018-06-12 23:23:10.487549933 +0200 > > +++ tests/data/fate/mov-

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-13 Thread Michael Niedermayer
development discussions and patches > > Subject: Re: [FFmpeg-devel] qt-faststart bug near 4GB > > > > > > this is not mandatory but trying with some basic fuzzer seems like a good > > idea look at the examples in the manpage of zzuf for example, its very easy > >

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-13 Thread Eran Kornblau
> > -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Michael Niedermayer > Sent: Wednesday, June 13, 2018 12:26 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] qt-faststart bug n

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-13 Thread Eran Kornblau
> > -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Michael Niedermayer > Sent: Wednesday, June 13, 2018 1:41 AM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] qt-faststart bug near 4G

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-12 Thread Michael Niedermayer
; > > Behalf Of Michael Niedermayer > > > > Sent: Saturday, June 9, 2018 9:17 PM > > > > To: FFmpeg development discussions and patches > > > > > > > > Subject: Re: [FFmpeg-devel] qt-faststart bug near 4GB > > > > > > > &

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-12 Thread Michael Niedermayer
; > > Behalf Of Michael Niedermayer > > > > Sent: Saturday, June 9, 2018 9:17 PM > > > > To: FFmpeg development discussions and patches > > > > > > > > Subject: Re: [FFmpeg-devel] qt-faststart bug near 4GB > > > > > > > &

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-11 Thread Eran Kornblau
PM > > > To: FFmpeg development discussions and patches > > > > > > Subject: Re: [FFmpeg-devel] qt-faststart bug near 4GB > > > > > > > + > > > > +if (atom.size < atom.header_size) { > > > > > > > +

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-10 Thread Michael Niedermayer
development discussions and patches > > Subject: Re: [FFmpeg-devel] qt-faststart bug near 4GB > > > > > + > > > +if (atom.size < atom.header_size) { > > > > > +printf("atom size %"PRIu64" too small\n", atom.siz

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-10 Thread Eran Kornblau
> > -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Michael Niedermayer > Sent: Saturday, June 9, 2018 9:17 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] qt-f

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-09 Thread Michael Niedermayer
> > Behalf Of Eran Kornblau > > > > Sent: Friday, May 25, 2018 4:40 PM > > > > To: FFmpeg development discussions and patches > > > > > > > > Subject: [FFmpeg-devel] qt-faststart bug near 4GB > > > > > > > > Hi all, >

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-08 Thread Eran Kornblau
Ping -Original Message- From: Eran Kornblau Sent: Friday, June 1, 2018 10:00 AM To: FFmpeg development discussions and patches Subject: RE: [FFmpeg-devel] qt-faststart bug near 4GB > On Thu, May 31, 2018 at 10:11:38AM +, Eran Kornblau wrote: > > > > > >

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-06-01 Thread Eran Kornblau
> > To: FFmpeg development discussions and patches > > > > > > Subject: [FFmpeg-devel] qt-faststart bug near 4GB > > > > > > Hi all, > > > > > > We encountered a rather extreme edge case with qt-faststart - we > > > transcod

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-05-31 Thread Michael Niedermayer
discussions and patches > > Subject: [FFmpeg-devel] qt-faststart bug near 4GB > > > > Hi all, > > > > We encountered a rather extreme edge case with qt-faststart - we transcoded > > some video with ffmpeg, and the offset of the last video frame in the >

Re: [FFmpeg-devel] qt-faststart bug near 4GB

2018-05-31 Thread Eran Kornblau
> > -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Eran > Kornblau > Sent: Friday, May 25, 2018 4:40 PM > To: FFmpeg development discussions and patches > Subject: [FFmpeg-devel] qt-faststart bug near 4GB > > Hi

[FFmpeg-devel] qt-faststart bug near 4GB

2018-05-25 Thread Eran Kornblau
Hi all, We encountered a rather extreme edge case with qt-faststart - we transcoded some video with ffmpeg, and the offset of the last video frame in the resulting mp4 was slightly less than 4GB. Since it was less than 4GB, ffmpeg used an 'stco' atom and not a 'co64' atom. When we ran qt-faststa