No description
Find a file
Michael Niedermayer b256bd3be3 MAINTAINERS: Remove myself as leader
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit f2c58931e6)

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-31 18:35:43 +02:00
doc consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
ffpresets consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
libavcodec huffyuvdec: check width more completely, avoid out of array accesses 2014-11-28 20:27:41 +01:00
libavdevice vfwcap: Include windows.h before vfw.h since the latter requires defines from the former. Patch by kemuri <kemuri9 at gmail dot com> 2012-06-02 19:25:58 -04:00
libavfilter lavfi: avfilter_merge_formats: handle case where inputs are same 2013-02-10 18:01:15 +01:00
libavformat avformat/mpegts: Check desc_len / get8() return code 2014-11-28 20:27:41 +01:00
libavutil avutil/lzo: Fix integer overflow 2014-06-23 15:23:08 +02:00
libpostproc consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
libswscale Fix MMX rgb24 to yuv conversion with gcc 4.6 2011-11-05 09:04:11 +01:00
tests consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
tools consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
vhook Check the return values of a few functions to avoid the corresponding warnings. 2009-02-21 21:09:38 +00:00
.gitignore also ignore *.so for vhook plugins 2011-02-10 14:09:35 +01:00
Changelog Merge remote-tracking branch 'qatar/release/0.5' into release/0.5 2013-02-17 03:40:45 +01:00
cmdutils.c Update for 0.5.14 2014-07-20 18:34:16 +02:00
cmdutils.h Fix typo: explixitly -> explicitly. 2009-02-19 00:14:41 +00:00
common.mak backport symbol versioning patch 2010-02-01 16:00:09 +00:00
configure mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one 2012-06-02 19:25:58 -04:00
COPYING.GPLv2 Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
COPYING.GPLv3 Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
COPYING.LGPLv2.1 Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
COPYING.LGPLv3 Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
CREDITS it seems I never added myself in there before 2009-02-02 22:45:01 +00:00
Doxyfile HAVE_3DNOW --> HAVE_AMD3DNOW 2009-01-26 08:36:06 +00:00
ffmpeg.c revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hang 2009-03-02 20:32:24 +00:00
ffplay.c Document ffplay -ast, -vst, and -sst options. 2009-03-01 17:13:33 +00:00
ffserver.c convert ffserver to new metadata API 2009-03-01 14:56:27 +00:00
ffserver.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
INSTALL Clarify that we require GNU make 3.81+. 2008-11-08 19:47:10 +00:00
LICENSE Merge OpenCORE AMR support from trunk. 2009-06-07 20:14:56 +00:00
MAINTAINERS MAINTAINERS: Remove myself as leader 2015-07-31 18:35:43 +02:00
Makefile Bail out if regtest-flashsv is run but zlib is not enabled. 2009-02-21 18:41:52 +00:00
output_example.c Make output_example use av_interleaved_write_frame() instead of av_write_frame(). 2009-02-18 11:46:14 +00:00
README Merge split of README <-> LICENSE files along with the clarifications. 2009-04-13 10:11:31 +00:00
RELEASE update for 0.5.11 2013-02-17 04:24:30 +01:00
subdir.mak missing hunk to unbreak linking with symbol versioning 2010-02-02 19:57:40 +00:00
VERSION update for 0.5.15 2014-11-28 20:27:41 +01:00
version.sh Merge improved version number generation from trunk. 2009-03-31 21:11:04 +00:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.