Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-12-04 Thread Michael Niedermayer
On Mon, Dec 04, 2017 at 03:24:18AM +0100, Carl Eugen Hoyos wrote: > 2017-12-04 1:22 GMT+01:00 Michael Niedermayer : > > On Sun, Oct 29, 2017 at 01:39:06PM +0100, Michael Niedermayer wrote: > >> On Sat, Oct 28, 2017 at 08:26:16PM +0200, Michael Niedermayer wrote: > >> > On

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-12-03 Thread Carl Eugen Hoyos
2017-12-04 1:22 GMT+01:00 Michael Niedermayer : > On Sun, Oct 29, 2017 at 01:39:06PM +0100, Michael Niedermayer wrote: >> On Sat, Oct 28, 2017 at 08:26:16PM +0200, Michael Niedermayer wrote: >> > On Thu, Oct 26, 2017 at 08:51:50PM -0700, Sasi Inguva wrote: >> > > On Tue,

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-12-03 Thread Michael Niedermayer
On Sun, Oct 29, 2017 at 01:39:06PM +0100, Michael Niedermayer wrote: > On Sat, Oct 28, 2017 at 08:26:16PM +0200, Michael Niedermayer wrote: > > On Thu, Oct 26, 2017 at 08:51:50PM -0700, Sasi Inguva wrote: > > > On Tue, Oct 24, 2017 at 2:48 PM, Michael Niedermayer > > > >

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-29 Thread Carl Eugen Hoyos
2017-10-29 13:39 GMT+01:00 Michael Niedermayer : > On Sat, Oct 28, 2017 at 08:26:16PM +0200, Michael Niedermayer wrote: >> On Thu, Oct 26, 2017 at 08:51:50PM -0700, Sasi Inguva wrote: >> > libavformat/mov.c | 21 +- >> >

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-29 Thread Michael Niedermayer
On Sat, Oct 28, 2017 at 08:26:16PM +0200, Michael Niedermayer wrote: > On Thu, Oct 26, 2017 at 08:51:50PM -0700, Sasi Inguva wrote: > > On Tue, Oct 24, 2017 at 2:48 PM, Michael Niedermayer > > wrote: > > > > > On Mon, Oct 23, 2017 at 04:18:28PM -0700, Sasi Inguva wrote:

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-28 Thread Michael Niedermayer
On Thu, Oct 26, 2017 at 08:51:50PM -0700, Sasi Inguva wrote: > On Tue, Oct 24, 2017 at 2:48 PM, Michael Niedermayer > wrote: > > > On Mon, Oct 23, 2017 at 04:18:28PM -0700, Sasi Inguva wrote: > > > Signed-off-by: Sasi Inguva > > > --- > > >

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-26 Thread Sasi Inguva
On Tue, Oct 24, 2017 at 2:48 PM, Michael Niedermayer wrote: > On Mon, Oct 23, 2017 at 04:18:28PM -0700, Sasi Inguva wrote: > > Signed-off-by: Sasi Inguva > > --- > > libavformat/mov.c | 15 +++- > > tests/fate/mov.mak

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-24 Thread Michael Niedermayer
On Mon, Oct 23, 2017 at 04:18:28PM -0700, Sasi Inguva wrote: > Signed-off-by: Sasi Inguva > --- > libavformat/mov.c | 15 +++- > tests/fate/mov.mak | 4 ++ > tests/ref/fate/mov-invalid-elst-entry-count | 57 >

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-23 Thread Sasi Inguva
On Fri, Oct 20, 2017 at 4:26 PM, Michael Niedermayer wrote: > On Wed, Oct 18, 2017 at 08:12:50PM -0700, Sasi Inguva wrote: > > Signed-off-by: Sasi Inguva > > --- > > libavformat/mov.c | 16 +++- > > tests/fate/mov.mak

[FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-23 Thread Sasi Inguva
Signed-off-by: Sasi Inguva --- libavformat/mov.c | 15 +++- tests/fate/mov.mak | 4 ++ tests/ref/fate/mov-invalid-elst-entry-count | 57 + 3 files changed, 75 insertions(+), 1 deletion(-)

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-21 Thread Carl Eugen Hoyos
2017-10-21 1:28 GMT+02:00 James Almer : > Could you look at ticket #6714 while at it? (And others also potentially > related to edit lists). https://trac.ffmpeg.org/query?status=new=open=~edts Carl Eugen ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-20 Thread James Almer
On 10/19/2017 12:12 AM, Sasi Inguva wrote: > Signed-off-by: Sasi Inguva > --- > libavformat/mov.c | 16 +++- > tests/fate/mov.mak | 6 ++- > tests/ref/fate/mov-invalid-elst-entry-count | 57 > +

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-20 Thread Michael Niedermayer
On Wed, Oct 18, 2017 at 08:12:50PM -0700, Sasi Inguva wrote: > Signed-off-by: Sasi Inguva > --- > libavformat/mov.c | 16 +++- > tests/fate/mov.mak | 6 ++- > tests/ref/fate/mov-invalid-elst-entry-count | 57 >

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-20 Thread Michael Niedermayer
On Wed, Oct 18, 2017 at 08:18:27PM -0700, Sasi Inguva wrote: > Attaching fate sample, uploaded thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are too smart to engage in politics are punished by being governed by those who are dumber. -- Plato

[FFmpeg-devel] [PATCH] lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.

2017-10-18 Thread Sasi Inguva
Signed-off-by: Sasi Inguva --- libavformat/mov.c | 16 +++- tests/fate/mov.mak | 6 ++- tests/ref/fate/mov-invalid-elst-entry-count | 57 + 3 files changed, 76 insertions(+), 3 deletions(-)