mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
removing my (nonworking) email address
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10369 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e8a8a0ec4c
commit
188460e7ee
@ -4,7 +4,7 @@
|
||||
It partly emulates the Xanim codebase.
|
||||
You need the -rdynamic flag to use this with gcc.
|
||||
|
||||
(C) 2001-2002 Alex Beregszaszi <alex@naxine.org>
|
||||
(C) 2001-2002 Alex Beregszaszi
|
||||
and Arpad Gereoffy <arpi@thot.banki.hu>
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
Real parser & demuxer
|
||||
|
||||
(C) Alex Beregszaszi <alex@naxine.org>
|
||||
(C) Alex Beregszaszi
|
||||
|
||||
Based on FFmpeg's libav/rm.c.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
TV Interface for MPlayer
|
||||
|
||||
(C) Alex Beregszaszi <alex@naxine.org>
|
||||
(C) Alex Beregszaszi
|
||||
|
||||
API idea based on libvo2
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
Video 4 Linux input
|
||||
|
||||
(C) Alex Beregszaszi <alex@naxine.org>
|
||||
(C) Alex Beregszaszi
|
||||
|
||||
Some ideas are based on xawtv/libng's grab-v4l.c written by
|
||||
Gerd Knorr <kraxel@bytesex.org>
|
||||
@ -49,7 +49,7 @@
|
||||
static tvi_info_t info = {
|
||||
"Video 4 Linux input",
|
||||
"v4l",
|
||||
"Alex Beregszaszi <alex@naxine.org>",
|
||||
"Alex Beregszaszi",
|
||||
"under development"
|
||||
};
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
vo_ggi.c - General Graphics Interface (GGI) Renderer for MPlayer
|
||||
|
||||
(C) Alex Beregszaszi <alex@naxine.org>
|
||||
(C) Alex Beregszaszi
|
||||
|
||||
Uses libGGI - http://www.ggi-project.org/
|
||||
|
||||
@ -45,7 +45,7 @@ static vo_info_t info =
|
||||
{
|
||||
"General Graphics Interface (GGI) output",
|
||||
"ggi",
|
||||
"Alex Beregszaszi <alex@naxine.org>",
|
||||
"Alex Beregszaszi",
|
||||
"under developement"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user