1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-29 16:23:10 +02:00
Go to file
Diego Biurrun 4c00864f31 Surround format-specific functions with matching preprocessor conditionals.
Originally committed as revision 14783 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-15 19:24:55 +00:00
doc
libavcodec Don't try to free shared ff_sine_* tables pointed to by s->windows[] 2008-08-15 10:31:11 +00:00
libavdevice Use '#include <poll.h>' instead of '#include <sys/poll.h>'. 2008-08-14 15:50:31 +00:00
libavfilter
libavformat Surround format-specific functions with matching preprocessor conditionals. 2008-08-15 19:24:55 +00:00
libavutil Remove hackish support for fastmemcpy from MPlayer. 2008-08-14 20:40:36 +00:00
libpostproc
libswscale
tests
tools
vhook
Changelog
cmdutils.c
cmdutils.h
common.mak
configure Add -fasm and -std=c99 when supported. 2008-08-14 23:38:09 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffmpeg.c ensure we get explicit definition of various _XOPEN_SOURCE functions we use 2008-08-14 22:01:59 +00:00
ffplay.c Simplify by using FFMAX. 2008-08-15 14:30:20 +00:00
ffserver.c
ffserver.h
INSTALL
MAINTAINERS Add myself as ARM maintainer 2008-08-15 00:28:36 +00:00
Makefile
output_example.c
README
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.