mirror of https://github.com/mpv-player/mpv
changed email address
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20662 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0dafd3224f
commit
3a0f1fa219
2
AUTHORS
2
AUTHORS
|
@ -528,7 +528,7 @@ Madick, Puk <pingy@swirvemail.com>
|
||||||
* KDE/GNOME2 fullscreen fix
|
* KDE/GNOME2 fullscreen fix
|
||||||
* configparser fixes
|
* configparser fixes
|
||||||
|
|
||||||
Makovička, Jindřich (henry, x0rph) <makovick@KMLinux.fjfi.cvut.cz>
|
Makovička, Jindřich (henry, x0rph) <makovick@gmail.com>
|
||||||
* various bug fixes
|
* various bug fixes
|
||||||
* rewrote v4l video capturing, implemented audio capturing layer
|
* rewrote v4l video capturing, implemented audio capturing layer
|
||||||
* FreeType 2 font rendering support
|
* FreeType 2 font rendering support
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Copyright (C) 2002 Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
|
Copyright (C) 2002 Jindrich Makovicka <makovick@gmail.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Artur Zaprzala <zybi@fanthom.irc.pl>
|
* Artur Zaprzala <zybi@fanthom.irc.pl>
|
||||||
*
|
*
|
||||||
* ported inside mplayer by Jindrich Makovicka
|
* ported inside mplayer by Jindrich Makovicka
|
||||||
* <makovick@kmlinux.fjfi.cvut.cz>
|
* <makovick@gmail.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
Gerd Knorr <kraxel@bytesex.org>
|
Gerd Knorr <kraxel@bytesex.org>
|
||||||
|
|
||||||
Multithreading, a/v sync and native ALSA support by
|
Multithreading, a/v sync and native ALSA support by
|
||||||
Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
|
Jindrich Makovicka <makovick@gmail.com>
|
||||||
|
|
||||||
Mjpeg hardware encoding support by
|
Mjpeg hardware encoding support by
|
||||||
Iván Szántó <szivan@freemail.hu>
|
Iván Szántó <szivan@freemail.hu>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
** This file is part of MPlayer, see http://mplayerhq.hu/ for info.
|
** This file is part of MPlayer, see http://mplayerhq.hu/ for info.
|
||||||
**
|
**
|
||||||
** (c) 2003 Martin Olschewski <olschewski@zpr.uni-koeln.de>
|
** (c) 2003 Martin Olschewski <olschewski@zpr.uni-koeln.de>
|
||||||
** (c) 2003 Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
|
** (c) 2003 Jindrich Makovicka <makovick@gmail.com>
|
||||||
**
|
**
|
||||||
** File licensed under the GPL, see http://www.fsf.org/ for more info.
|
** File licensed under the GPL, see http://www.fsf.org/ for more info.
|
||||||
**
|
**
|
||||||
|
|
Loading…
Reference in New Issue