]> git.sesse.net Git - vlc/blob - MAINTAINERS
3bb7271a0625d2827e48c5f106e28d33b557bcc8
[vlc] / MAINTAINERS
1 # $Id: MAINTAINERS,v 1.4 2002/12/04 02:16:23 titer 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
44 * VIDEO OUTPUT
45
46   - video output architecture : [sam]
47   - modules dummy, fb, ggi, glide, mga, sdl : [sam]
48   - output filters & chroma : [sam]
49   - modules x11, xvideo : [gibalou]
50   - module aa : [sigmund]
51
52 * AUDIO OUTPUT
53
54   - audio output architecture : [sam] ([meuuh])
55   - module ALSA : [bozo]
56   - module aRts : Emmanuel Blindauer
57   - modules dsp, dummy, esd : [sam] ([meuuh])
58   - output filters : [sam] ([meuuh])
59
60 * INPUT
61
62   - input architecture : [meuuh]
63   - demux modules PS, ES, a52_system : [meuuh]
64   - access modules file, udp, http : [meuuh]
65   - demux modules TS, satellite : [jobi]
66   - network modules ipv4, ipv6 : [meuuh]
67   - demux module mpeg_audio (mp3), avi : [fenrir]
68   - DVD module : [stef]
69   - VCD module : [jobi] ([jlj])
70
71 * DECODERS
72
73   - decoders architecture : [meuuh] ([henri])
74   - built-in MPEG audio : unmaintained (FIXME)
75   - built-in MPEG video & associated idct+motion : [meuuh]
76   - built-in AC3 & associated plug-ins : Renaud Dartus (soon-to-be scrapped)
77   - mad : [saman] ([meuuh])
78   - ffmpeg : [fenrir]
79   - AC3 SPDIF : [stef]
80   - A/52 : [gibalou] ([meuuh])
81   - SPU : [sam]
82   - Ogg/Vorbis : [gibalou]
83
84 * DOCUMENTATION
85
86   - VLC HOWTO : [jobi]
87   - Developer documentation : [sam] ([meuuh])
88   - FAQ : [lool]
89
90
91 [bozo] = Arnaud de Bossoreille de Ribou
92 [fenrir] = Laurent Aimar
93 [gibalou] = Gildas Bazin
94 [henri] = Henri Fallon
95 [jlj] = Jon Lech Johansen
96 [jobi] = Johan Bilien
97 [lool] = Loïc Minier
98 [meuuh] = Christophe Massiot
99 [sam] = Samuel Hocevar
100 [saman] = Jean-Paul Saman
101 [sigmund] = Sigmund Augdal
102 [stef] = Stéphane Borel