README 830 B

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