README 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. FFmpeg README
  2. -------------
  3. 1) Documentation
  4. ----------------
  5. * Read the documentation in the doc/ directory.
  6. 2) Licensing
  7. ------------
  8. * Read the file COPYING.LGPL. FFmpeg and the associated libraries EXCEPT
  9. for libpostproc and libswscale are licensed under the GNU Lesser General
  10. Public License.
  11. * libpostproc and libswscale are distributed under the GNU General Public
  12. License, see the file COPYING.GPL for details. Their compilation and use
  13. in FFmpeg is optional.
  14. * The file libavcodec/i386/idct_mmx.c is distributed under the GNU General
  15. Public License. It is strictly an optimization and its use is optional.
  16. * The file libavcodec/ac3dec.c is distributed under the GNU General Public
  17. License. In order for (E-)AC-3 decoding to work you need to enable GPL
  18. components.
  19. * The file libavdevice/x11grab.c is distributed under the GNU General
  20. Public License. X11 grabbing is optional.
  21. * The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
  22. are taken from libjpeg, see the top of the files for licensing details.
  23. * The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
  24. Group with all rights reserved. It is only used to create a DCT test program
  25. and not compiled into libavcodec.