FFmpeg git repo
Go to file
Aurelien Jacobs 7f938dd32b ensure av_rescale_q() can be calculated (won't divide by zero)
Originally committed as revision 11592 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-21 23:43:25 +00:00
doc mention avm2 (flash 9) muxer in documentation and changelog 2008-01-21 18:06:45 +00:00
libavcodec
libavdevice
libavformat ensure av_rescale_q() can be calculated (won't divide by zero) 2008-01-21 23:43:25 +00:00
libavutil
libpostproc
libswscale Fix typo in comment 2008-01-21 20:46:28 +00:00
tests
tools
vhook
Changelog mention avm2 (flash 9) muxer in documentation and changelog 2008-01-21 18:06:45 +00:00
cmdutils.c
cmdutils.h
common.mak
configure
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile
output_example.c
README
version.sh

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 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.