FFmpeg git repo
Go to file
Luca Abeni 1b31b02ed1 Properly set RTP and NTP timestamps in RTCP SR packets
Originally committed as revision 10468 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10 06:58:19 +00:00
doc move 8tap filter to not important as that is purely encoder side 2007-09-10 03:28:02 +00:00
libavcodec cosmetic 2007-09-10 00:31:27 +00:00
libavformat Properly set RTP and NTP timestamps in RTCP SR packets 2007-09-10 06:58:19 +00:00
libavutil Document libavutil/mem.h:av_strdup. 2007-09-09 13:23:34 +00:00
libpostproc
libswscale
tests allow changing of the spatial_decomposition_count and quantization tables 2007-09-09 15:06:46 +00:00
tools
vhook
Changelog mention slice-based parallel H.264 decoding in changelog 2007-09-05 22:22:34 +00:00
cmdutils.c
cmdutils.h
common.mak
configure Remove --disable-audio-oss option from configure. 2007-09-07 13:47:14 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c Cosmetic, change "fvstats" to "vstats_file". 2007-09-06 20:11:02 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS Enable Matroska muxer 2007-09-05 00:38:42 +00:00
Makefile
output_example.c
README cosmetics: Remove useless empty line. 2007-09-09 09:37:43 +00:00
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.