summaryrefslogtreecommitdiffstats
path: root/libmpeg2
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 /libmpeg2
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 'libmpeg2')
-rw-r--r--libmpeg2/attributes.h2
-rw-r--r--libmpeg2/cpu_accel.c2
-rw-r--r--libmpeg2/cpu_state.c2
-rw-r--r--libmpeg2/decode.c2
-rw-r--r--libmpeg2/header.c2
-rw-r--r--libmpeg2/idct.c2
-rw-r--r--libmpeg2/idct_alpha.c2
-rw-r--r--libmpeg2/idct_mmx.c2
-rw-r--r--libmpeg2/libmpeg-0.4.0.diff4
-rw-r--r--libmpeg2/motion_comp.c2
-rw-r--r--libmpeg2/motion_comp_mmx.c2
-rw-r--r--libmpeg2/mpeg2.h2
-rw-r--r--libmpeg2/mpeg2_internal.h2
-rw-r--r--libmpeg2/slice.c2
14 files changed, 15 insertions, 15 deletions
diff --git a/libmpeg2/attributes.h b/libmpeg2/attributes.h
index edd44776d4..e1d311a08e 100644
--- a/libmpeg2/attributes.h
+++ b/libmpeg2/attributes.h
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/cpu_accel.c b/libmpeg2/cpu_accel.c
index ee90a583ae..43d45ed649 100644
--- a/libmpeg2/cpu_accel.c
+++ b/libmpeg2/cpu_accel.c
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/cpu_state.c b/libmpeg2/cpu_state.c
index 9244668b0a..b1113ed715 100644
--- a/libmpeg2/cpu_state.c
+++ b/libmpeg2/cpu_state.c
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/decode.c b/libmpeg2/decode.c
index f0f1601380..94cf010538 100644
--- a/libmpeg2/decode.c
+++ b/libmpeg2/decode.c
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/header.c b/libmpeg2/header.c
index 8424b220a2..2010043359 100644
--- a/libmpeg2/header.c
+++ b/libmpeg2/header.c
@@ -22,7 +22,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/idct.c b/libmpeg2/idct.c
index 464515cbdc..75b07c8915 100644
--- a/libmpeg2/idct.c
+++ b/libmpeg2/idct.c
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/idct_alpha.c b/libmpeg2/idct_alpha.c
index 209af865f9..74ebedf43d 100644
--- a/libmpeg2/idct_alpha.c
+++ b/libmpeg2/idct_alpha.c
@@ -22,7 +22,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/idct_mmx.c b/libmpeg2/idct_mmx.c
index 8e929a4882..8f6359c3f9 100644
--- a/libmpeg2/idct_mmx.c
+++ b/libmpeg2/idct_mmx.c
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/libmpeg-0.4.0.diff b/libmpeg2/libmpeg-0.4.0.diff
index 770cbfc215..51e7e845ec 100644
--- a/libmpeg2/libmpeg-0.4.0.diff
+++ b/libmpeg2/libmpeg-0.4.0.diff
@@ -17,7 +17,7 @@ diff -u libmpeg2.orig/cpu_accel.c libmpeg2/cpu_accel.c
@@ -22,10 +22,11 @@
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
+ * $Id$
*/
@@ -336,7 +336,7 @@ diff -u libmpeg2.orig/mpeg2.h libmpeg2/mpeg2.h
@@ -22,7 +22,7 @@
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
+ * $Id$
*/
diff --git a/libmpeg2/motion_comp.c b/libmpeg2/motion_comp.c
index 10390b1568..3cbca6fefe 100644
--- a/libmpeg2/motion_comp.c
+++ b/libmpeg2/motion_comp.c
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/motion_comp_mmx.c b/libmpeg2/motion_comp_mmx.c
index 8be581ad6a..8c47a142a8 100644
--- a/libmpeg2/motion_comp_mmx.c
+++ b/libmpeg2/motion_comp_mmx.c
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/mpeg2.h b/libmpeg2/mpeg2.h
index fc65165769..af950df238 100644
--- a/libmpeg2/mpeg2.h
+++ b/libmpeg2/mpeg2.h
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h
index 2f835ea040..2511e447ab 100644
--- a/libmpeg2/mpeg2_internal.h
+++ b/libmpeg2/mpeg2_internal.h
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/slice.c b/libmpeg2/slice.c
index df3038885c..308ff5d456 100644
--- a/libmpeg2/slice.c
+++ b/libmpeg2/slice.c
@@ -22,7 +22,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes.
- * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/