[MPlayer-cvslog] CVS: main/liba52 a52.h, 1.5, 1.6 a52_internal.h, 1.3, 1.4 bitstream.c, 1.2, 1.3 bitstream.h, 1.8, 1.9 downmix.c, 1.16, 1.17 imdct.c, 1.25, 1.26 imdct_mlib.c, 1.2, 1.3 mm_accel.h, 1.4, 1.5 parse.c, 1.7, 1.8

Diego Biurrun CVS syncmail at mplayerhq.hu
Wed Mar 23 00:27:20 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/liba52
In directory mail:/var2/tmp/cvs-serv20964

Modified Files:
	a52.h a52_internal.h bitstream.c bitstream.h downmix.c imdct.c 
	imdct_mlib.c mm_accel.h parse.c 
Log Message:
Mark modified files as such to comply more closely with GPL §2a.


Index: a52.h
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/a52.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- a52.h	30 Dec 2001 21:44:10 -0000	1.5
+++ a52.h	22 Mar 2005 23:27:18 -0000	1.6
@@ -6,6 +6,10 @@
  * This file is part of a52dec, a free ATSC A-52 stream decoder.
  * See http://liba52.sourceforge.net/ for updates.
  *
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
  * a52dec is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or

Index: a52_internal.h
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/a52_internal.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- a52_internal.h	30 Dec 2001 21:53:56 -0000	1.3
+++ a52_internal.h	22 Mar 2005 23:27:18 -0000	1.4
@@ -6,6 +6,10 @@
  * This file is part of a52dec, a free ATSC A-52 stream decoder.
  * See http://liba52.sourceforge.net/ for updates.
  *
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
  * a52dec is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or

Index: bitstream.c
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/bitstream.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitstream.c	17 Dec 2001 21:53:49 -0000	1.2
+++ bitstream.c	22 Mar 2005 23:27:18 -0000	1.3
@@ -6,6 +6,10 @@
  * This file is part of a52dec, a free ATSC A-52 stream decoder.
  * See http://liba52.sourceforge.net/ for updates.
  *
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
  * a52dec is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or

Index: bitstream.h
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/bitstream.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bitstream.h	27 Jul 2003 23:02:58 -0000	1.8
+++ bitstream.h	22 Mar 2005 23:27:18 -0000	1.9
@@ -6,6 +6,10 @@
  * This file is part of a52dec, a free ATSC A-52 stream decoder.
  * See http://liba52.sourceforge.net/ for updates.
  *
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
  * a52dec is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or

Index: downmix.c
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/downmix.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- downmix.c	6 Apr 2004 11:44:23 -0000	1.16
+++ downmix.c	22 Mar 2005 23:27:18 -0000	1.17
@@ -6,6 +6,10 @@
  * This file is part of a52dec, a free ATSC A-52 stream decoder.
  * See http://liba52.sourceforge.net/ for updates.
  *
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
  * a52dec is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or

Index: imdct.c
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/imdct.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- imdct.c	26 Apr 2004 19:47:50 -0000	1.25
+++ imdct.c	22 Mar 2005 23:27:18 -0000	1.26
@@ -6,6 +6,10 @@
  * This file is part of a52dec, a free ATSC A-52 stream decoder.
  * See http://liba52.sourceforge.net/ for updates.
  *
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
  * a52dec is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or

Index: imdct_mlib.c
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/imdct_mlib.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imdct_mlib.c	14 Dec 2001 20:14:59 -0000	1.2
+++ imdct_mlib.c	22 Mar 2005 23:27:18 -0000	1.3
@@ -6,6 +6,10 @@
  * This file is part of a52dec, a free ATSC A-52 stream decoder.
  * See http://liba52.sourceforge.net/ for updates.
  *
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
  * a52dec is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or

Index: mm_accel.h
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/mm_accel.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mm_accel.h	18 Jan 2003 19:28:29 -0000	1.4
+++ mm_accel.h	22 Mar 2005 23:27:18 -0000	1.5
@@ -6,6 +6,10 @@
  * This file is part of a52dec, a free ATSC A-52 stream decoder.
  * See http://liba52.sourceforge.net/ for updates.
  *
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
  * a52dec is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or

Index: parse.c
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/parse.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- parse.c	1 Apr 2004 12:35:17 -0000	1.7
+++ parse.c	22 Mar 2005 23:27:18 -0000	1.8
@@ -6,6 +6,10 @@
  * This file is part of a52dec, a free ATSC A-52 stream decoder.
  * See http://liba52.sourceforge.net/ for updates.
  *
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
  * a52dec is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or




More information about the MPlayer-cvslog mailing list