ffmpeg/libswscale
Vittorio Giovara fc1eda543c swscale: fix sign extensions in yuv planar conversion
Casting the left-most byte to unsigned avoids an undefined
result of the shift by 24 if bit 7 is set.

yuvPlanartouyvy_c and yuvPlanartoyuy2_c are affected.

CC: libav-stable@libav.org
Bug-Id: CID 732281 / CID 732282
2014-10-18 16:15:10 +01:00
..
ppc
x86
Makefile
colorspace-test.c
input.c swscale: support AV_PIX_FMT_YA16 as input 2014-08-04 12:56:05 +01:00
libswscale.v
options.c
output.c
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c swscale: fix sign extensions in yuv planar conversion 2014-10-18 16:15:10 +01:00
swscale-test.c swscale: support AV_PIX_FMT_YA16 as input 2014-08-04 12:56:05 +01:00
swscale.c
swscale.h swscale: Undeprecate sws_getContext() 2014-08-07 04:03:00 -07:00
swscale_internal.h swscale: support AV_PIX_FMT_YA16 as input 2014-08-04 12:56:05 +01:00
swscale_unscaled.c swscale: support AV_PIX_FMT_YA16 as input 2014-08-04 12:56:05 +01:00
utils.c swscale: Undeprecate sws_getContext() 2014-08-07 04:03:00 -07:00
version.h Bump major versions of all libraries. 2014-08-09 16:58:33 +00:00
yuv2rgb.c