FFmpeg git repo
Go to file
Loren Merritt 390f9f3127 r3938 broke 2pass huffyuv (not that anyone uses it)
Originally committed as revision 9054 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-18 08:56:46 +00:00
doc Make documentation build nonrecursive: Merge it into the top-level Makefile. 2007-05-17 08:39:50 +00:00
libavcodec r3938 broke 2pass huffyuv (not that anyone uses it) 2007-05-18 08:56:46 +00:00
libavformat Use usleep instead of sleep, some MinGW versions lack sleep. 2007-05-17 10:30:03 +00:00
libavutil Remove extern C declarations for C++. 2007-05-16 12:25:54 +00:00
libpostproc Use DECLARE_ALIGNED for alignment in libpostprocess 2007-05-17 09:30:38 +00:00
libswscale Remove extern C declarations for C++. 2007-05-16 12:26:47 +00:00
tests Do not specify directories in #include path, -I flags take care of this. 2007-05-16 09:56:30 +00:00
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile Make documentation build nonrecursive: Merge it into the top-level Makefile. 2007-05-17 08:39:50 +00:00
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure remove libdts decoder, we have a native dts decoder 2007-05-17 17:04:00 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
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.