1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
FFmpeg/libswscale
Ronald S. Bultje ea540401d6 swscale: fix byte overreads in SSE-optimized hscale().
SSE-optimized hScale() scales up to 4 pixels at once, so we need to
allocate up to 3 padding pixels to prevent overreads. This fixes
valgrind errors in various swscale-tests on fate.
2011-09-15 07:30:46 -07:00
..
bfin
mlib
ppc swscale: split hScale() function pointer into h[cy]Scale(). 2011-08-17 20:56:06 -07:00
sparc
x86 sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling. 2011-09-13 09:53:42 -07:00
colorspace-test.c
libswscale.v
Makefile sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling. 2011-09-13 09:53:42 -07:00
options.c lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. 2011-09-03 20:53:35 +02:00
rgb2rgb_template.c
rgb2rgb.c
rgb2rgb.h
swscale_internal.h swscale: split hScale() function pointer into h[cy]Scale(). 2011-08-17 20:56:06 -07:00
swscale_unscaled.c Do not convert RGB buffer at once when stride does not fit exact samples. 2011-07-30 09:51:23 -07:00
swscale-test.c
swscale.c swscale: split hScale() function pointer into h[cy]Scale(). 2011-08-17 20:56:06 -07:00
swscale.h lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. 2011-09-03 20:53:35 +02:00
utils.c swscale: fix byte overreads in SSE-optimized hscale(). 2011-09-15 07:30:46 -07:00
yuv2rgb.c