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.
 
 
 
 
Michael Niedermayer 63dd9d0ee3 simplify 18 years ago
doc
libavcodec ensure that default_get_buffer() doesnt reuse images if the dimension or 18 years ago
libavformat simplify 18 years ago
libavutil
libpostproc
libswscale
tests nut regression test 18 years ago
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog nut muxer 18 years ago
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
common.mak
configure * reinserting gethrtime in alphabetical order 18 years ago
ffinstall.nsi
ffmpeg.c Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}. 18 years ago
ffplay.c 100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrect 18 years ago
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.