ffmpeg/libswscale
Sean McGovern 124e56454d swscale: add padding to conversion buffer.
Altivec does unaligned reads from this buffer in
hscale_altivec_real(), and can thus read up to 16 bytes beyond
the end of the buffer. Therefore, add an extra 16 bytes of
padding at the end of the conversion buffer.

This fixes fate-lavfi-pixfmts_scale on AltiVec-enabled builds
under valgrind.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-11-11 07:44:35 -08:00
..
bfin
mlib
ppc swscale: update altivec yuv2planeX asm to new per-plane API. 2011-10-22 10:35:14 -07:00
sparc
x86 swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions. 2011-11-05 20:48:14 -07:00
colorspace-test.c
libswscale.v
Makefile
options.c
rgb2rgb_template.c
rgb2rgb.c
rgb2rgb.h
swscale_internal.h swscale: decide whether to use yuv2plane1/X on a per-plane basis. 2011-10-22 10:35:14 -07:00
swscale_unscaled.c
swscale-test.c
swscale.c swscale: decide whether to use yuv2plane1/X on a per-plane basis. 2011-10-22 10:35:14 -07:00
swscale.h
utils.c swscale: add padding to conversion buffer. 2011-11-11 07:44:35 -08:00
yuv2rgb.c