FFmpeg git repo
Go to file
Benjamin Larsson 9ed73b4870 Fix selection of quant step table
Originally committed as revision 15734 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-28 14:50:46 +00:00
doc set correct number of fractions for multitable 2008-10-27 14:16:42 +00:00
ffpresets
libavcodec Fix selection of quant step table 2008-10-28 14:50:46 +00:00
libavdevice Use OBJS variable for all object files 2008-10-25 14:00:28 +00:00
libavfilter cosmetic: align backslashes in makefiles 2008-10-26 15:21:45 +00:00
libavformat fix umid base value, use revision 5 and generic material type 2008-10-27 00:21:42 +00:00
libavutil cosmetic: align backslashes in makefiles 2008-10-26 15:21:45 +00:00
libpostproc Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
libswscale Silence GCC warnings: 2008-10-27 19:59:01 +00:00
tests 10l: missing change from r15667 - global header also affect seek test results 2008-10-22 21:16:31 +00:00
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog Documentation and changelog update for libspeex decoding 2008-10-25 06:59:14 +00:00
Doxyfile
INSTALL
MAINTAINERS Add Jason Garrett-Glaser as libx264 maintainer. 2008-10-13 15:47:34 +00:00
Makefile Use OBJS variable for all object files 2008-10-25 14:00:28 +00:00
README
cmdutils.c Include headers for optional libraries only when enabled. 2008-10-22 10:36:34 +00:00
cmdutils.h
common.mak Use OBJS variable for all object files 2008-10-25 14:00:28 +00:00
configure svq3 decoder may need zlib 2008-10-27 00:12:09 +00:00
ffmpeg.c uses FF_ARRAY_ELEMS() where appropriate 2008-10-21 21:40:24 +00:00
ffplay.c
ffserver.c cosmetics: ffserver -> FFserver 2008-10-25 00:51:45 +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.