diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-28 12:49:03 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-28 12:49:25 +0100 |
commit | 085bd039bb095cdf35ef41932eebbc428c5caa76 (patch) | |
tree | 98fc3ddf06542dd2c6d85888b064d14cf04a80fd | |
parent | a791b62f5f8df30c1ed3235468a8e1e5d0a46095 (diff) | |
parent | e2c272eb3660d7f4f1d7720980e30f6a617e7eb3 (diff) | |
download | ffmpeg-085bd039bb095cdf35ef41932eebbc428c5caa76.tar.gz |
Merge commit 'e2c272eb3660d7f4f1d7720980e30f6a617e7eb3'
* commit 'e2c272eb3660d7f4f1d7720980e30f6a617e7eb3':
LICENSE: Move (L)GPLv3 explanation block to a more suitable place
swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | LICENSE | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -44,6 +44,11 @@ Specifically, the GPL parts of FFmpeg are - vf_yadif.c - vsrc_mptestsrc.c +Should you, for whatever reason, prefer to use version 3 of the (L)GPL, then +the configure parameter --enable-version3 will activate this licensing option +for you. Read the file COPYING.LGPLv3 or, if you have enabled GPL parts, +COPYING.GPLv3 to learn the exact legal terms that apply in this case. + There are a handful of files under other licensing terms, namely: * The files libavcodec/jfdctfst.c, libavcodec/jfdctint_template.c and @@ -53,11 +58,6 @@ There are a handful of files under other licensing terms, namely: You must also indicate any changes including additions and deletions to those three files in the documentation. -Should you, for whatever reason, prefer to use version 3 of the (L)GPL, then -the configure parameter --enable-version3 will activate this licensing option -for you. Read the file COPYING.LGPLv3 or, if you have enabled GPL parts, -COPYING.GPLv3 to learn the exact legal terms that apply in this case. - external libraries ================== |