summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-22 13:34:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-22 13:34:00 +0000
commit57f3213401a8becec64d1eed7586fefe7c663c73 (patch)
treef6cac27e636ba4a1f8ab99f89dd58876a88c4685 /liba52
parentbfc890d688c099e64ae78d992ee38826fbc39d34 (diff)
downloadmpv-57f3213401a8becec64d1eed7586fefe7c663c73.tar.bz2
mpv-57f3213401a8becec64d1eed7586fefe7c663c73.tar.xz
CVS --> Subversion in copyright notices
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18786 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'liba52')
-rw-r--r--liba52/a52.h2
-rw-r--r--liba52/a52_internal.h2
-rw-r--r--liba52/bitstream.c2
-rw-r--r--liba52/bitstream.h2
-rw-r--r--liba52/downmix.c2
-rw-r--r--liba52/imdct.c2
-rw-r--r--liba52/mm_accel.h2
-rw-r--r--liba52/parse.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/liba52/a52.h b/liba52/a52.h
index 5c7a3d8656..78a92ed16a 100644
--- a/liba52/a52.h
+++ b/liba52/a52.h
@@ -7,7 +7,7 @@
* 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/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*
* a52dec is free software; you can redistribute it and/or modify
diff --git a/liba52/a52_internal.h b/liba52/a52_internal.h
index 3627a2d23a..3854c16707 100644
--- a/liba52/a52_internal.h
+++ b/liba52/a52_internal.h
@@ -7,7 +7,7 @@
* 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/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*
* a52dec is free software; you can redistribute it and/or modify
diff --git a/liba52/bitstream.c b/liba52/bitstream.c
index 0b2d8fa48f..a46ccced6b 100644
--- a/liba52/bitstream.c
+++ b/liba52/bitstream.c
@@ -7,7 +7,7 @@
* 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/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*
* a52dec is free software; you can redistribute it and/or modify
diff --git a/liba52/bitstream.h b/liba52/bitstream.h
index 6764b12a78..601ffa6871 100644
--- a/liba52/bitstream.h
+++ b/liba52/bitstream.h
@@ -7,7 +7,7 @@
* 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/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*
* a52dec is free software; you can redistribute it and/or modify
diff --git a/liba52/downmix.c b/liba52/downmix.c
index 368773e879..fc28071618 100644
--- a/liba52/downmix.c
+++ b/liba52/downmix.c
@@ -7,7 +7,7 @@
* 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/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*
* a52dec is free software; you can redistribute it and/or modify
diff --git a/liba52/imdct.c b/liba52/imdct.c
index 8a29ee3248..48dc536c96 100644
--- a/liba52/imdct.c
+++ b/liba52/imdct.c
@@ -10,7 +10,7 @@
* 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/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*
* a52dec is free software; you can redistribute it and/or modify
diff --git a/liba52/mm_accel.h b/liba52/mm_accel.h
index e38f00136f..330b174b71 100644
--- a/liba52/mm_accel.h
+++ b/liba52/mm_accel.h
@@ -7,7 +7,7 @@
* 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/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*
* a52dec is free software; you can redistribute it and/or modify
diff --git a/liba52/parse.c b/liba52/parse.c
index 31dfe4652e..974e12ae0e 100644
--- a/liba52/parse.c
+++ b/liba52/parse.c
@@ -7,7 +7,7 @@
* 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/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*
* a52dec is free software; you can redistribute it and/or modify