1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libswscale
Stefano Sabatini a9e2878c48 Simplify code in sws_getContext() which logs if the destination format
support dithering, remove the const char *dither variable and use a
literal string instead.

Originally committed as revision 30329 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2010-01-16 19:11:03 +00:00
..
bfin Move bfin specific code to its subdir. 2009-03-27 22:56:56 +00:00
mlib Cosmetics: 2009-08-16 21:11:28 +00:00
ppc Remove ; after while(0) in macros. 2009-09-12 20:10:22 +00:00
sparc Cosmetics: 2009-08-16 21:11:28 +00:00
x86 Const correctness for src pointer. Remove all constness related warnings in 2010-01-15 08:51:51 +00:00
colorspace-test.c swscale: Check for return values of malloc. 2009-08-29 23:02:01 +00:00
libswscale.v Add symbol versioning for shared libraries 2010-01-16 04:48:55 +00:00
Makefile Rename swscale_avoption.c to options.c. 2009-04-18 13:52:00 +00:00
options.c Cosmetics: 2009-08-16 21:11:28 +00:00
rgb2rgb_template.c Const correctness for src pointer. Remove all constness related warnings in 2010-01-15 08:51:51 +00:00
rgb2rgb.c Const correctness for src pointer. Remove all constness related warnings in 2010-01-15 08:51:51 +00:00
rgb2rgb.h Const correctness for src pointer. Remove all constness related warnings in 2010-01-15 08:51:51 +00:00
swscale_internal.h Document some of SwsContext. 2010-01-16 19:04:55 +00:00
swscale_template.c Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler. 2010-01-16 18:39:06 +00:00
swscale-example.c Revert mistakenly commited hunk. 2009-08-29 23:03:14 +00:00
swscale.c Simplify code in sws_getContext() which logs if the destination format 2010-01-16 19:11:03 +00:00
swscale.h Const correctness for src pointer. Remove all constness related warnings in 2010-01-15 08:51:51 +00:00
yuv2rgb.c Const correctness for src pointer. Remove all constness related warnings in 2010-01-15 08:51:51 +00:00