ffmpeg/libswscale/x86
Ronald S. Bultje a27db4c349 swscale: fix function declaration keywords in x86/swscale_template.c.
Remove inline keyword for functions that are only called through
their function pointers (and thus cannot be inlined); add av_cold
keyword to init function, and use av_always_inline instead of
inline for functions that must be inlined for performance reasons.
2011-06-09 09:25:59 -04:00
..
rgb2rgb.c rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions. 2011-05-26 09:31:02 -04:00
rgb2rgb_template.c sws: replace all long with int. 2011-05-28 10:03:37 -04:00
swscale_mmx.c swscale: split out x86/swscale_template.c from swscale.c. 2011-06-03 09:52:09 -07:00
swscale_template.c swscale: fix function declaration keywords in x86/swscale_template.c. 2011-06-09 09:25:59 -04:00
yuv2rgb_mmx.c swscale: fix build with --disable-swscale-alpha. 2011-05-27 13:22:27 -04:00
yuv2rgb_template.c swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 2011-05-24 10:03:26 -04:00