FFmpeg git repo
Go to file
Stefano Sabatini 613f2dc4ae Avoid more pointless tests, the input and output formats need to be
supported both as input and as output, as the conversion performed is:
yuva420p -> src -> dst -> yuva420p.

Originally committed as revision 30379 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2010-01-20 00:22:31 +00:00
doc Adds -aq documentation to the ffmpeg docs. 2010-01-19 22:13:51 +00:00
ffpresets Add MBtree support for libx264 2009-12-08 20:01:46 +00:00
libavcodec Sightly simplify initialization of int start. 2010-01-20 00:17:16 +00:00
libavdevice Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
libavfilter Implement null video sink. 2010-01-16 11:05:36 +00:00
libavformat fetch flv duration from file if it is set to 0 in metadata 2010-01-19 19:41:24 +00:00
libavutil Move FASTDIV macro to intmath.h 2010-01-19 23:25:36 +00:00
libpostproc Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
libswscale Avoid more pointless tests, the input and output formats need to be 2010-01-20 00:22:31 +00:00
tests regtest: split wma test into wmav1 and wmav2 2010-01-16 20:18:22 +00:00
tools
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog SIPR16k decoder 2010-01-16 03:54:55 +00:00
Doxyfile Exclude .svn and .git directories from doxygen documentation. 2010-01-15 21:49:10 +00:00
INSTALL
LICENSE
MAINTAINERS add myself as the electronicarts demuxer maintainer 2010-01-11 12:08:42 +00:00
Makefile Add rules to install generated headers 2010-01-19 04:40:13 +00:00
README
cmdutils.c Update this_year value. 2010-01-01 15:07:35 +00:00
cmdutils.h Implement a -pix_fmts option for listing all the supported pixel 2009-12-21 21:53:03 +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 Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
configure configure: do not use character classes with awk 2010-01-19 23:18:19 +00:00
ffmpeg.c Fix stream copy & transcoding one stream at the same time. 2010-01-07 01:15:16 +00:00
ffplay.c Set thread_count in the decoder before to open it. 2009-12-28 21:49:56 +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 Add rules to install generated headers 2010-01-19 04:40:13 +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.