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.
 
 
 
 
Ramiro Polla 6ff3f3e7ce Check for winsock2.h instead of __MINGW32__ 18 years ago
doc Correct misleading comment and typo 18 years ago
libavcodec kill warning 18 years ago
libavformat Check for winsock2.h instead of __MINGW32__ 18 years ago
libavutil
libpostproc
libswscale
tests ignore preroll, it is generally not what AVStream.start_time should contain 18 years ago
tools
vhook Remove duplication of imlib2 vhook documentation. 18 years ago
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog enable the native AC-3 decoder 18 years ago
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
common.mak
configure Check for winsock2.h instead of __MINGW32__ 18 years ago
ffinstall.nsi
ffmpeg.c always handle negative timestamp differences as timestamp discontinuity 18 years ago
ffplay.c
ffserver.c cosmetic: extra space 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.