Michael Niedermayer niedermayer.cc> writes:
> feel free to push the variant you tested
Done, thank you!
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Mon, Aug 17, 2015 at 07:59:56PM +, Carl Eugen Hoyos wrote:
> Michael Niedermayer niedermayer.cc> writes:
>
> > +ffio_ensure_seekback(pb, 8);
> > +buffer = avio_rb64(pb);
> > +atom.size -= 8;
> > +if ( (buffer & 0x) == MKBETAG('f','r'
Michael Niedermayer niedermayer.cc> writes:
> +ffio_ensure_seekback(pb, 8);
> +buffer = avio_rb64(pb);
> +atom.size -= 8;
> +if ( (buffer & 0x) == MKBETAG('f','r','m','a')
> +&& buffer >> 32 <= atom.size
> +&
On Wed, Aug 05, 2015 at 11:52:43PM +0200, Carl Eugen Hoyos wrote:
> On Wednesday 05 August 2015 02:39:38 pm Michael Niedermayer wrote:
> > On Mon, Aug 03, 2015 at 11:16:12PM +0200, Carl Eugen Hoyos wrote:
> > > Hi!
> > >
> > > Attached patch fixes ticket #4747 and should not introduce any
> > > the
On Wednesday 05 August 2015 02:39:38 pm Michael Niedermayer wrote:
> On Mon, Aug 03, 2015 at 11:16:12PM +0200, Carl Eugen Hoyos wrote:
> > Hi!
> >
> > Attached patch fixes ticket #4747 and should not introduce any
> > theoretical regressions.
> >
> > Please review, Carl Eugen
> >
> > mov.c | 22
On Mon, Aug 03, 2015 at 11:16:12PM +0200, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch fixes ticket #4747 and should not introduce any
> theoretical regressions.
>
> Please review, Carl Eugen
> mov.c | 22 ++
> 1 file changed, 22 insertions(+)
> ffe1a030382f6bc11a5a58a
Hi!
Attached patch fixes ticket #4747 and should not introduce any
theoretical regressions.
Please review, Carl Eugendiff --git a/libavformat/mov.c b/libavformat/mov.c
index 154d2f8..f3cb71f 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1435,6 +1435,28 @@ static int mov_read_wave(MO