[MPlayer-cvslog] CVS: main/mp3lib dct36.c, 1.2, 1.3 dct36_3dnow.c, 1.1, 1.2 dct64.c, 1.2, 1.3 dct64_i386.c, 1.2, 1.3 decod386.c, 1.18, 1.19 decode_i586.c, 1.7, 1.8 l2tables.h, 1.2, 1.3 layer1.c, 1.2, 1.3 layer2.c, 1.6, 1.7 layer3.c, 1.9, 1.10 mpg123.h, 1.8, 1.9 sr1.c, 1.31, 1.32 tabinit.c, 1.6, 1.7
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sat Apr 16 00:21:38 CEST 2005
- Previous message: [MPlayer-cvslog] CVS: main/loader/wine basetsd.h, 1.2, 1.3 mmreg.h, 1.9, 1.10 vfw.h, 1.13, 1.14 windef.h, 1.10, 1.11
- Next message: [MPlayer-cvslog] CVS: main ChangeLog,1.192,1.193
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var2/tmp/cvs-serv4989
Modified Files:
dct36.c dct36_3dnow.c dct64.c dct64_i386.c decod386.c
decode_i586.c l2tables.h layer1.c layer2.c layer3.c mpg123.h
sr1.c tabinit.c
Log Message:
Mark modified imported files as such to comply with (L)GPL §2a.
Index: dct36.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/dct36.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dct36.c 29 Jun 2001 17:53:53 -0000 1.2
+++ dct36.c 15 Apr 2005 22:21:34 -0000 1.3
@@ -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
Index: dct36_3dnow.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/dct36_3dnow.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dct36_3dnow.c 22 Jun 2003 03:32:16 -0000 1.1
+++ dct36_3dnow.c 15 Apr 2005 22:21:34 -0000 1.2
@@ -14,6 +14,10 @@
* by KIMURA Takuhiro <kim at hannah.ipc.miyakyo-u.ac.jp> - until 31.Mar.1999
* <kim at 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
Index: dct64.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/dct64.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dct64.c 6 Apr 2004 01:06:21 -0000 1.2
+++ dct64.c 15 Apr 2005 22:21:34 -0000 1.3
@@ -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
Index: dct64_i386.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/dct64_i386.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dct64_i386.c 6 Apr 2004 01:06:21 -0000 1.2
+++ dct64_i386.c 15 Apr 2005 22:21:34 -0000 1.3
@@ -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
Index: decod386.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/decod386.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- decod386.c 28 Aug 2004 20:59:49 -0000 1.18
+++ decod386.c 15 Apr 2005 22:21:34 -0000 1.19
@@ -1,4 +1,10 @@
/*
+ * 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
* ------------------------------
* copyright (c) 1995,1996,1997 by Michael Hipp, All rights reserved.
Index: decode_i586.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/decode_i586.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- decode_i586.c 3 Aug 2004 18:54:26 -0000 1.7
+++ decode_i586.c 15 Apr 2005 22:21:34 -0000 1.8
@@ -1,4 +1,10 @@
/*
+ * 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:
* - reordered floating point instructions to
Index: l2tables.h
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/l2tables.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- l2tables.h 6 Apr 2004 01:06:21 -0000 1.2
+++ l2tables.h 15 Apr 2005 22:21:34 -0000 1.3
@@ -1,4 +1,10 @@
/*
+ * 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)
* not ISO-conform) ..
Index: layer1.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/layer1.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- layer1.c 10 Apr 2005 16:39:00 -0000 1.2
+++ layer1.c 15 Apr 2005 22:21:34 -0000 1.3
@@ -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
* --------------------------
Index: layer2.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/layer2.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- layer2.c 14 Sep 2004 21:02:19 -0000 1.6
+++ layer2.c 15 Apr 2005 22:21:34 -0000 1.7
@@ -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
* --------------------------
Index: layer3.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/layer3.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- layer3.c 6 Apr 2004 01:24:34 -0000 1.9
+++ layer3.c 15 Apr 2005 22:21:34 -0000 1.10
@@ -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
* --------------------------
Index: mpg123.h
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/mpg123.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mpg123.h 6 Apr 2004 01:06:21 -0000 1.8
+++ mpg123.h 15 Apr 2005 22:21:34 -0000 1.9
@@ -1,4 +1,10 @@
/*
+ * 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
*/
Index: sr1.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/sr1.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sr1.c 15 Nov 2004 09:09:29 -0000 1.31
+++ sr1.c 15 Apr 2005 22:21:34 -0000 1.32
@@ -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);
Index: tabinit.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/tabinit.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tabinit.c 6 Apr 2004 01:11:59 -0000 1.6
+++ tabinit.c 15 Apr 2005 22:21:35 -0000 1.7
@@ -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 };
- Previous message: [MPlayer-cvslog] CVS: main/loader/wine basetsd.h, 1.2, 1.3 mmreg.h, 1.9, 1.10 vfw.h, 1.13, 1.14 windef.h, 1.10, 1.11
- Next message: [MPlayer-cvslog] CVS: main ChangeLog,1.192,1.193
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list