1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00
FFmpeg/libswscale
Stefano Sabatini 23bf3b2c97 Fill the r, g, b values used for computing the c->pal_yuv table in the
case where the source format is PIX_FMT_GRAY8.

This is required as PIX_FMT_GRAY8 has been declared as a paletted
format in FFmpeg r22191, fix GRAY8 -> RGB conversion.

Originally committed as revision 30826 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2010-03-04 00:31:13 +00:00
..
bfin Blackfin: use SRAM only when CONFIG_SRAM is set 2010-01-31 00:20:37 +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
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-example to swscale-test, to better reflect the intended 2010-01-27 00:25:23 +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 Implement shuffle_bytes_abcd() functions and use them for shuffling 2010-02-03 23:46:00 +00:00
rgb2rgb.h Implement shuffle_bytes_abcd() functions and use them for shuffling 2010-02-03 23:46:00 +00:00
swscale_internal.h Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr. 2010-01-26 08:01:50 +00:00
swscale_template.c Reorder buffer debug. Also print out if slice was buffered. 2010-02-23 16:46:43 +00:00
swscale-test-all.sh Make swscale-test take in input the name of the input and the output 2010-03-04 00:31:10 +00:00
swscale-test.c Make swscale-test take in input the name of the input and the output 2010-03-04 00:31:10 +00:00
swscale.c Fill the r, g, b values used for computing the c->pal_yuv table in the 2010-03-04 00:31:13 +00:00
swscale.h Apply misc fixes to sws_getCoefficients() doxy. 2010-02-05 22:56:59 +00:00
utils.c Make sws_dcVec static: It is only used inside libswscale/utils.c. 2010-02-28 02:18:16 +00:00
yuv2rgb.c Apply consistency nit. 2010-02-25 21:12:38 +00:00