mpv/libswscale
diego b89020afc8 Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19378 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-13 00:21:14 +00:00
..
Makefile make libswscale build system similar to the libav* one 2006-07-10 12:35:52 +00:00
cs_test.c
rgb2rgb.c Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to 2006-08-11 12:50:14 +00:00
rgb2rgb.h
rgb2rgb_template.c Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 2006-08-13 00:21:14 +00:00
swscale-example.c Use libavutil in libswscale, and allow it to be built out of the mplayer tree 2006-07-20 12:13:57 +00:00
swscale.c Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile 2006-08-12 17:46:40 +00:00
swscale.h vertical scaler with accurate rounding, some people on doom9 can see +-1 errors 2006-07-24 10:36:06 +00:00
swscale_altivec_template.c Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX} 2006-07-27 19:35:30 +00:00
swscale_internal.h vertical scaler with accurate rounding, some people on doom9 can see +-1 errors 2006-07-24 10:36:06 +00:00
swscale_template.c Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 2006-08-13 00:21:14 +00:00
yuv2rgb.c Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. 2006-08-05 10:00:54 +00:00
yuv2rgb_altivec.c Use libavutil in libswscale, and allow it to be built out of the mplayer tree 2006-07-20 12:13:57 +00:00
yuv2rgb_mlib.c
yuv2rgb_template.c