README 980 B

12345678910111213141516171819202122232425262728
  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 files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
  17. are taken from libjpeg, see the top of the files for licensing details.
  18. * The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
  19. Group with all rights reserved. It is only used to create a DCT test program
  20. and not compiled into libavcodec.