From 57f3213401a8becec64d1eed7586fefe7c663c73 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 22 Jun 2006 13:34:00 +0000 Subject: CVS --> Subversion in copyright notices git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18786 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpeg2/attributes.h | 2 +- libmpeg2/cpu_accel.c | 2 +- libmpeg2/cpu_state.c | 2 +- libmpeg2/decode.c | 2 +- libmpeg2/header.c | 2 +- libmpeg2/idct.c | 2 +- libmpeg2/idct_alpha.c | 2 +- libmpeg2/idct_mmx.c | 2 +- libmpeg2/libmpeg-0.4.0.diff | 4 ++-- libmpeg2/motion_comp.c | 2 +- libmpeg2/motion_comp_mmx.c | 2 +- libmpeg2/mpeg2.h | 2 +- libmpeg2/mpeg2_internal.h | 2 +- libmpeg2/slice.c | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) (limited to 'libmpeg2') 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$ */ -- cgit v1.2.3