FFmpeg/libswscale
Ronald S. Bultje e7843db3df swscale: fix invalid conversions and memory problems.
Fixes problems where rgbToRgbWrapper() is called even though it doesn't
support this particular conversion (e.g. converting from RGB444 to
anything). Thirdly, fixes issues where rgbToRgbWrapper() is called for
non-native endiannness conversions (e.g. RGB555BE on a LE system).
Fourthly, fixes crashes when converting from e.g. monowhite to
monowhite, which calls planarCopyWrapper() and overwrites/reads because
n_bytes != n_pixels.
2012-01-12 16:38:29 -08: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: K&R reformatting cosmetics for header files 2012-01-08 23:32:56 +01:00
sparc Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
x86 swscale: fix crash in fast_bilinear code when compiled with -mred-zone. 2012-01-10 18:20:37 +01:00
colorspace-test.c swscale: K&R formatting cosmetics for code examples 2012-01-08 23:32:57 +01:00
libswscale.v Add symbol versioning for shared libraries 2010-01-16 04:48:55 +00:00
Makefile swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm. 2012-01-08 16:37:43 -08:00
options.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 2011-10-12 16:51:16 +02:00
rgb2rgb.c rgb2rgb: rgb12tobgr12() 2012-01-11 15:52:53 -08:00
rgb2rgb.h rgb2rgb: rgb12tobgr12() 2012-01-11 15:52:53 -08:00
rgb2rgb_template.c swscale: Remove disabled code. 2011-05-29 14:32:08 +02:00
swscale-test.c swscale: K&R formatting cosmetics for code examples 2012-01-08 23:32:57 +01:00
swscale.c swscale: RGB4444 and BGR444 input 2012-01-08 20:19:41 -08:00
swscale.h swscale: K&R reformatting cosmetics for header files 2012-01-08 23:32:56 +01:00
swscale_internal.h swscale: K&R reformatting cosmetics for header files 2012-01-08 23:32:56 +01:00
swscale_unscaled.c swscale: fix invalid conversions and memory problems. 2012-01-12 16:38:29 -08:00
utils.c swscale: RGB4444 and BGR444 input 2012-01-08 20:19:41 -08:00
yuv2rgb.c swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables() 2011-10-21 20:56:59 +01:00