Re: [FFmpeg-devel] [patch 4/4] Fix bug for POWERLE: libswscale/ppc/swscale_altivec.c

2014-11-07 Thread Michael Niedermayer
On Fri, Nov 07, 2014 at 05:43:22PM +0800, rongyan wrote: > Hi, > There are 4 patches presented to fix bugs for POWER8 little endian. I will > send 4 patches in 4 different email. This is the fourth. > > It fixed the function hScale_altivec_real(), yuv2planeX_16_altivec(), > yuv2planeX_8(). >

[FFmpeg-devel] [patch 4/4] Fix bug for POWERLE: libswscale/ppc/swscale_altivec.c

2014-11-07 Thread rongyan
Hi, There are 4 patches presented to fix bugs for POWER8 little endian. I will send 4 patches in 4 different email. This is the fourth. It fixed the function hScale_altivec_real(), yuv2planeX_16_altivec(), yuv2planeX_8(). The fate test result on POWER BE and POWER LE after merge these 4 patc