You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ronald S. Bultje 28263f5f15 Fix get_str/get_str8() to also work if the target string is not long enough to 17 years ago
doc Add a section about C++ and extern "C" in the FAQ. 17 years ago
libavcodec Ahem, fix typos overlooked in last commit. 17 years ago
libavformat Fix get_str/get_str8() to also work if the target string is not long enough to 17 years ago
libavutil Implement av_strlcatf(): a strlcat which adds a printf style formatted string 17 years ago
libpostproc Uppercase variable overlooked in last commit. 17 years ago
libswscale typo 17 years ago
tests regression tests for yuv440p yuvj440p 17 years ago
tools remove warnings 17 years ago
vhook Make vhook build non-recursive. 17 years ago
COPYING.GPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
COPYING.LGPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
CREDITS this file credits authors of non-trivial code, which I don't qualify for 18 years ago
Changelog Remove OS/2 support 17 years ago
Doxyfile
INSTALL
MAINTAINERS lcl.c doesnt exist anymore 17 years ago
Makefile cosmetics: Use uppercase names for installation directories in makefiles. 17 years ago
README
cmdutils.c Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 17 years ago
cmdutils.h add OPT_INT64 option 18 years ago
common.mak cosmetics: Use uppercase names for installation directories in makefiles. 17 years ago
configure Add the possibility to show all configurable encoders, decoders, parsers, 17 years ago
ffinstall.nsi cosmetics: Remove trailing whitespace and tabs. 18 years ago
ffmpeg.c add proper support for subtitles muxing/stream copying 17 years ago
ffplay.c add vst option to select video stream 17 years ago
ffserver.c 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 17 years ago
ffserver.h
output_example.c misc spelling fixes 18 years ago
version.sh kill error messages from failed svn revision extraction commands 18 years ago

README

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

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

* Read the documentation in the doc/ directory.

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

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
libpostproc and libswscale are licensed under the GNU Lesser General
Public License.

* libpostproc and libswscale are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.