ffmpeg/libswscale
Stefano Sabatini af0e662169 Declare support for the pixel formats:
PIX_FMT_YUVJ420P
PIX_FMT_YUVJ422P
PIX_FMT_YUVJ440P
PIX_FMT_YUVJ444P

in the isSupported{In,Out} macros.

These pixel formats are not true pixel formats but hacks specific to
JPEG in libavcodec. They are deprecated and should be removed (that is
from libavcodec first and libswscale second)...  but they must be
tested by swscale-test.

See thread:
Subject: [FFmpeg-devel] [PATCH] Extend show_pix_fmts() to make it print the input/output support
Date: 2010-01-30 15:54:08 GMT

Originally committed as revision 30474 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2010-01-31 10:16:05 +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
Makefile Rename swscale-example to swscale-test, to better reflect the intended 2010-01-27 00:25:23 +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-test.c Fix randomness of the swscale-test output. 2010-01-30 13:31:00 +00:00
swscale.c Reindent. 2010-01-30 21:58:09 +00:00
swscale.h More const-correctness for sws_scale 2010-01-21 09:52:11 +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 Use isAnyRGB() where possible 2010-01-26 08:03:28 +00:00
utils.c Declare support for the pixel formats: 2010-01-31 10:16: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