summaryrefslogtreecommitdiffstats
path: root/libfaad2
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 /libfaad2
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 'libfaad2')
-rw-r--r--libfaad2/bits.h2
-rw-r--r--libfaad2/common.h2
-rw-r--r--libfaad2/local_changes.diff12
-rw-r--r--libfaad2/output.c2
-rw-r--r--libfaad2/ps_dec.c2
-rw-r--r--libfaad2/sbr_dec.c2
-rw-r--r--libfaad2/specrec.c2
7 files changed, 12 insertions, 12 deletions
diff --git a/libfaad2/bits.h b/libfaad2/bits.h
index fb06940f90..f66d5a6d36 100644
--- a/libfaad2/bits.h
+++ b/libfaad2/bits.h
@@ -24,7 +24,7 @@
**
** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
** $Id$
-** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+** detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
** local_changes.diff contains the exact changes to this file.
**/
diff --git a/libfaad2/common.h b/libfaad2/common.h
index d4f4b3a73d..1cd123ed55 100644
--- a/libfaad2/common.h
+++ b/libfaad2/common.h
@@ -24,7 +24,7 @@
**
** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
** $Id$
-** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+** detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
** local_changes.diff contains the exact changes to this file.
**/
diff --git a/libfaad2/local_changes.diff b/libfaad2/local_changes.diff
index f0bb751d82..464f80c26d 100644
--- a/libfaad2/local_changes.diff
+++ b/libfaad2/local_changes.diff
@@ -6,7 +6,7 @@
**
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
** $Id: bits.h,v 1.40 2004/09/04 14:56:27 menno Exp $
-+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
++** detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
+** local_changes.diff contains the exact changes to this file.
**/
@@ -28,7 +28,7 @@
**
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
** $Id: common.h,v 1.65 2004/09/08 09:43:11 gcp Exp $
-+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
++** detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
+** local_changes.diff contains the exact changes to this file.
**/
@@ -156,7 +156,7 @@
-** $Id: output.c,v 1.42 2004/09/04 14:56:28 menno Exp $
+** Initially modified for use with MPlayer by Rich Felker on 2005/03/29
+** $Id: output.c,v 1.11 2005/04/05 05:43:41 rfelker Exp $
-+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
++** detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
**/
#include "common.h"
@@ -229,7 +229,7 @@
**
+** Initially modified for use with MPlayer on 2005/12/05
** $Id: ps_dec.c,v 1.10 2004/09/04 14:56:28 menno Exp $
-+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
++** detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
+** local_changes.diff contains the exact changes to this file.
**/
@@ -271,7 +271,7 @@
**
+** Initially modified for use with MPlayer on 2005/12/05
** $Id: sbr_dec.c,v 1.39 2004/09/04 14:56:28 menno Exp $
-+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
++** detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
+** local_changes.diff contains the exact changes to this file.
**/
@@ -298,7 +298,7 @@
-**
+** Initially modified for use with MPlayer on 2006/04/18
** $Id: specrec.c,v 1.56 2004/09/08 09:43:11 gcp Exp $
-+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
++** detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
+** local_changes.diff contains the exact changes to this file.
**/
diff --git a/libfaad2/output.c b/libfaad2/output.c
index 49f4e90c8f..a8c41b8941 100644
--- a/libfaad2/output.c
+++ b/libfaad2/output.c
@@ -21,7 +21,7 @@
**
** Initially modified for use with MPlayer by Rich Felker on 2005/03/29
** $Id$
-** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+** detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
**/
#include "common.h"
diff --git a/libfaad2/ps_dec.c b/libfaad2/ps_dec.c
index ac4c9b9d09..ee6be7fd80 100644
--- a/libfaad2/ps_dec.c
+++ b/libfaad2/ps_dec.c
@@ -24,7 +24,7 @@
**
** Initially modified for use with MPlayer on 2005/12/05
** $Id: ps_dec.c,v 1.10 2004/09/04 14:56:28 menno Exp $
-** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+** detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
** local_changes.diff contains the exact changes to this file.
**/
diff --git a/libfaad2/sbr_dec.c b/libfaad2/sbr_dec.c
index e3ab1cf6ba..2ad36ff8fa 100644
--- a/libfaad2/sbr_dec.c
+++ b/libfaad2/sbr_dec.c
@@ -24,7 +24,7 @@
**
** Initially modified for use with MPlayer on 2005/12/05
** $Id: sbr_dec.c,v 1.39 2004/09/04 14:56:28 menno Exp $
-** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+** detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
** local_changes.diff contains the exact changes to this file.
**/
diff --git a/libfaad2/specrec.c b/libfaad2/specrec.c
index 4f2a487573..1119dd3b53 100644
--- a/libfaad2/specrec.c
+++ b/libfaad2/specrec.c
@@ -21,7 +21,7 @@
**
** Initially modified for use with MPlayer on 2006/04/18
** $Id: specrec.c,v 1.56 2004/09/08 09:43:11 gcp Exp $
-** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+** detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
** local_changes.diff contains the exact changes to this file.
**/