[MPlayer-cvslog] r19600 - in trunk/libswscale: swscale.c swscale.h swscale_internal.h swscale_template.c

michael subversion at mplayerhq.hu
Wed Aug 30 12:50:21 CEST 2006


Author: michael
Date: Wed Aug 30 12:50:20 2006
New Revision: 19600

Modified:
   trunk/libswscale/swscale.c
   trunk/libswscale/swscale.h
   trunk/libswscale/swscale_internal.h
   trunk/libswscale/swscale_template.c

Log:
make the C code of the swscaler which i wrote LGPL


Modified: trunk/libswscale/swscale.c
==============================================================================
--- trunk/libswscale/swscale.c	(original)
+++ trunk/libswscale/swscale.c	Wed Aug 30 12:50:20 2006
@@ -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
 */
 
 /*

Modified: trunk/libswscale/swscale.h
==============================================================================
--- trunk/libswscale/swscale.h	(original)
+++ trunk/libswscale/swscale.h	Wed Aug 30 12:50:20 2006
@@ -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

Modified: trunk/libswscale/swscale_internal.h
==============================================================================
--- trunk/libswscale/swscale_internal.h	(original)
+++ trunk/libswscale/swscale_internal.h	Wed Aug 30 12:50:20 2006
@@ -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

Modified: trunk/libswscale/swscale_template.c
==============================================================================
--- trunk/libswscale/swscale_template.c	(original)
+++ trunk/libswscale/swscale_template.c	Wed Aug 30 12:50:20 2006
@@ -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



More information about the MPlayer-cvslog mailing list