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.
 
 
 
 
Denis Fortin c68a173ef3 static (inline) X => ff_X 18 years ago
doc Remove space before question marks. 18 years ago
libavcodec static (inline) X => ff_X 18 years ago
libavformat Fix @file in matroskadec.c, it was still matroska.c 18 years ago
libavutil Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK 18 years ago
libpostproc
libswscale
tests
vhook Set error parameter for ff_parse 18 years ago
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile Revert videohook dependency change. 18 years ago
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure place -l flags after object files in check_ld() 18 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh kill error messages from failed svn revision extraction commands 18 years ago

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.