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.
 
 
 
 
Diego Biurrun e982d4d39f Remove the unused function roundToInt16. It is a duplicate of the same function 17 years ago
..
Makefile cosmetics: Remove useless empty line. 17 years ago
cs_test.c
internal_bfin.S FLAT objects cannot have multiple sections, so using the L1 attributes breaks 17 years ago
rgb2rgb.c Make some assembler constants global instead of declaring them multiple times. 17 years ago
rgb2rgb.h
rgb2rgb_template.c __asm __volatile -> asm volatile part 3 17 years ago
swscale-example.c Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 17 years ago
swscale.c typos 17 years ago
swscale.h change sws_format_name to return const char*, supress many warnings 17 years ago
swscale_altivec_template.c Fix outdated comment. 17 years ago
swscale_bfin.c FLAT objects cannot have multiple sections, so using the L1 attributes breaks 17 years ago
swscale_internal.h Make av_class a pointer to const. 17 years ago
swscale_template.c remove redundant SwScaler text since av_log uses AVClass context 17 years ago
yuv2rgb.c Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. 17 years ago
yuv2rgb_altivec.c Remove the unused function roundToInt16. It is a duplicate of the same function 17 years ago
yuv2rgb_bfin.c FLAT objects cannot have multiple sections, so using the L1 attributes breaks 17 years ago
yuv2rgb_mlib.c
yuv2rgb_template.c Discard two symbols from libswscale. 17 years ago
yuv2rgb_vis.c Cosmetics: whitespaces 17 years ago