FFmpeg git repo
Go to file
Måns Rullgård 7b0dee28d2 clean up dynamic loading of libfaad
Originally committed as revision 11609 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-25 21:14:17 +00:00
doc clarify previous revision on optimization justification 2008-01-22 21:57:19 +00:00
libavcodec clean up dynamic loading of libfaad 2008-01-25 21:14:17 +00:00
libavdevice More verbose error log message. 2008-01-18 11:27:28 +00:00
libavformat ensure av_rescale_q() can be calculated (won't divide by zero) 2008-01-21 23:43:25 +00:00
libavutil Comment to explain how the add/remove core works. 2008-01-23 21:03:21 +00:00
libpostproc Build both static and shared libs from the same object. 2008-01-14 14:42:29 +00:00
libswscale Fix typo in comment 2008-01-21 20:46:28 +00:00
tests Consider initial EOR in the back_ptr calculation. 2008-01-17 13:59:52 +00:00
tools Add '#undef strcat' to fix compilation. 2008-01-14 22:22:19 +00:00
vhook Initialize correctly optind. 2008-01-09 20:48:02 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog mention avm2 (flash 9) muxer in documentation and changelog 2008-01-21 18:06:45 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile Make .vhookdep depend on version.h, same as .depend. 2008-01-16 22:43:04 +00:00
README
cmdutils.c Print libavdevice version. 2008-01-10 01:02:52 +00:00
cmdutils.h
common.mak
configure Add system-specific network link flags to inet_aton test. This should fix 2008-01-18 01:47:34 +00:00
ffinstall.nsi
ffmpeg.c cosmetics: Fix Benoit's ugly formatting. 2008-01-22 08:52:57 +00:00
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 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.