ffmpeg/libswscale
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
..
bfin Merge remote-tracking branch 'qatar/master' 2012-06-20 20:47:46 +02:00
ppc Fix destination row striding in altivec_yuv2_bgr24. 2012-07-06 17:40:43 +02:00
sparc Merge remote-tracking branch 'qatar/master' 2012-04-13 21:50:37 +02:00
x86 sws/x86: add av_assert() to ensure 16bit code is used with 16bit data 2012-07-05 04:39:11 +02:00
colorspace-test.c colorspace-test: add few more tests 2012-06-09 14:38:51 +00:00
input.c sws: support 12&14 bit planar colorspaces 2012-07-04 23:47:01 +02:00
libswscale.v Add symbol versioning for shared libraries 2010-01-16 04:48:55 +00:00
Makefile Merge remote-tracking branch 'qatar/master' 2012-07-04 21:03:28 +02:00
options.c swscale: use designated initializers for AVClass 2012-06-22 02:34:34 +00:00
output.c sws: remove cliping in yuv2rgb code. 2012-04-15 23:38:42 +02:00
rgb2rgb_template.c Merge remote-tracking branch 'qatar/master' 2012-02-23 04:31:55 +01:00
rgb2rgb.c swscale: unscaled rgb48 <-> bgr48 2012-06-09 11:55:52 +00:00
rgb2rgb.h swscale: unscaled rgb48 <-> bgr48 2012-06-09 11:55:52 +00:00
swscale_internal.h sws: support 12&14 bit planar colorspaces 2012-07-04 23:47:01 +02:00
swscale_unscaled.c sws/swscale_unscaled: use av_assert 2012-06-16 17:34:07 +02:00
swscale-test.c Merge remote-tracking branch 'qatar/master' 2012-01-14 02:22:09 +01:00
swscale.c sws: support 12&14 bit planar colorspaces 2012-07-04 23:47:01 +02:00
swscale.h Merge remote-tracking branch 'qatar/master' 2012-07-04 21:03:28 +02:00
utils.c sws: support 12&14 bit planar colorspaces 2012-07-04 23:47:01 +02:00
version.h Merge remote-tracking branch 'qatar/master' 2012-07-04 21:03:28 +02:00
yuv2rgb.c yuv2rgb: remove assert() the codepath is not invalid 2012-06-07 18:01:09 +02:00