FFmpeg git repo
Go to file
Diego Biurrun 59ec6991ac Disallow puts(), av_log() should be used instead.
Originally committed as revision 11548 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-17 08:32:31 +00:00
doc
libavcodec Replace puts() by dprintf where appropriate. 2008-01-17 08:30:06 +00:00
libavdevice
libavformat Replace idiotic (what moron wrote that code?) "buffer overflow" message by 2008-01-17 00:12:04 +00:00
libavutil Disallow puts(), av_log() should be used instead. 2008-01-17 08:32:31 +00:00
libpostproc Build both static and shared libs from the same object. 2008-01-14 14:42:29 +00:00
libswscale Description: remove superfluous parentheses. 2008-01-17 08:12:23 +00:00
tests
tools Add '#undef strcat' to fix compilation. 2008-01-14 22:22:19 +00:00
vhook
Changelog
cmdutils.c
cmdutils.h
common.mak
configure Use check_lib2 instead of check_lib in SDL test. This is helpful in 2008-01-16 23:00:18 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile Make .vhookdep depend on version.h, same as .depend. 2008-01-16 22:43:04 +00:00
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.