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.
 
 
 
 
 
Zuxy Meng 5a352b14e7 Fix a typo that causes an assertion to always fail. 17 years ago
..
Makefile cosmetics: Remove useless empty line. 17 years ago
cs_test.c license header consistency cosmetics 17 years ago
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 1l: Update wrong #endif comment. 17 years ago
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 Fix a typo that causes an assertion to always fail. 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 typo 17 years ago
yuv2rgb_bfin.c FLAT objects cannot have multiple sections, so using the L1 attributes breaks 17 years ago
yuv2rgb_mlib.c This was rewritten by Michael, switch copyrights to him and license to LGPL. 17 years ago
yuv2rgb_template.c Discard two symbols from libswscale. 17 years ago
yuv2rgb_vis.c Cosmetics: whitespaces 17 years ago