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.
 
 
 
 
 
Reimar Döffinger 89ecc26188 Fix two small typos in comment 18 years ago
doc
libavcodec fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar) 18 years ago
libavformat Fix two small typos in comment 18 years ago
libavutil
libpostproc
libswscale
tests
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
build_avopt COSMETICS: Remove all trailing whitespace. 19 years ago
clean-diff
cmdutils.c
cmdutils.h
common.mak Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables. 18 years ago
configure
cws2fws.c cosmetics: remove my email address 18 years ago
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
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.