Revert "msi: Correctly parse double quotes in the token value.".
[wine/multimedia.git] / MAINTAINERS
bloba5d3a397d04ee8911810a1975db206d4f5aa254b
3         List of Wine subsection maintainers
5 When submitting patches to Wine, the guidelines at
6 <http://wiki.winehq.org/SubmittingPatches> should be followed. This file
7 contains a list of maintainers for subsections of Wine. When submitting
8 patches, you may want to CC relevant people from this list. If you have
9 questions about your work in an area of Wine, you may find a list of
10 knowledgeable people here.
12 Many areas of Wine don't have a specific maintainer, although there may
13 be people with knowledge of those areas. If an area is not listed here
14 at all, you can use the git log to find developers working in that area
15 recently. Or, you can send a mail to wine-devel, but be aware that there
16 may simply be no one knowledgeable about that subject on the list.
18 This file uses a similar format to the Linux kernel MAINTAINERS file.
19 Descriptions of section entries used here:
21         M: Primary maintainer. CC patches to: FullName <address@domain>
22         P: Other knowledgeable person. FullName <address@domain>
23         F: Files and directories with wildcard patterns.
24            One pattern per line.  Multiple F: lines acceptable.
26 Maintainers List
28                 -----------------------------------
30 Audio I/O
31 M:      Andrew Eikum <aeikum@codeweavers.com>
32 F:      dlls/dsound/
33 F:      dlls/dswave/
34 F:      dlls/mmdevapi/
35 F:      dlls/winealsa.drv/
36 F:      dlls/winecoreaudio.drv/
37 F:      dlls/wineoss.drv/
38 F:      dlls/winmm/
39 F:      dlls/x3daudio*/
40 F:      dlls/xapofx*/
41 F:      dlls/xaudio*/
43 ARM, ARM64
44 M:      André Hentschel <nerv@dawncrow.de>
45 F:      dlls/dbghelp/cpu_arm*
46 F:      dlls/msvcrt/except_arm.c
47 F:      dlls/ntdll/signal_arm*
48 F:      programs/winedbg/be_arm*
50 Common Controls Library
51 P:      Nikolay Sivov <nsivov@codeweavers.com>
52 F:      dlls/comctl32/
54 Common Item Dialog
55 P:      Vincent Povirk <vincent@codeweavers.com>
56 F:      dlls/comdlg32/itemdlg.c
57 F:      dlls/comdlg32/tests/itemdlg.c
59 Direct2D
60 M:      Henri Verbeet <hverbeet@codeweavers.com>
61 F:      dlls/d2d*/
63 Direct3D
64 M:      Henri Verbeet <hverbeet@codeweavers.com>
65 P:      Stefan Dösinger <stefan@codeweavers.com>
66 P:      Józef Kucia <jkucia@codeweavers.com>
67 P:      Matteo Bruni <mbruni@codeweavers.com>
68 F:      dlls/d3d10*/
69 F:      dlls/d3d11/
70 F:      dlls/d3d8/
71 F:      dlls/d3d9/
72 F:      dlls/d3drm/
73 F:      dlls/ddraw*/
74 F:      dlls/dxgi/
75 F:      dlls/wined3d/
77 Direct3D helper libraries
78 M:      Matteo Bruni <mbruni@codeweavers.com>
79 P:      Henri Verbeet <hverbeet@codeweavers.com>
80 P:      Stefan Dösinger <stefan@codeweavers.com>
81 P:      Józef Kucia <jkucia@codeweavers.com>
82 F:      dlls/d3dcompiler*/
83 F:      dlls/d3dx10*/
84 F:      dlls/d3dx11*/
85 F:      dlls/d3dx9*/
87 DirectInput
88 P:      Andrew Eikum <aeikum@codeweavers.com>
89 F:      dlls/dinput/
91 DirectWrite
92 M:      Nikolay Sivov <nsivov@codeweavers.com>
93 F:      dlls/dwrite/
95 DotNet Runtime
96 M:      Vincent Povirk <vincent@codeweavers.com>
97 F:      dlls/mscoree/
99 GDIPlus
100 M:      Vincent Povirk <vincent@codeweavers.com>
101 F:      dlls/gdiplus/
103 HID support
104 M:      Aric Stewart <aric@codeweavers.com>
105 F:      dlls/hid/
106 F:      dlls/hidclass.sys/
108 HTML rendering (Gecko)
109 M:      Jacek Caban <jacek@codeweavers.com>
110 F:      dlls/mshtml/
111 F:      dlls/ieframe/
112 F:      dlls/shdocvw/
114 Input methods
115 M:      Aric Stewart <aric@codeweavers.com>
116 F:      dlls/imm32/
118 JavaScript
119 M:      Jacek Caban <jacek@codeweavers.com>
120 F:      dlls/jscript/
122 Mac OS X graphics driver
123 M:      Ken Thomases <ken@codeweavers.com>
124 F:      dlls/winemac.drv/
126 Media format conversion
127 M:      Andrew Eikum <aeikum@codeweavers.com>
128 F:      dlls/msacm32/
129 F:      dlls/*.acm/
131 Microsoft C Runtime
132 M:      Piotr Caban <piotr@codeweavers.com>
133 F:      dlls/msvc*/
135 MSI installers
136 M:      Hans Leidekker <hans@codeweavers.com>
137 F:      dlls/msi/
139 Netstat
140 M:      André Hentschel <nerv@dawncrow.de>
141 F:      programs/netstat/
143 OLE Storage
144 M:      Vincent Povirk <vincent@codeweavers.com>
145 F:      dlls/ole32/filelockbytes.c
146 F:      dlls/ole32/memlockbytes.c
147 F:      dlls/ole32/stg_stream.c
148 F:      dlls/ole32/storage32.c
149 F:      dlls/ole32/storage32.h
150 F:      dlls/ole32/tests/storage32.c
152 OLE Typelibs
153 P:      Andrew Eikum <aeikum@codeweavers.com>
154 F:      dlls/oleaut32/typelib.c
156 OpenMP
157 M:      Sebastian Lackner <sebastian@fds-team.de>
158 F:      dlls/vcomp*/
160 Threadpool
161 M:      Sebastian Lackner <sebastian@fds-team.de>
162 F:      dlls/ntdll/threadpool.c
164 Uniscribe
165 M:      Aric Stewart <aric@codeweavers.com>
166 F:      dlls/usp10/
168 Windows Imaging Component
169 M:      Vincent Povirk <vincent@codeweavers.com>
170 F:      dlls/windowscodecs/
171 F:      dlls/windowscodecsext/
173 Wine server, IPC
174 M:      Alexandre Julliard <julliard@winehq.org>
175 P:      Sebastian Lackner <sebastian@fds-team.de>
176 F:      server/
178 Winemaker
179 M:      André Hentschel <nerv@dawncrow.de>
180 F:      tools/winemaker
182 WPcap
183 M:      André Hentschel <nerv@dawncrow.de>
184 F:      dlls/wpcap/
186 VB Script
187 M:      Jacek Caban <jacek@codeweavers.com>
188 F:      dlls/vbscript/
190 X11 Driver
191 M:      Alexandre Julliard <julliard@winehq.org>
192 P:      Vincent Povirk <vincent@codeweavers.com>
193 F:      dlls/winex11.drv/
195 XML parsing
196 M:      Nikolay Sivov <nsivov@codeweavers.com>
197 F:      dlls/msxml*/
199 THE REST
200 M:      Alexandre Julliard <julliard@winehq.org>
201 P:      Sebastian Lackner <sebastian@fds-team.de>
202 P:      Alex Henrie <alexhenrie24@gmail.com>
203 P:      Vincent Povirk <vincent@codeweavers.com>
204 F:      *
205 F:      */