changeset 15167:07e7a572bd84

Mark modified imported files as such to comply with (L)GPL ¡ø2a.
author diego
date Fri, 15 Apr 2005 22:21:35 +0000
parents f5537cc95b02
children 78b5d8d5f667
files mp3lib/dct36.c mp3lib/dct36_3dnow.c mp3lib/dct64.c mp3lib/dct64_i386.c mp3lib/decod386.c mp3lib/decode_i586.c mp3lib/l2tables.h mp3lib/layer1.c mp3lib/layer2.c mp3lib/layer3.c mp3lib/mpg123.h mp3lib/sr1.c mp3lib/tabinit.c
diffstat 13 files changed, 74 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/dct36.c	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/dct36.c	Fri Apr 15 22:21:35 2005 +0000
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
 /* 
 // This is an optimized DCT from Jeff Tsay's maplay 1.2+ package.
 // Saved one multiplication by doing the 'twiddle factor' stuff
--- a/mp3lib/dct36_3dnow.c	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/dct36_3dnow.c	Fri Apr 15 22:21:35 2005 +0000
@@ -14,6 +14,10 @@
  * by KIMURA Takuhiro <kim@hannah.ipc.miyakyo-u.ac.jp> - until 31.Mar.1999
  *                    <kim@comtec.co.jp>               - after  1.Apr.1999
  *
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
  * Original disclaimer:
  *  The author of this program disclaim whole expressed or implied
  *  warranties with regard to this program, and in no event shall the
--- a/mp3lib/dct64.c	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/dct64.c	Fri Apr 15 22:21:35 2005 +0000
@@ -1,3 +1,8 @@
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
 
 /*
  * Discrete Cosine Tansform (DCT) for subband synthesis
--- a/mp3lib/dct64_i386.c	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/dct64_i386.c	Fri Apr 15 22:21:35 2005 +0000
@@ -1,3 +1,8 @@
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
 
 /*
  * Discrete Cosine Tansform (DCT) for subband synthesis
--- a/mp3lib/decod386.c	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/decod386.c	Fri Apr 15 22:21:35 2005 +0000
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
 /*
  * Mpeg Layer-1,2,3 audio decoder
  * ------------------------------
--- a/mp3lib/decode_i586.c	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/decode_i586.c	Fri Apr 15 22:21:35 2005 +0000
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
 /*
 * mpg123_synth_1to1 works the same way as the c version of this
 * file.  only two types of changes have been made:
--- a/mp3lib/l2tables.h	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/l2tables.h	Fri Apr 15 22:21:35 2005 +0000
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
 /*
  * Layer 2 Alloc tables .. 
  * most other tables are calculated on program start (which is (of course)
--- a/mp3lib/layer1.c	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/layer1.c	Fri Apr 15 22:21:35 2005 +0000
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
 /* 
  * Mpeg Layer-1 audio decoder 
  * --------------------------
--- a/mp3lib/layer2.c	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/layer2.c	Fri Apr 15 22:21:35 2005 +0000
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
 /* 
  * Mpeg Layer-2 audio decoder 
  * --------------------------
--- a/mp3lib/layer3.c	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/layer3.c	Fri Apr 15 22:21:35 2005 +0000
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
 /* 
  * Mpeg Layer-3 audio decoder 
  * --------------------------
--- a/mp3lib/mpg123.h	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/mpg123.h	Fri Apr 15 22:21:35 2005 +0000
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
 /*
  * mpg123 defines
  * used source: musicout.h from mpegaudio package
--- a/mp3lib/sr1.c	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/sr1.c	Fri Apr 15 22:21:35 2005 +0000
@@ -65,6 +65,12 @@
 #else
 extern int mp3_read(char *buf,int size);
 #endif
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
 
 //void mp3_seek(int pos){
 //  fseek(mp3_file,pos,SEEK_SET);
--- a/mp3lib/tabinit.c	Fri Apr 15 20:17:14 2005 +0000
+++ b/mp3lib/tabinit.c	Fri Apr 15 22:21:35 2005 +0000
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
 real mp3lib_decwin[(512+32)];
 static real cos64[32], cos32[16], cos16[8], cos8[4], cos4[2];
 real *mp3lib_pnts[]={ cos64,cos32,cos16,cos8,cos4 };