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.
 
 
 
 
Alex Beregszaszi 57d473f457 use get_unary from bitstream.h 18 years ago
doc Correct misleading comment and typo 18 years ago
libavcodec use get_unary from bitstream.h 18 years ago
libavformat use proper closesocket defines 18 years ago
libavutil
libpostproc
libswscale
tests
tools
vhook Remove duplication of imlib2 vhook documentation. 18 years ago
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
common.mak
configure check for closesocket 18 years ago
ffinstall.nsi
ffmpeg.c always handle negative timestamp differences as timestamp discontinuity 18 years ago
ffplay.c
ffserver.c use proper closesocket defines 18 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.