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 10ef990d96 cosmetics: typo pallete --> palette 18 years ago
..
Makefile Clarify that yuv2rgb_init.c cannot be used under LGPL 18 years ago
cs_test.c Change license headers to say 'FFmpeg' instead of 'this program'. 18 years ago
rgb2rgb.c cosmetics: typo pallete --> palette 18 years ago
rgb2rgb.h Clarify that some of the non-SIMD code is now LGPLed. 18 years ago
rgb2rgb_template.c Clarify that some of the non-SIMD code is now LGPLed. 18 years ago
swscale-example.c Use common define for x86_32 and x86_64. 18 years ago
swscale.c Add "support for both orderings of the slices (top->down / bottom->up)" 18 years ago
swscale.h deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale() 18 years ago
swscale_altivec_template.c change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() 18 years ago
swscale_internal.h Remove some void pointers arithmetic 18 years ago
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 Change license headers to say 'FFmpeg' instead of 'this program'. 18 years ago
yuv2rgb_init.c Allow to compile swscale's non-SIMD code under the LGPL license. 18 years ago
yuv2rgb_mlib.c
yuv2rgb_template.c