Re: [libav-devel] [PATCH] mpc8: Check out of bound bands limit

2011-10-10 Thread Laurent Aimar
On Fri, Oct 07, 2011 at 05:45:56PM +0200, Janne Grunau wrote: > On Fri, Oct 07, 2011 at 05:22:24PM +0200, Laurent Aimar wrote: > > On Fri, Oct 07, 2011 at 05:08:20PM +0200, Janne Grunau wrote: > > > From: Laurent Aimar > > > > > > On Fri, Oct 07, 2011 at 03:46:14PM +0200, Kostya Shishkov wrote: >

Re: [libav-devel] [PATCH] mpc8: Check out of bound bands limit

2011-10-07 Thread Janne Grunau
On Fri, Oct 07, 2011 at 05:22:24PM +0200, Laurent Aimar wrote: > On Fri, Oct 07, 2011 at 05:08:20PM +0200, Janne Grunau wrote: > > From: Laurent Aimar > > > > On Fri, Oct 07, 2011 at 03:46:14PM +0200, Kostya Shishkov wrote: > > > On Fri, Oct 07, 2011 at 03:26:05PM +0200, Janne Grunau wrote: > > >

Re: [libav-devel] [PATCH] mpc8: Check out of bound bands limit

2011-10-07 Thread Laurent Aimar
On Fri, Oct 07, 2011 at 05:22:24PM +0200, Laurent Aimar wrote: > On Fri, Oct 07, 2011 at 05:08:20PM +0200, Janne Grunau wrote: > > From: Laurent Aimar > > > > On Fri, Oct 07, 2011 at 03:46:14PM +0200, Kostya Shishkov wrote: > > > On Fri, Oct 07, 2011 at 03:26:05PM +0200, Janne Grunau wrote: > > >

Re: [libav-devel] [PATCH] mpc8: Check out of bound bands limit

2011-10-07 Thread Laurent Aimar
On Fri, Oct 07, 2011 at 05:08:20PM +0200, Janne Grunau wrote: > From: Laurent Aimar > > On Fri, Oct 07, 2011 at 03:46:14PM +0200, Kostya Shishkov wrote: > > On Fri, Oct 07, 2011 at 03:26:05PM +0200, Janne Grunau wrote: > > > From: Laurent Aimar > > > > > > Signed-off-by: Janne Grunau > > > ---

Re: [libav-devel] [PATCH] mpc8: Check out of bound bands limit

2011-10-07 Thread Janne Grunau
On Fri, Oct 07, 2011 at 04:12:23PM +0100, Måns Rullgård wrote: > Janne Grunau writes: > > > libavcodec/mpc8.c |4 > > 1 files changed, 4 insertions(+), 0 deletions(-) > > > > diff --git a/libavcodec/mpc8.c b/libavcodec/mpc8.c > > index a126fc8..4cdc99c 100644 > > --- a/libavcodec/mpc8.c

Re: [libav-devel] [PATCH] mpc8: Check out of bound bands limit

2011-10-07 Thread Måns Rullgård
Janne Grunau writes: > libavcodec/mpc8.c |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/libavcodec/mpc8.c b/libavcodec/mpc8.c > index a126fc8..4cdc99c 100644 > --- a/libavcodec/mpc8.c > +++ b/libavcodec/mpc8.c > @@ -127,6 +127,8 @@ static av_cold int mpc8_decode

[libav-devel] [PATCH] mpc8: Check out of bound bands limit

2011-10-07 Thread Janne Grunau
From: Laurent Aimar On Fri, Oct 07, 2011 at 03:46:14PM +0200, Kostya Shishkov wrote: > On Fri, Oct 07, 2011 at 03:26:05PM +0200, Janne Grunau wrote: > > From: Laurent Aimar > > > > Signed-off-by: Janne Grunau > > --- > > libavcodec/mpc8.c |4 > > 1 files changed, 4 insertions(+), 0 de