FFmpeg git repo
Go to file
Michael Niedermayer c51131290c Dont senselessly fail on rawvideo that isnt 3 files per frame.
Originally committed as revision 22637 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-22 20:18:42 +00:00
doc List the FFserver specific options under a "Main options" section, to 2010-03-20 00:09:30 +00:00
ffpresets Add presets for all of the x264 presets, including fastfirstpass versions. 2010-03-02 03:19:12 +00:00
libavcodec Throw out last experimental warning that was printed for colorspaces with more than 2010-03-22 15:04:11 +00:00
libavdevice Revert removal of _NETBSD_SOURCE definition. 2010-03-21 09:24:04 +00:00
libavfilter The vflip filter does not need to keep ownership of a picture reference. 2010-03-18 23:13:04 +00:00
libavformat Dont senselessly fail on rawvideo that isnt 3 files per frame. 2010-03-22 20:18:42 +00:00
libavutil Drop AVERROR_NOFMT at the next libavutil major bump. 2010-03-21 16:34:06 +00:00
libpostproc Fix warnings about redefining constants when compiling libpostproc. 2010-02-02 19:35:52 +00:00
libswscale Replace wrong condition name in #endif comment by correct instance. 2010-03-19 09:58:45 +00:00
tests Add VorbisComment writing to FLAC files. 2010-03-20 13:36:43 +00:00
tools patcheck: Escape parentheses in grep calls 2010-03-15 23:32:20 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS Add myself to CREDITS 2010-03-08 05:04:29 +00:00
Changelog RTP depacketization of Theora 2010-03-22 16:26:29 +00:00
Doxyfile Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED 2010-03-18 15:00:17 +00:00
INSTALL
LICENSE
MAINTAINERS Add Reinhard and myself as release managers. 2010-03-01 17:50:34 +00:00
Makefile Add some ad-hoc tests for libavfilter. 2010-03-17 23:23:44 +00:00
README
cmdutils.c Remove printing of frame sizes and frame rate abbreviations from 2010-03-17 23:51:12 +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 Make ranlib silent in brief output mode 2010-03-17 14:43:03 +00:00
configure Move arch-specific makefile parts into $arch/Makefile 2010-03-16 21:22:59 +00:00
ffmpeg.c 10l: fix build without termios.h 2010-03-20 01:02:45 +00:00
ffplay.c Move variable declaration, fixes the warning: 2010-03-20 21:39:50 +00:00
ffprobe.c Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 2010-03-07 22:18:37 +00:00
ffserver.c Move resolve_host() to ffserver.c 2010-03-08 18:43:27 +00:00
ffserver.h
subdir.mak Remove $(MSG) override for install-lib targets 2010-03-17 14:43:05 +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.