FFmpeg git repo
Go to file
Baptiste Coudurier 558ce5c490 fucked up alphabetical order again, sorry
Originally committed as revision 12459 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-16 13:40:21 +00:00
doc
libavcodec improve precision in mdct.c using double for some temporaries 2008-03-16 13:15:42 +00:00
libavdevice cosmetics: #include config.h before all other FFmpeg headers. 2008-03-15 16:17:02 +00:00
libavfilter
libavformat fucked up alphabetical order again, sorry 2008-03-16 13:40:21 +00:00
libavutil
libpostproc typo fixes 2008-03-15 16:15:47 +00:00
libswscale typo 2008-03-15 16:13:24 +00:00
tests
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog ipod/iphone compatible mp4 muxer 2008-03-16 13:36:36 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile Merge binary generation rules. 2008-03-15 19:57:09 +00:00
README
cmdutils.c cosmetics: #include config.h before all other FFmpeg headers. 2008-03-15 16:17:02 +00:00
cmdutils.h
common.mak rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used 2008-03-15 19:24:03 +00:00
configure 10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD. 2008-03-16 11:24:22 +00:00
ffmpeg.c
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.LGPL. FFmpeg and the associated libraries EXCEPT
  for libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License, see the file COPYING.GPL for details. Their compilation and use
  in FFmpeg is optional.

* The file libavcodec/i386/idct_mmx.c is distributed under the GNU General
  Public License. It is strictly an optimization and its use is optional.

* The file libavdevice/x11grab.c is distributed under the GNU General
  Public License. X11 grabbing is optional.

* The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
  are taken from libjpeg, see the top of the files for licensing details.

* The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
  Group with all rights reserved. It is only used to create a DCT test program
  and not compiled into libavcodec.