FFmpeg git repo
Go to file
Ronald S. Bultje b83a84242c Merge double-nested if into && condition.
patch by Ronald S. Bultje, rsbultje gmail com

Originally committed as revision 11374 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-02 18:53:12 +00:00
doc
libavcodec Direct blocks should use motion vectors from the second reference frame 2007-12-31 07:12:50 +00:00
libavdevice Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() and 2007-12-28 03:30:23 +00:00
libavformat Merge double-nested if into && condition. 2008-01-02 18:53:12 +00:00
libavutil Check for the presence of llrint(), lrint(), round() and roundf() 2007-12-27 01:53:02 +00:00
libpostproc
libswscale
tests
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog TechnoTrend PVA Demuxer 2008-01-02 10:46:37 +00:00
Doxyfile
INSTALL
MAINTAINERS TechnoTrend PVA Demuxer 2008-01-02 10:46:37 +00:00
Makefile
README
cmdutils.c Update show_banner date. 2008-01-02 09:41:24 +00:00
cmdutils.h
common.mak
configure Add portable way to check for the existence of definitions and 2008-01-01 22:54:35 +00:00
ffinstall.nsi
ffmpeg.c Fix prototype and return value of opt_bitrate and opt_bsf. 2008-01-02 10:24:36 +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.