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.
 
 
 
 
Diego Biurrun 4021300cd5 grammar error noticed by Mark Cox 18 years ago
doc me option implemented as an AVOption 18 years ago
libavcodec split decoder-specific parts into their own file 18 years ago
libavformat * Getting rid of the use of GCC language extensions 18 years ago
libavutil license header consistency cosmetics 18 years ago
libpostproc Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h. 18 years ago
libswscale
tests
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure handle --enable-small same way as other CONFIG_* options (almost) 18 years ago
cws2fws.c license header consistency cosmetics 18 years ago
ffinstall.nsi
ffmpeg.c grammar error noticed by Mark Cox 18 years ago
ffplay.c
ffserver.c license header consistency cosmetics 18 years ago
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh

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.