summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpcodecs/vd_zrmjpeg.c2
-rw-r--r--libmpcodecs/vf_zrmjpeg.c2
-rw-r--r--libmpdemux/yuv4mpeg.c2
-rw-r--r--libmpdemux/yuv4mpeg.h2
-rw-r--r--libvo/vo_zr.c2
-rw-r--r--libvo/vo_zr2.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/libmpcodecs/vd_zrmjpeg.c b/libmpcodecs/vd_zrmjpeg.c
index 37622dd639..39a97e1e4b 100644
--- a/libmpcodecs/vd_zrmjpeg.c
+++ b/libmpcodecs/vd_zrmjpeg.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003 Rik Snel <snel@phys.uu.nl>, license GPL v2
+ * Copyright (C) 2005 Rik Snel <rsnel@cube.dyndns.org>, license GPL v2
* - based on vd_mpegpes.c by A'rpi (C) 2002-2003
* - guess_mjpeg_type code stolen from lav_io.c (C) 2000 Rainer Johanni
* <Rainer@Johanni.de> from the mjpegtools package
diff --git a/libmpcodecs/vf_zrmjpeg.c b/libmpcodecs/vf_zrmjpeg.c
index 89f0d6810d..0cd12370e4 100644
--- a/libmpcodecs/vf_zrmjpeg.c
+++ b/libmpcodecs/vf_zrmjpeg.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003 Rik Snel <snel@phys.uu.nl>, license GPL v2
+ * Copyright (C) 2005 Rik Snel <rsnel@cube.dyndns.org>, license GPL v2
* - based on vd_lavc.c by A'rpi (C) 2002-2003
* - parts from ffmpeg Copyright (c) 2000-2003 Fabrice Bellard
*
diff --git a/libmpdemux/yuv4mpeg.c b/libmpdemux/yuv4mpeg.c
index c96843e86e..3baac3eab9 100644
--- a/libmpdemux/yuv4mpeg.c
+++ b/libmpdemux/yuv4mpeg.c
@@ -4,7 +4,7 @@
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
*
* This file is ripped from the lavtools package (mjpeg.sourceforge.net)
- * Ported to mplayer by Rik Snel <snel@phys.uu.nl>
+ * Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/libmpdemux/yuv4mpeg.h b/libmpdemux/yuv4mpeg.h
index 1235de83b5..c9cc7ddd6d 100644
--- a/libmpdemux/yuv4mpeg.h
+++ b/libmpdemux/yuv4mpeg.h
@@ -7,7 +7,7 @@
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
*
* This file is ripped from the lavtools package (mjpeg.sourceforge.net)
- * Ported to mplayer by Rik Snel <snel@phys.uu.nl>
+ * Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/libvo/vo_zr.c b/libvo/vo_zr.c
index 6c06a13f22..44bdf4c6bf 100644
--- a/libvo/vo_zr.c
+++ b/libvo/vo_zr.c
@@ -34,7 +34,7 @@ static vo_info_t info =
{
"Zoran ZR360[56]7/ZR36060 Driver (DC10(+)/buz/lml33/MatroxRR)",
"zr",
- "Rik Snel <snel@phys.uu.nl>",
+ "Rik Snel <rsnel@cube.dyndns.org>",
""
};
diff --git a/libvo/vo_zr2.c b/libvo/vo_zr2.c
index 42c0ee7001..88239c32b8 100644
--- a/libvo/vo_zr2.c
+++ b/libvo/vo_zr2.c
@@ -32,7 +32,7 @@
static vo_info_t info = {
"Zoran ZR360[56]7/ZR36060 Driver (DC10(+)/buz/lml33/MatroxRR)",
"zr2",
- "Rik Snel <snel@phys.uu.nl>",
+ "Rik Snel <rsnel@cube.dyndns.org>",
""
};