1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-22 12:14:13 +02:00
ffmpeg/libswscale/x86
Ronald S. Bultje 1d8c4af396 swscale: take first/lastline over/underflows into account for MMX.
Fixes crashes for extremely large resizes (several 100-fold).

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
2012-02-23 10:30:08 -08:00
..
input.asm swscale: implement MMX, SSE2 and AVX functions for RGB32 input. 2012-02-01 21:55:32 -08:00
output.asm swscale: fix crashes in yuv2yuvX on x86-32. 2012-02-13 13:41:13 -08:00
rgb2rgb_template.c sws: replace all long with int. 2011-05-28 10:03:37 -04:00
rgb2rgb.c swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled. 2011-06-15 01:18:10 +02:00
scale.asm config.asm: change %ifdef directives to %if directives. 2012-01-27 10:19:57 +08:00
swscale_mmx.c swscale: take first/lastline over/underflows into account for MMX. 2012-02-23 10:30:08 -08:00
swscale_template.c Revert two swscale commits. 2012-02-19 13:31:12 -08:00
w64xmmtest.c win64: add a XMM clobber test configure option. 2012-02-02 12:00:48 -08:00
yuv2rgb_mmx.c swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled. 2011-06-15 01:18:10 +02:00
yuv2rgb_template.c swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 2011-05-24 10:03:26 -04:00