# HG changeset patch # User diego # Date 1113603695 0 # Node ID 07e7a572bd840a34e9f669fa1fd4f769f7d0a598 # Parent f5537cc95b02dc5d621cf078312095a81a8bcd77 Mark modified imported files as such to comply with (L)GPL ¡ø2a. diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/dct36.c --- 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 diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/dct36_3dnow.c --- 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 - until 31.Mar.1999 * - 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 diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/dct64.c --- 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 diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/dct64_i386.c --- 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 diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/decod386.c --- 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 * ------------------------------ diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/decode_i586.c --- 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: diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/l2tables.h --- 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) diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/layer1.c --- 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 * -------------------------- diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/layer2.c --- 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 * -------------------------- diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/layer3.c --- 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 * -------------------------- diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/mpg123.h --- 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 diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/sr1.c --- 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); diff -r f5537cc95b02 -r 07e7a572bd84 mp3lib/tabinit.c --- 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 };