FFmpeg git repo
Go to file
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
doc Add missing '()' at the end of a function name. 2010-01-30 18:54:32 +00:00
ffpresets Add MBtree support for libx264 2009-12-08 20:01:46 +00:00
libavcodec Get rid of a check in one direction that cant be true in it in that part 2010-01-31 02:05:26 +00:00
libavdevice Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. 2010-01-28 15:45:21 +00:00
libavfilter Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt() 2010-01-30 19:10:26 +00:00
libavformat Flag to ignore dts on frames that contain pts. 2010-01-30 22:55:12 +00:00
libavutil Remove duplicated word in av_strlcat() doxy. 2010-01-30 19:03:37 +00:00
libpostproc Move array specifiers outside DECLARE_ALIGNED() invocations 2010-01-22 03:25:11 +00:00
libswscale Declare support for the pixel formats: 2010-01-31 10:16:05 +00:00
tests Separate audio-only tests so they are only run once 2010-01-30 21:47:13 +00:00
tools patcheck: check that pix_fmt etc. initializers are const 2009-11-09 23:12:44 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. 2010-01-28 16:08:13 +00:00
Doxyfile Exclude .svn and .git directories from doxygen documentation. 2010-01-15 21:49:10 +00:00
INSTALL
LICENSE
MAINTAINERS Added myself as dxva2 maintainer. 2010-01-20 18:55:38 +00:00
Makefile Separate audio-only tests so they are only run once 2010-01-30 21:47:13 +00:00
README
cmdutils.c Declare variable "version" in the PRINT_LIB_VERSION() macro if block, 2010-01-27 23:08:43 +00:00
cmdutils.h Add -timelimit option 2010-01-20 06:42:39 +00:00
cmdutils_common_opts.h Implement a -pix_fmts option for listing all the supported pixel 2009-12-21 21:53:03 +00:00
common.mak Move ECFLAGS so it doesn't get added multiple times 2010-01-28 23:30:24 +00:00
configure Add CONFIG_SRAM to allow use of on-chip SRAM on some systems 2010-01-31 00:20:27 +00:00
ffmpeg.c Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt() 2010-01-30 19:10:26 +00:00
ffplay.c Fix seeking by bytes with the mouse and do so by default if the duration is 2010-01-30 23:19:59 +00:00
ffserver.c Mark http_log() as static; it is only used in this file. 2010-01-04 17:55:52 +00:00
ffserver.h
subdir.mak Revert r21226, it was a joke: 2010-01-26 22:23:12 +00:00
version.sh Read "Last Changed Rev" field instead of "Revision" field to avoid being 2010-01-16 18:29:52 +00:00

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.