ffmpeg/libswscale/x86
Ronald S. Bultje 1bab6f852c swscale: make access to filter data conditional on filter type.
Prevents crashes on 1-tap filter (unscaled). Also rename "bguf" argument
to "vbuf", seems that was a typo.
2012-02-17 10:31:15 -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
rgb2rgb.c
scale.asm config.asm: change %ifdef directives to %if directives. 2012-01-27 10:19:57 +08:00
swscale_mmx.c swscale: Remove some write-only variables related to alpha handling. 2012-02-14 10:12:43 +01:00
swscale_template.c swscale: make access to filter data conditional on filter type. 2012-02-17 10:31:15 -08:00
w64xmmtest.c win64: add a XMM clobber test configure option. 2012-02-02 12:00:48 -08:00
yuv2rgb_mmx.c
yuv2rgb_template.c