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 e999435a60 write correct time_base 18 years ago
doc
libavcodec use skip_bits where appropriate 18 years ago
libavformat write correct time_base 18 years ago
libavutil * Making [START|STOP]_TIMER work on architectures that support gethrtime() 18 years ago
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 forgotten av_ 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.