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.
 
 
 
 
Alex Beregszaszi 0509d453b5 set codec_type on init 18 years ago
doc mention rfc 4629 for rtp-h263(+) 18 years ago
libavcodec set codec_type on init 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
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.