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.
 
 
 
 
İsmail Dönmez 63e24954be Replace non-existing @fixme doxygen tags with @todo. 18 years ago
doc me option implemented as an AVOption 18 years ago
libavcodec Replace non-existing @fixme doxygen tags with @todo. 18 years ago
libavformat h264_rtp_extra_data is not only used for debug purposes, asserts are using it also 18 years ago
libavutil Remove unnecessary MINGW ifdef. 18 years ago
libpostproc Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h. 18 years ago
libswscale Remove unused file (this time for real) 18 years ago
tests set locale to C in seek test 18 years ago
vhook Make vhook build non-recursive. 18 years ago
COPYING.GPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 18 years ago
COPYING.LGPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 18 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 18 years ago
Doxyfile Remove intrinsics checks, they are no longer used. 18 years ago
INSTALL Use gmake instead of make on *BSD. 19 years ago
MAINTAINERS adding myself as rtsp.c maintainer 18 years ago
Makefile prettify conditional targets 18 years ago
README liba52 was removed, libswscale is also GPLed. 18 years ago
build_avopt COSMETICS: Remove all trailing whitespace. 19 years ago
clean-diff Add missing newlines at end of file. 19 years ago
cmdutils.c to be able to compile without HAVE_AV_CONFIG_H 18 years ago
cmdutils.h add OPT_INT64 option 18 years ago
common.mak add "checkheaders" target 18 years ago
configure enable $ARCH_EXT_LIST before parsing command line 18 years ago
cws2fws.c Clarify public domain statement similar to qt-faststart.c. 18 years ago
ffinstall.nsi cosmetics: Remove trailing whitespace and tabs. 18 years ago
ffmpeg.c Check for termios before conio 18 years ago
ffplay.c Remove OS/2 support 18 years ago
ffserver.c 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 18 years ago
ffserver.h Add missing license headers. 18 years ago
output_example.c misc spelling fixes 18 years ago
pktdumper.c misc spelling fixes 18 years ago
qt-faststart.c Recommend building qt-faststart using make instead of a manual cc invocation. 18 years ago
unwrap-diff Add missing newlines at end of file. 19 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.