Re: [FFmpeg-devel] [PATCH] avcodec: add C xvid IDCT support

2014-08-11 Thread Michael Niedermayer
On Mon, Aug 11, 2014 at 12:36:56AM -0300, James Almer wrote: > On 11/08/14 12:18 AM, Michael Niedermayer wrote: > > From: Pascal Massimino > > > > Thanks to Pascal Massimino and Michael Militzer for permission to use under > > LGPL > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/

Re: [FFmpeg-devel] [PATCH] avcodec: add C xvid IDCT support

2014-08-11 Thread James Darnley
On 2014-08-11 12:39, Michael Niedermayer wrote: > On Mon, Aug 11, 2014 at 10:56:11AM +0200, James Darnley wrote: >> On 2014-08-11 07:44, Clément Bœsch wrote: >>> /** >>> * @file >>> * Walken IDCT >>> * Alternative idct implementations for decoding compatibility >>> * >>> * @author Skal >>> *

Re: [FFmpeg-devel] [PATCH] avcodec: add C xvid IDCT support

2014-08-11 Thread Michael Niedermayer
On Mon, Aug 11, 2014 at 10:56:11AM +0200, James Darnley wrote: > On 2014-08-11 07:44, Clément Bœsch wrote: > > /** > > * @file > > * Walken IDCT > > * Alternative idct implementations for decoding compatibility > > * > > * @author Skal > > * @note this "C" version is not the original one, but

Re: [FFmpeg-devel] [PATCH] avcodec: add C xvid IDCT support

2014-08-11 Thread Michael Niedermayer
On Mon, Aug 11, 2014 at 07:44:25AM +0200, Clément Bœsch wrote: > On Mon, Aug 11, 2014 at 05:18:32AM +0200, Michael Niedermayer wrote: > > From: Pascal Massimino > > > > Thanks to Pascal Massimino and Michael Militzer for permission to use under > > LGPL > > Signed-off-by: Michael Niedermayer >

Re: [FFmpeg-devel] [PATCH] avcodec: add C xvid IDCT support

2014-08-11 Thread James Darnley
On 2014-08-11 07:44, Clément Bœsch wrote: > /** > * @file > * Walken IDCT > * Alternative idct implementations for decoding compatibility > * > * @author Skal > * @note this "C" version is not the original one, but is modified to > * yield the same error profile than the MMX version.

Re: [FFmpeg-devel] [PATCH] avcodec: add C xvid IDCT support

2014-08-10 Thread Clément Bœsch
On Mon, Aug 11, 2014 at 05:18:32AM +0200, Michael Niedermayer wrote: > From: Pascal Massimino > > Thanks to Pascal Massimino and Michael Militzer for permission to use under > LGPL > Signed-off-by: Michael Niedermayer > --- > libavcodec/Makefile |2 +- > libavcodec/xvid_c_idct.c | 33

Re: [FFmpeg-devel] [PATCH] avcodec: add C xvid IDCT support

2014-08-10 Thread James Almer
On 11/08/14 12:18 AM, Michael Niedermayer wrote: > From: Pascal Massimino > > Thanks to Pascal Massimino and Michael Militzer for permission to use under > LGPL > Signed-off-by: Michael Niedermayer > --- > libavcodec/Makefile |2 +- > libavcodec/xvid_c_idct.c | 335 > +++