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.
 
 
 
 
Ian Caulfield 04d2e45f3f create colorspace.h and use it where appropriate 18 years ago
doc mention rfc 4629 for rtp-h263(+) 18 years ago
libavcodec create colorspace.h and use it where appropriate 18 years ago
libavformat MinGW has those include files. 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
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.