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 d4da3e4790 Add a fillPlane function to fill a plane with one constant value 17 years ago
..
Makefile Rename yuv2rgb2.c --> yuv2rgb.c. 17 years ago
cs_test.c Add some const specifiers to function name variables; fixes a bunch of 17 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 17 years ago
rgb2rgb.h Delete unnecessary 'extern' keywords. 17 years ago
rgb2rgb_template.c Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting alpha channel to 0xFF 17 years ago
swscale-example.c Remove unnecessary emms Assembler instructions. 17 years ago
swscale.c Add a fillPlane function to fill a plane with one constant value 17 years ago
swscale.h New LGPLed YUV2RGB table generator for SwScaler 17 years ago
swscale_altivec_template.c Make hScale_altivec_real() trim its output like other implementations do 17 years ago
swscale_avoption.c Add bitexact flag. 17 years ago
swscale_bfin.c whitespace cosmetics: Consistently format function calls without space 17 years ago
swscale_internal.h YUVA420P is a planar YUV format 17 years ago
swscale_template.c Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro 17 years ago
yuv2rgb.c Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name 17 years ago
yuv2rgb_altivec.c Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA 17 years ago
yuv2rgb_bfin.c Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name 17 years ago
yuv2rgb_mlib.c Prefix visible YUV2RGB functions with sws_ 17 years ago
yuv2rgb_template.c Split YUV2RGB operands declaration into a separate macro 17 years ago
yuv2rgb_vis.c Fix typo in comments. 17 years ago