ffmpeg/libswscale
Mans Rullgard 7c5ce99bd9 swscale: fix signed overflow in yuv2mono_X_c_template
As old bits are shifted out of the accumulator, they cause signed
overflows when they reach the end.  Making the variable unsigned fixes
this.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-11-26 22:53:47 +00:00
..
bfin swscale: Remove unused variable from ff_bfin_get_unscaled_swscale(). 2011-06-21 20:53:52 +02:00
mlib Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ppc swscale: update altivec yuv2planeX asm to new per-plane API. 2011-10-22 10:35:14 -07:00
sparc Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
x86 swscale: handle unaligned buffers in yuv2plane1 2011-11-13 08:27:20 +01:00
Makefile sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling. 2011-09-13 09:53:42 -07:00
colorspace-test.c sws: replace all long with int. 2011-05-28 10:03:37 -04:00
libswscale.v Add symbol versioning for shared libraries 2010-01-16 04:48:55 +00:00
options.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 2011-10-12 16:51:16 +02:00
rgb2rgb.c sws: replace all long with int. 2011-05-28 10:03:37 -04:00
rgb2rgb.h sws: replace all long with int. 2011-05-28 10:03:37 -04:00
rgb2rgb_template.c swscale: Remove disabled code. 2011-05-29 14:32:08 +02:00
swscale-test.c swscale: Remove commented-out printf cruft. 2011-05-26 03:45:58 +02:00
swscale.c swscale: fix signed overflow in yuv2mono_X_c_template 2011-11-26 22:53:47 +00:00
swscale.h lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. 2011-09-03 20:53:35 +02:00
swscale_internal.h swscale: fix failing fate tests. 2011-11-24 12:21:03 -08:00
swscale_unscaled.c swscale: add support for planar RGB input. 2011-11-24 10:40:05 -08:00
utils.c swscale: Readd #define _SVID_SOURCE 2011-11-25 19:59:15 +02:00
yuv2rgb.c swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables() 2011-10-21 20:56:59 +01:00