mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
Fix email address
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15756 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6ca9795767
commit
bad644cced
2
AUTHORS
2
AUTHORS
@ -191,7 +191,7 @@ Di Vita, Piero (Scognito) <scognito@libero.it>
|
|||||||
* new GUI icons
|
* new GUI icons
|
||||||
* skin review part II
|
* skin review part II
|
||||||
|
|
||||||
Diedrich, Tobias (ranma) <ranma@gmx.at>
|
Diedrich, Tobias (ranma) <ranma+mplayer@tdiedrich.de>
|
||||||
* NAS audio output driver
|
* NAS audio output driver
|
||||||
* DXR2 driver
|
* DXR2 driver
|
||||||
* softpulldown video filter
|
* softpulldown video filter
|
||||||
|
@ -650,7 +650,7 @@ Folks from MPlayer Developers Mailinglist (http://www.mplayehrq.hu/).
|
|||||||
Authors in ABC-order: (FIXME! Tell us if we left you out)
|
Authors in ABC-order: (FIXME! Tell us if we left you out)
|
||||||
Beregszaszi, Alex (alex@fsn.hu)
|
Beregszaszi, Alex (alex@fsn.hu)
|
||||||
Bunkus, Moritz (moritz@bunkus.org)
|
Bunkus, Moritz (moritz@bunkus.org)
|
||||||
Diedrich, Tobias (td@sim.uni-hannover.de)
|
Diedrich, Tobias (ranma+mplayer@tdiedrich.de)
|
||||||
Felker, Rich (dalias@aerifal.cx)
|
Felker, Rich (dalias@aerifal.cx)
|
||||||
Franz, Fabian (FabianFranz@gmx.de)
|
Franz, Fabian (FabianFranz@gmx.de)
|
||||||
Gereoffy, Arpad (arpi@thot.banki.hu)
|
Gereoffy, Arpad (arpi@thot.banki.hu)
|
||||||
|
@ -686,7 +686,7 @@ Folks from MPlayer Developers Mailinglist (http://www.mplayehrq.hu/).
|
|||||||
Authors in ABC-order: (FIXME! Tell us if we left you out)
|
Authors in ABC-order: (FIXME! Tell us if we left you out)
|
||||||
Beregszaszi, Alex (alex@fsn.hu)
|
Beregszaszi, Alex (alex@fsn.hu)
|
||||||
Bunkus, Moritz (moritz@bunkus.org)
|
Bunkus, Moritz (moritz@bunkus.org)
|
||||||
Diedrich, Tobias (td@sim.uni-hannover.de)
|
Diedrich, Tobias (ranma+mplayer@tdiedrich.de)
|
||||||
Felker, Rich (dalias@aerifal.cx)
|
Felker, Rich (dalias@aerifal.cx)
|
||||||
Franz, Fabian (FabianFranz@gmx.de)
|
Franz, Fabian (FabianFranz@gmx.de)
|
||||||
Gereoffy, Arpad (arpi@thot.banki.hu)
|
Gereoffy, Arpad (arpi@thot.banki.hu)
|
||||||
|
@ -18,7 +18,7 @@ static ao_info_t info =
|
|||||||
{
|
{
|
||||||
"DXR2 audio output",
|
"DXR2 audio output",
|
||||||
"dxr2",
|
"dxr2",
|
||||||
"Tobias Diedrich <ranma@gmx.at>",
|
"Tobias Diedrich <ranma+mplayer@tdiedrich.de>",
|
||||||
""
|
""
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ static ao_info_t info =
|
|||||||
{
|
{
|
||||||
"Null audio output",
|
"Null audio output",
|
||||||
"null",
|
"null",
|
||||||
"Tobias Diedrich",
|
"Tobias Diedrich <ranma+mplayer@tdiedrich.de>",
|
||||||
""
|
""
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -155,7 +155,7 @@ static int open(vf_instance_t *vf, char* args)
|
|||||||
vf_info_t vf_info_softpulldown = {
|
vf_info_t vf_info_softpulldown = {
|
||||||
"mpeg2 soft 3:2 pulldown",
|
"mpeg2 soft 3:2 pulldown",
|
||||||
"softpulldown",
|
"softpulldown",
|
||||||
"Tobias Diedrich",
|
"Tobias Diedrich <ranma+mplayer@tdiedrich.de>",
|
||||||
"",
|
"",
|
||||||
open,
|
open,
|
||||||
NULL
|
NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user