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.
 
 
 
 
Aurelien Jacobs 7f7fdbc842 The c93 demuxer depends on vocdec.o. 18 years ago
doc Announce that vhook is deprecated, and its substitute. 18 years ago
libavcodec The mpegaudio parser depends on mpegaudiodata.o. 18 years ago
libavformat The c93 demuxer depends on vocdec.o. 18 years ago
libavutil 10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs 18 years ago
libpostproc
libswscale
tests round timestamps up, k2 broadcast server seems to need it 18 years ago
tools create and populate "tools" directory 18 years ago
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile create and populate "tools" directory 18 years ago
README
cmdutils.c
cmdutils.h
common.mak
configure The svq3 decoder depends on h264idct.o and also requires h264_parser. 18 years ago
ffinstall.nsi
ffmpeg.c Check for GetProcessTimes and use it in getutime 18 years ago
ffplay.c
ffserver.c
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.