FFmpeg git repo
Go to file
Måns Rullgård 3a90480ac4 split bswap.h into per-arch files
Originally committed as revision 15663 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-21 22:29:57 +00:00
doc Fix issue 68: 2008-10-18 22:03:21 +00:00
ffpresets
libavcodec uses FF_ARRAY_ELEMS() where appropriate 2008-10-21 21:40:24 +00:00
libavdevice uses FF_ARRAY_ELEMS() where appropriate 2008-10-21 21:40:24 +00:00
libavfilter
libavformat uses FF_ARRAY_ELEMS() where appropriate 2008-10-21 21:40:24 +00:00
libavutil split bswap.h into per-arch files 2008-10-21 22:29:57 +00:00
libpostproc Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
libswscale Convert typeof keyword into __typeof__; this is a gcc extension and the former is not accepted in C99 without GNU extensions enabled (e.g. via -fasm). This fixes compilation on PPC. 2008-10-19 18:56:35 +00:00
tests Revert r15615: Enable AC-3 decoding regression tests. 2008-10-15 22:58:45 +00:00
tools
vhook Make sure strcasecmp() is declared. 2008-10-03 00:16:19 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c Use CONFIG_* macros in cmdutils.c for consistency. 2008-10-16 11:46:15 +00:00
cmdutils.h
common.mak
configure ARM: allow --cpu=armvN in configure 2008-10-21 01:01:55 +00:00
ffmpeg.c uses FF_ARRAY_ELEMS() where appropriate 2008-10-21 21:40:24 +00:00
ffplay.c
ffserver.c uses FF_ARRAY_ELEMS() where appropriate 2008-10-21 21:40:24 +00:00
ffserver.h
output_example.c
subdir.mak
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 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 libavcodec/ac3dec.c is distributed under the GNU General Public
  License.  In order for (E-)AC-3 decoding to work you need to enable GPL
  components.

* 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.