X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/c1b54be3f95e99fa5ea449a986c4693b4fbdf2dd..2009721d997452a8020ca1e3cfe84505d50f28a8:/README diff --git a/README b/README index 9f90535..83bc188 100644 --- a/README +++ b/README @@ -9,11 +9,17 @@ FFmpeg README 2) Licensing ------------ -* Read the file COPYING. ffmpeg and the associated libraries EXCEPT - libpostproc and libswscale are licensed under the GNU Lesser General +* 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 and their compilation and use is optional in ffmpeg. + License, see the file COPYING.GPL for details. Their compilation and use + in FFmpeg is optional. -Fabrice Bellard. +* 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.