mirror of https://github.com/mpv-player/mpv
replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14430 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e5657a2e4b
commit
5405368390
|
@ -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
|
* - based on vd_mpegpes.c by A'rpi (C) 2002-2003
|
||||||
* - guess_mjpeg_type code stolen from lav_io.c (C) 2000 Rainer Johanni
|
* - guess_mjpeg_type code stolen from lav_io.c (C) 2000 Rainer Johanni
|
||||||
* <Rainer@Johanni.de> from the mjpegtools package
|
* <Rainer@Johanni.de> from the mjpegtools package
|
||||||
|
|
|
@ -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
|
* - based on vd_lavc.c by A'rpi (C) 2002-2003
|
||||||
* - parts from ffmpeg Copyright (c) 2000-2003 Fabrice Bellard
|
* - parts from ffmpeg Copyright (c) 2000-2003 Fabrice Bellard
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
|
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
|
||||||
*
|
*
|
||||||
* This file is ripped from the lavtools package (mjpeg.sourceforge.net)
|
* 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
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
|
* Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com>
|
||||||
*
|
*
|
||||||
* This file is ripped from the lavtools package (mjpeg.sourceforge.net)
|
* 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
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
|
|
@ -34,7 +34,7 @@ static vo_info_t info =
|
||||||
{
|
{
|
||||||
"Zoran ZR360[56]7/ZR36060 Driver (DC10(+)/buz/lml33/MatroxRR)",
|
"Zoran ZR360[56]7/ZR36060 Driver (DC10(+)/buz/lml33/MatroxRR)",
|
||||||
"zr",
|
"zr",
|
||||||
"Rik Snel <snel@phys.uu.nl>",
|
"Rik Snel <rsnel@cube.dyndns.org>",
|
||||||
""
|
""
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
static vo_info_t info = {
|
static vo_info_t info = {
|
||||||
"Zoran ZR360[56]7/ZR36060 Driver (DC10(+)/buz/lml33/MatroxRR)",
|
"Zoran ZR360[56]7/ZR36060 Driver (DC10(+)/buz/lml33/MatroxRR)",
|
||||||
"zr2",
|
"zr2",
|
||||||
"Rik Snel <snel@phys.uu.nl>",
|
"Rik Snel <rsnel@cube.dyndns.org>",
|
||||||
""
|
""
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue