ffmpeg/libswscale
Stefano Sabatini 30b6147521 Use av_get_bits_per_pixel() for computing the bits per pixel of the
source and destination format, cache those values in the newly added
SwsContext:srcFormatBpp and SwsContext:dstFormatBpp fields, and remove
the fmt_depth() function.

Originally committed as revision 30419 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2010-01-24 12:55:05 +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 Move array specifiers outside DECLARE_ALIGNED() invocations 2010-01-22 03:26:30 +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
Makefile Split swscale.c into scaler code (swscale.c) and utility code (utils.c). 2010-01-24 02:08:22 +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
options.c Cosmetics: 2009-08-16 21:11:28 +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
rgb2rgb_template.c Const correctness for src pointer. Remove all constness related warnings in 2010-01-15 08:51:51 +00:00
swscale-example.c Avoid more pointless tests, the input and output formats need to be 2010-01-20 00:22:31 +00:00
swscale.c Use av_get_bits_per_pixel() for computing the bits per pixel of the 2010-01-24 12:55:05 +00:00
swscale.h More const-correctness for sws_scale 2010-01-21 09:52:11 +00:00
swscale_internal.h Use av_get_bits_per_pixel() for computing the bits per pixel of the 2010-01-24 12:55:05 +00:00
swscale_template.c Declare with av_unused the variable alpMmxFilter, fix the gcc warning: 2010-01-16 19:22:30 +00:00
utils.c Use av_get_bits_per_pixel() for computing the bits per pixel of the 2010-01-24 12:55:05 +00:00
yuv2rgb.c Use av_get_bits_per_pixel() for computing the bits per pixel of the 2010-01-24 12:55:05 +00:00