FFmpeg git repo
Go to file
Michael Niedermayer 5bc440e7e8 Add notes where known timestamp issues remain.
Originally committed as revision 12135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-17 21:31:39 +00:00
doc
libavcodec remove duplicate AV_STRINGIFY() definition 2008-02-17 03:44:47 +00:00
libavdevice
libavfilter Remove unneeded function. 2008-02-15 22:15:13 +00:00
libavformat Fix timestamps and durations if the first packets have no durations nor timestamps, 2008-02-15 20:32:32 +00:00
libavutil
libpostproc
libswscale remove duplicate AV_STRINGIFY() definition 2008-02-17 03:54:07 +00:00
tests This shell script is not bash-specific. 2008-02-16 14:42:44 +00:00
tools
vhook
Changelog
cmdutils.c
cmdutils.h
common.mak
configure prettify lib* version number extraction 2008-02-17 00:00:10 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c Add notes where known timestamp issues remain. 2008-02-17 21:31:39 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile do not run ldconfig after installing shared libraries 2008-02-16 14:13:23 +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.