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.
 
 
 
 
Benoit Fouet 1b0a4572f4 Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 17 years ago
..
Makefile
cs_test.c
internal_bfin.S
rgb2rgb.c Cosmetics: whitespaces 17 years ago
rgb2rgb.h
rgb2rgb_template.c Remove some useless parentheses. 17 years ago
swscale-example.c Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 17 years ago
swscale.c Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 17 years ago
swscale.h
swscale_altivec_template.c Remove some useless parentheses. 17 years ago
swscale_bfin.c
swscale_internal.h
swscale_template.c Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 17 years ago
yuv2rgb.c
yuv2rgb_altivec.c Remove non cosmetic spaces inside parentheses. 17 years ago
yuv2rgb_bfin.c Cosmetics: whitespaces 17 years ago
yuv2rgb_mlib.c
yuv2rgb_template.c
yuv2rgb_vis.c Cosmetics: whitespaces 17 years ago