Go to file
Zhentan Feng 1b0732ea64 Remove useless #ifdef DEBUG (patch by Zhentan Feng).
Originally committed as revision 14853 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-19 21:58:47 +00:00
doc Update changelog and general.texi to reflect 2008-08-19 19:25:00 +00:00
libavcodec Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. 2008-08-19 20:52:26 +00:00
libavdevice Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__. 2008-08-19 21:20:39 +00:00
libavfilter
libavformat Remove useless #ifdef DEBUG (patch by Zhentan Feng). 2008-08-19 21:58:47 +00:00
libavutil Implement av_fifo_realloc2(). 2008-08-19 18:43:34 +00:00
libpostproc Remove AltiVec vector declaration compiler compatibility macros. 2008-07-24 10:53:32 +00:00
libswscale
tests Add regression tests for F32LE, F64BE and F64LE PCM codecs. 2008-08-19 11:26:43 +00:00
tools
vhook
Changelog Update changelog and general.texi to reflect 2008-08-19 19:25:00 +00:00
cmdutils.c Make show_banner() and show_version() print both the compile-time and the 2008-08-13 20:08:37 +00:00
cmdutils.h
common.mak 10000l, revert mistakely commited and unrelated hunk. 2008-08-13 18:20:54 +00:00
configure Use correct asm object type and necessary -DPIC for yasm on 64-bit Darwin 2008-08-16 17:18:23 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffmpeg.c Replace invocations of av_fifo_realloc(), which is going to be 2008-08-19 18:49:57 +00:00
ffplay.c Set AVStream.discard, so that demuxers can choose which stream to select if that is a serverside option (as is the case for RTSP). See "Realmedia patch" thread on mailinglist. 2008-08-18 17:09:34 +00:00
ffserver.c strcasecmp() requires #include <strings.h> 2008-08-13 17:22:53 +00:00
ffserver.h
INSTALL
MAINTAINERS Update changelog and general.texi to reflect 2008-08-19 19:25:00 +00:00
Makefile PCM regression tests. 2008-08-08 23:31:43 +00:00
output_example.c
README Mention that libavdevice/x11grab.c is GPLed. 2008-03-08 19:24:06 +00:00
subdir.mak
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 file libavcodec/i386/idct_mmx.c is distributed under the GNU General
  Public License. It is strictly an optimization and its use is optional.

* The file libavdevice/x11grab.c is distributed under the GNU General
  Public License. X11 grabbing 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.