FFmpeg/libswscale
Ramiro Polla 67e1d52783 swscale-test: allocate more memory to prevent scalers from writing out of bounds
Some converters (ie. unscaled rgb24 -> argb) may write some bytes out of
bounds. Ideally the converters should be fixed, but in the meantime we allocate
more memory to prevent heap corruption.

Originally committed as revision 31768 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2010-07-22 15:30:22 +00:00
..
bfin
mlib
ppc
sparc
x86 Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone. 2010-05-30 08:44:05 +00:00
colorspace-test.c
libswscale.v
Makefile
options.c
rgb2rgb_template.c
rgb2rgb.c Add av_ prefix to bswap macros 2010-07-10 22:12:38 +00:00
rgb2rgb.h deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24 2010-06-01 19:35:16 +00:00
swscale_internal.h Restore vertical alignment in some defines 2010-07-20 01:45:25 +00:00
swscale_template.c Another try at fixing swscale on win64, as per r31153. 2010-07-18 21:39:57 +00:00
swscale-test.c swscale-test: allocate more memory to prevent scalers from writing out of bounds 2010-07-22 15:30:22 +00:00
swscale.c Cosmetics: reindent and unify whitespace 2010-07-19 07:06:14 +00:00
swscale.h deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24 2010-06-01 19:35:16 +00:00
utils.c darwin: allow 64-bit darwin to allocate executable memory 2010-07-21 13:29:55 +00:00
yuv2rgb.c Change the type of Y table to pointer to void in fill_table(). 2010-07-12 08:35:20 +00:00