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.
 
 
 
 
Vitor Sessak 7f26801668 Remove code duplication. Based on a patch by Matthieu Castet. 18 years ago
doc Editorial cleanup, thanks Diego =) 18 years ago
libavcodec Remove code duplication. Based on a patch by Matthieu Castet. 18 years ago
libavformat typo fixes 18 years ago
libavutil
libpostproc
libswscale This was rewritten by Michael, switch copyrights to him and license to LGPL. 18 years ago
tests
tools revert my accidental previous commit 18 years ago
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS order is name surname 18 years ago
Makefile fix tools compilation 18 years ago
README
cmdutils.c
cmdutils.h
common.mak
configure
ffinstall.nsi
ffmpeg.c use av_q2d as in the rest of the file 18 years ago
ffplay.c
ffserver.c
ffserver.h
output_example.c
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.