]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blob - README
Close the AAC parse context, discovered by Netgem.
[frescor/ffmpeg.git] / README
1 FFmpeg README
2 -------------
3
4 1) Documentation
5 ----------------
6
7 * Read the documentation in the doc/ directory.
8
9 2) Licensing
10 ------------
11
12 * Read the file COPYING.LGPL. FFmpeg and the associated libraries EXCEPT
13   for libpostproc and libswscale are licensed under the GNU Lesser General
14   Public License.
15
16 * libpostproc and libswscale are distributed under the GNU General Public
17   License, see the file COPYING.GPL for details. Their compilation and use
18   in FFmpeg is optional.
19
20 * The files libavcodec/x86/idct_mmx.c, libavcodec/x86/h264_deblock_sse2.asm
21   and libavcodec/x86/h264_idct_sse2.asm are distributed under the GNU General
22   Public License. They are strictly optimizations and their use is optional.
23
24 * The file libavcodec/ac3dec.c is distributed under the GNU General Public
25   License.  In order for (E-)AC-3 decoding to work you need to enable GPL
26   components.
27
28 * The file libavdevice/x11grab.c is distributed under the GNU General
29   Public License. X11 grabbing is optional.
30
31 * The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
32   are taken from libjpeg, see the top of the files for licensing details.
33
34 * The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
35   Group with all rights reserved. It is only used to create a DCT test program
36   and not compiled into libavcodec.
37
38 * Some external libraries are under GPL. If you wish to use them with FFmpeg,
39   you have to configure FFmpeg as GPL as well.