Re: [FFmpeg-devel] [PATCH] avformat/mov: strengthen some table allocations

2014-11-27 Thread Clément Bœsch
On Thu, Nov 27, 2014 at 12:20:07AM +0100, Michael Niedermayer wrote: > On Wed, Nov 26, 2014 at 10:48:10PM +0100, Clément Bœsch wrote: > > From: Clément Bœsch > > > > --- > > libavformat/mov.c | 48 +++- > > 1 file changed, 27 insertions(+), 21 deletion

Re: [FFmpeg-devel] [PATCH] avformat/mov: strengthen some table allocations

2014-11-26 Thread Michael Niedermayer
On Wed, Nov 26, 2014 at 10:48:10PM +0100, Clément Bœsch wrote: > From: Clément Bœsch > > --- > libavformat/mov.c | 48 +++- > 1 file changed, 27 insertions(+), 21 deletions(-) LGTM thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BAD

Re: [FFmpeg-devel] [PATCH] avformat/mov: strengthen some table allocations

2014-11-10 Thread Michael Niedermayer
On Mon, Nov 10, 2014 at 06:21:28PM +0100, Clément Bœsch wrote: > From: Clément Bœsch > > --- > libavformat/mov.c | 35 ++- > 1 file changed, 14 insertions(+), 21 deletions(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 6ba7b96..4010668 100644 >