]> git.sesse.net Git - vlc/blob - MAINTAINERS
* removed VLC_GO to avoid skipping to the last program
[vlc] / MAINTAINERS
1 # $Id: MAINTAINERS,v 1.5 2002/12/08 16:16:19 jpsaman Exp $
2 #
3 #                            VLC MAINTAINERS
4 #
5 # This file lists all modules of VLC, and presents who's responsible for
6 # what. "Responsible" doesn't mean this person will be alone to improve
7 # the code, it just means that she's probably the contributor with the
8 # best knowledge of the code, so that questions and propositions of
9 # contributions should be directed to her.
10
11 * MISC VLC ARCHITECTURE
12
13   - Makefiles & autoconf : [sam] & [meuuh]
14   - configuration & command-line options : [gibalou]
15   - modules, detection, dynamic loading : [sam]
16   - objects support, libvlc : [sam]
17   - messages (errors, debug) : [sam]
18   - internationalization : [sam]
19   - MMX optimizations : [sam]
20   - Altivec optimizations : [meuuh] ([jlj])
21
22 * PORTS
23
24   - Debian GNU/Linux : [sam]
25   - Mandrake Linux : Yves Duret
26   - BeOS : Eric Petit (Stephan Assmus)
27   - Windows : [gibalou]
28   - Mac OS X : [jlj] ([meuuh])
29   - QNX RTOS : [jlj]
30   - Solaris : [meuuh]
31   - *BSD : [meuuh]
32   - GNU/Hurd : [sam]
33   - iPAQ Familiar Linux : [saman] ([meuuh])
34   - BSD/OS : Steven M. Schultz
35
36 * INTERFACE
37
38   - interface architecture : [sam]
39   - modules gtk, gnome : [sam] ([stef])
40   - modules lirc, dummy, rc, ncurses : [sam]
41   - modules qt, kde : [sigmund]
42   - module xosd : [lool]
43   - module familar : [saman]
44
45 * VIDEO OUTPUT
46
47   - video output architecture : [sam]
48   - modules dummy, fb, ggi, glide, mga, sdl : [sam]
49   - output filters & chroma : [sam]
50   - modules x11, xvideo : [gibalou]
51   - module aa : [sigmund]
52   - module qte : [saman]
53
54 * AUDIO OUTPUT
55
56   - audio output architecture : [sam] ([meuuh])
57   - module ALSA : [bozo]
58   - module aRts : Emmanuel Blindauer
59   - modules dsp, dummy, esd : [sam] ([meuuh])
60   - output filters : [sam] ([meuuh])
61
62 * INPUT
63
64   - input architecture : [meuuh]
65   - demux modules PS, ES, a52_system : [meuuh]
66   - access modules file, udp, http : [meuuh]
67   - demux modules TS, satellite : [jobi]
68   - network modules ipv4, ipv6 : [meuuh]
69   - demux module mpeg_audio (mp3), avi : [fenrir]
70   - DVD module : [stef]
71   - VCD module : [jobi] ([jlj])
72
73 * DECODERS
74
75   - decoders architecture : [meuuh] ([henri])
76   - built-in MPEG audio : unmaintained (FIXME)
77   - built-in MPEG video & associated idct+motion : [meuuh]
78   - built-in AC3 & associated plug-ins : Renaud Dartus (soon-to-be scrapped)
79   - mad : [saman] ([meuuh])
80   - ffmpeg : [fenrir]
81   - AC3 SPDIF : [stef]
82   - A/52 : [gibalou] ([meuuh])
83   - SPU : [sam]
84   - Ogg/Vorbis : [gibalou]
85
86 * DOCUMENTATION
87
88   - VLC HOWTO : [jobi]
89   - Developer documentation : [sam] ([meuuh])
90   - FAQ : [lool]
91
92
93 [bozo] = Arnaud de Bossoreille de Ribou
94 [fenrir] = Laurent Aimar
95 [gibalou] = Gildas Bazin
96 [henri] = Henri Fallon
97 [jlj] = Jon Lech Johansen
98 [jobi] = Johan Bilien
99 [lool] = Loïc Minier
100 [meuuh] = Christophe Massiot
101 [sam] = Samuel Hocevar
102 [saman] = Jean-Paul Saman
103 [sigmund] = Sigmund Augdal
104 [stef] = Stéphane Borel