FFmpeg git repo
Go to file
Måns Rullgård d9e68f5c1a ARM: replace explicit literal loads with ldr Rd, =lit
Originally committed as revision 16821 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-27 16:06:44 +00:00
doc Update preset files documentation to match with r16795. 2009-01-26 22:23:04 +00:00
ffpresets
libavcodec ARM: replace explicit literal loads with ldr Rd, =lit 2009-01-27 16:06:44 +00:00
libavdevice Add ALSA support in libavdevice. 2009-01-26 09:16:09 +00:00
libavfilter Implement avfilter_graph_check_validity(). 2009-01-26 20:21:25 +00:00
libavformat Merge rtp_internal.h in rtp.h, and remove rtp_internal.h 2009-01-27 12:23:16 +00:00
libavutil add a ff_gcd() function again, for compatibility with old libavcodec 2009-01-27 00:46:18 +00:00
libpostproc
libswscale
tests seek at 0 when timestamp requested is negative 2009-01-27 04:29:33 +00:00
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog Add a Changelog entry for the ALSA stuff. 2009-01-26 13:55:54 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
common.mak Fix version.h dependency on version.sh 2009-01-26 09:24:52 +00:00
configure configure: exit with error if OS is unknown 2009-01-26 14:32:01 +00:00
ffmpeg.c
ffplay.c
ffserver.c
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/x86/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.