1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libswscale
Michael Niedermayer e28630fc70 pal8 input
this is not optimized or anything (that is easy to add just use the existing unscaled converters if possible ...)

Originally committed as revision 22236 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-02-16 21:17:15 +00:00
..
cs_test.c stray fflush spotted by Aurel 2007-01-28 20:38:35 +00:00
Makefile Make example and test build and link correctly 2007-01-28 17:52:59 +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 cosmetics: typo pallete --> palette 2007-01-13 04:32:14 +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 Pass a context to av_log(), when possible 2007-01-23 13:41:45 +00:00
swscale_template.c pal8 input 2007-02-16 21:17:15 +00:00
swscale-example.c Use common define for x86_32 and x86_64. 2006-11-01 18:36:20 +00:00
swscale.c pal8 input 2007-02-16 21:17:15 +00:00
swscale.h deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale() 2007-01-12 15:45:47 +00:00
yuv2rgb_altivec.c Pass a context to av_log(), when possible 2007-01-23 13:41:45 +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 Fix license headers and FSF postal address. 2007-01-22 01:21:36 +00:00
yuv2rgb_template.c Fix license headers and FSF postal address. 2007-01-22 01:21:36 +00:00
yuv2rgb.c Pass a context to av_log(), when possible 2007-01-23 13:41:45 +00:00