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 06c5c560ed cola for diego 17 years ago
doc Correct misleading comment and typo 17 years ago
libavcodec ensure that default_get_buffer() doesnt reuse images if the dimension or 17 years ago
libavformat cola for diego 17 years ago
libavutil * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 17 years ago
libpostproc Uppercase variable overlooked in last commit. 17 years ago
libswscale typo 17 years ago
tests nut regression test 17 years ago
tools
vhook Remove duplication of imlib2 vhook documentation. 17 years ago
COPYING.GPL
COPYING.LGPL
CREDITS adding myself to the CREDITS 17 years ago
Changelog nut muxer 17 years ago
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
common.mak
configure Enable swscale in MinGW vhooks only if swscale was configured. 17 years ago
ffinstall.nsi
ffmpeg.c Make show-version exit 0. 17 years ago
ffplay.c 100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrect 17 years ago
ffserver.c Make show-license exit 0. 17 years ago
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.