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.
 
 
 
 
Luca Abeni 0dea6433fd replace some av_malloc();memset(...,0,...) sequences with av_mallocz() 18 years ago
..
Makefile
cs_test.c
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c
swscale-example.c
swscale.c replace some av_malloc();memset(...,0,...) sequences with av_mallocz() 18 years ago
swscale.h
swscale_altivec_template.c change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() 18 years ago
swscale_internal.h
swscale_template.c change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() 18 years ago
yuv2rgb.c Mark some variables as possibly unused to avoid warnings 18 years ago
yuv2rgb_altivec.c
yuv2rgb_init.c
yuv2rgb_mlib.c
yuv2rgb_template.c