[SCM] libav/experimental: make the C code of the swscaler which i wrote LGPL

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:50:22 UTC 2013


The following commit has been merged in the experimental branch:
commit d1a7ae1a377774b387b534609befd3f4dc09e3bb
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Aug 30 10:50:20 2006 +0000

    make the C code of the swscaler which i wrote LGPL
    
    Originally committed as revision 19600 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index 18ae7ae..fc5690c 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -14,6 +14,9 @@
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+    the C code (not assembly, mmx, ...) of the swscaler which has been written
+    by Michael Niedermayer can be used under the LGPL license too
 */
 
 /*
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 0b35023..2b558a2 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -14,6 +14,9 @@
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+    the C code (not assembly, mmx, ...) of the swscaler which has been written
+    by Michael Niedermayer can be used under the LGPL license too
 */
 
 #ifndef SWSCALE_H
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 177074d..fd74ecb 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -14,6 +14,9 @@
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+    the C code (not assembly, mmx, ...) of the swscaler which has been written
+    by Michael Niedermayer can be used under the LGPL license too
 */
 
 #ifndef SWSCALE_INTERNAL_H
diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c
index b9cfc3c..0d1689c 100644
--- a/libswscale/swscale_template.c
+++ b/libswscale/swscale_template.c
@@ -14,6 +14,9 @@
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+    the C code (not assembly, mmx, ...) of the swscaler which has been written
+    by Michael Niedermayer can be used under the LGPL license too
 */
 
 #undef REAL_MOVNTQ

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list