..
cs_test.c
Change license headers to say 'FFmpeg' instead of 'this program'.
2006-10-07 15:33:14 +00:00
Makefile
Clarify that yuv2rgb_init.c cannot be used under LGPL
2006-12-22 17:57:19 +00:00
rgb2rgb_template.c
Clarify that some of the non-SIMD code is now LGPLed.
2006-11-19 10:38:12 +00:00
rgb2rgb.c
Allow to compile swscale's non-SIMD code under the LGPL license.
2006-12-20 13:09:29 +00:00
rgb2rgb.h
Clarify that some of the non-SIMD code is now LGPLed.
2006-11-19 10:38:12 +00:00
swscale_altivec_template.c
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
2006-12-26 18:08:40 +00:00
swscale_internal.h
Remove some void pointers arithmetic
2006-12-26 16:12:37 +00:00
swscale_template.c
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
2006-12-26 18:08:40 +00:00
swscale-example.c
Use common define for x86_32 and x86_64.
2006-11-01 18:36:20 +00:00
swscale.c
Add "support for both orderings of the slices (top->down / bottom->up)"
2007-01-12 15:40:08 +00:00
swscale.h
Clarify that some of the non-SIMD code is now LGPLed.
2006-11-19 10:38:12 +00:00
yuv2rgb_altivec.c
Change license headers to say 'FFmpeg' instead of 'this program'.
2006-10-07 15:33:14 +00:00
yuv2rgb_init.c
Allow to compile swscale's non-SIMD code under the LGPL license.
2006-12-20 13:09:29 +00:00
yuv2rgb_mlib.c
Remove the dependency of libswscale on img_format.h
2006-09-17 15:15:13 +00:00
yuv2rgb_template.c
Remove the dependency of libswscale on img_format.h
2006-09-17 15:15:13 +00:00
yuv2rgb.c
Mark some variables as possibly unused to avoid warnings
2006-12-26 17:59:28 +00:00