ffmpeg/libswscale/ppc
Pavel Koshevoy 665100c2f1 Fix destination row striding in altivec_yuv2_bgr24.
Misaligned row artifacts showed up when a 624x352 frame was converted
to BGR24 format.  When advancing to the next row the destination linesize
was added to the last output pointer position which was not linesize aligned,
resulting in a distorted picture.

Signed-off-by: Pavel Koshevoy <pavel@apple.aragog.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-07-06 17:40:43 +02:00
..
Makefile build: Move all arch OBJS declarations into arch subdirectory Makefiles. 2012-04-12 21:30:13 +02:00
swscale_altivec.c sws: support 12&14 bit planar colorspaces 2012-07-04 23:47:01 +02:00
yuv2rgb_altivec.c Fix destination row striding in altivec_yuv2_bgr24. 2012-07-06 17:40:43 +02:00
yuv2rgb_altivec.h Merge remote-tracking branch 'qatar/master' 2012-02-10 01:20:07 +01:00
yuv2yuv_altivec.c Merge remote-tracking branch 'qatar/master' 2012-02-22 02:24:18 +01:00