Re: [FFmpeg-devel] [PATCH 06/10] swscale/arm/yuv2rgb: only process one line at a time for the yuv420p and nv{12, 21} formats

2016-03-30 Thread Matthieu Bouron
On Wed, Mar 30, 2016 at 11:36:34PM +0200, Benoit Fouet wrote: > Hi, Hi Benoit, > > Le 26/03/2016 13:05, Matthieu Bouron a écrit : > >On Sat, Mar 26, 2016 at 2:09 AM, Michael Niedermayer >>>wrote: > >>>On Fri, Mar 25, 2016 at 11:46:01PM +0100, Matthieu Bouron wrote: > >From: Matthieu Bouron

Re: [FFmpeg-devel] [PATCH 06/10] swscale/arm/yuv2rgb: only process one line at a time for the yuv420p and nv{12, 21} formats

2016-03-30 Thread Benoit Fouet
Hi, Le 26/03/2016 13:05, Matthieu Bouron a écrit : On Sat, Mar 26, 2016 at 2:09 AM, Michael Niedermayer >wrote: >On Fri, Mar 25, 2016 at 11:46:01PM +0100, Matthieu Bouron wrote: > >From: Matthieu Bouron > > > >--- > > libswscale/arm/yuv2rgb_neon.S | 89 >--

Re: [FFmpeg-devel] [PATCH 06/10] swscale/arm/yuv2rgb: only process one line at a time for the yuv420p and nv{12, 21} formats

2016-03-26 Thread Michael Niedermayer
On Sat, Mar 26, 2016 at 01:05:56PM +0100, Matthieu Bouron wrote: > On Sat, Mar 26, 2016 at 2:09 AM, Michael Niedermayer > wrote: > > > On Fri, Mar 25, 2016 at 11:46:01PM +0100, Matthieu Bouron wrote: > > > From: Matthieu Bouron > > > > > > --- > > > libswscale/arm/yuv2rgb_neon.S | 89 > > ++

Re: [FFmpeg-devel] [PATCH 06/10] swscale/arm/yuv2rgb: only process one line at a time for the yuv420p and nv{12, 21} formats

2016-03-26 Thread Matthieu Bouron
On Sat, Mar 26, 2016 at 2:09 AM, Michael Niedermayer wrote: > On Fri, Mar 25, 2016 at 11:46:01PM +0100, Matthieu Bouron wrote: > > From: Matthieu Bouron > > > > --- > > libswscale/arm/yuv2rgb_neon.S | 89 > --- > > 1 file changed, 24 insertions(+), 65 del

Re: [FFmpeg-devel] [PATCH 06/10] swscale/arm/yuv2rgb: only process one line at a time for the yuv420p and nv{12, 21} formats

2016-03-25 Thread Michael Niedermayer
On Fri, Mar 25, 2016 at 11:46:01PM +0100, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > libswscale/arm/yuv2rgb_neon.S | 89 > --- > 1 file changed, 24 insertions(+), 65 deletions(-) breaks build make distclean ; ../configure --cross-prefix=/

[FFmpeg-devel] [PATCH 06/10] swscale/arm/yuv2rgb: only process one line at a time for the yuv420p and nv{12, 21} formats

2016-03-25 Thread Matthieu Bouron
From: Matthieu Bouron --- libswscale/arm/yuv2rgb_neon.S | 89 --- 1 file changed, 24 insertions(+), 65 deletions(-) diff --git a/libswscale/arm/yuv2rgb_neon.S b/libswscale/arm/yuv2rgb_neon.S index ef7b0a6..8abb986 100644 --- a/libswscale/arm/yuv2rgb_neon.