FFmpeg/libswscale/x86
Ronald S. Bultje ef1ee362b3 swscale: implement >8bit scaling support.
This means that precision is retained when scaling between sample
formats with >8 bits per component (48bit RGB, 16bit grayscale,
9/10/16bit YUV).
2011-06-29 09:45:52 -07:00
..
rgb2rgb_template.c
rgb2rgb.c swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled. 2011-06-15 01:18:10 +02:00
swscale_mmx.c swscale: Fix compilation with --disable-mmx2. 2011-06-15 01:17:59 +02:00
swscale_template.c swscale: implement >8bit scaling support. 2011-06-29 09:45:52 -07: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