You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Cédric Schieli a3398feb26 Fix bug introduced by me in r28756 16 years ago
..
Makefile Rename yuv2rgb2.c --> yuv2rgb.c. 16 years ago
cs_test.c Add some const specifiers to function name variables; fixes a bunch of 16 years ago
internal_bfin.S spelling/grammar/wording overhaul 17 years ago
rgb2rgb.c When converting from a non alpha format to an alpha format, defaults 16 years ago
rgb2rgb.h Delete unnecessary 'extern' keywords. 16 years ago
rgb2rgb_template.c Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting alpha channel to 0xFF 16 years ago
swscale-example.c Remove unnecessary emms Assembler instructions. 16 years ago
swscale.c Fix bug introduced by me in r28756 16 years ago
swscale.h New LGPLed YUV2RGB table generator for SwScaler 16 years ago
swscale_altivec_template.c Make hScale_altivec_real() trim its output like other implementations do 16 years ago
swscale_avoption.c Add bitexact flag. 16 years ago
swscale_bfin.c Remove pointless malloc.h #include. 16 years ago
swscale_internal.h Add an isALPHA macro to check if pixel format has alpha channel 16 years ago
swscale_template.c remove the rest of x86 asm from LGPL build 16 years ago
yuv2rgb.c Fix braindead and broken way to calculate abase, fixes regression tests on 16 years ago
yuv2rgb_altivec.c Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA 16 years ago
yuv2rgb_bfin.c Avoid POSIX-reserved _t namespace. 16 years ago
yuv2rgb_mlib.c Prefix visible YUV2RGB functions with sws_ 16 years ago
yuv2rgb_template.c When converting from a non alpha format to an alpha format, defaults 16 years ago
yuv2rgb_vis.c Fix typo in comments. 16 years ago