]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blob - MAINTAINERS
ogg muxer
[frescor/ffmpeg.git] / MAINTAINERS
1 FFmpeg maintainers
2 ==================
3
4 Below is a list of the people maintaining different parts of the
5 FFmpeg code.
6
7
8 Project Leader
9 ==============
10
11 Michael Niedermayer
12   final design decisions
13
14
15 Applications
16 ============
17
18 ffmpeg:
19   ffmpeg.c                              Michael Niedermayer
20
21   Video Hooks:
22     vhook
23     vhook/watermark.c                   Marcus Engene
24     vhook/ppm.c
25     vhook/drawtext.c
26     vhook/fish.c
27     vhook/null.c
28     vhook/imlib2.c
29
30 ffplay:
31   ffplay.c
32
33 ffserver:
34   ffserver.c, ffserver.h                Alex Beregszaszi
35
36 Commandline utility code:
37   cmdutils.c, cmdutils.h
38
39 QuickTime faststart:
40   qt-faststart.c                        Mike Melanson
41
42
43 Miscellaneous Areas
44 ===================
45
46 documentation                           Mike Melanson, Diego Biurrun
47 website                                 Mike Melanson, Diego Biurrun
48 build system (configure,Makefiles)      Diego Biurrun, Mans Rullgard
49 project server                          Diego Biurrun, Mans Rullgard
50 mailinglists                            Michael Niedermayer, Baptiste Coudurier
51
52
53 libavutil
54 =========
55
56 External Interfaces:
57   libavutil/avutil.h
58 Internal Interfaces:
59   libavutil/common.h
60
61 Other:
62   intfloat*                             Michael Niedermayer
63   rational.c, rational.h                Michael Niedermayer
64   mathematics.c, mathematics.h          Michael Niedermayer
65   integer.c, integer.h                  Michael Niedermayer
66   bswap.h
67
68
69 libavcodec
70 ==========
71
72 Generic Parts:
73   External Interfaces:
74     avcodec.h                           Michael Niedermayer
75   utility code:
76     utils.c
77     mem.c
78     opt.c, opt.h
79   arithmetic expression evaluator:
80     eval.c                              Michael Niedermayer
81   audio and video frame extraction:
82     parser.c
83   bitstream reading:
84     bitstream.c, bitstream.h            Michael Niedermayer
85   CABAC:
86     cabac.h, cabac.c                    Michael Niedermayer
87   DSP utilities:
88     dsputils.c, dsputils.h              Michael Niedermayer
89   entropy coding:
90     rangecoder.c, rangecoder.h          Michael Niedermayer
91     lzw.*                               Michael Niedermayer
92   floating point AAN DCT:
93     faandct.c, faandct.h                Michael Niedermayer
94   Golomb coding:
95     golomb.c, golomb.h                  Michael Niedermayer
96   motion estimation:
97     motion*                             Michael Niedermayer
98   rate control:
99     ratecontrol.c
100     libxvid_rc.c                        Michael Niedermayer
101   simple IDCT:
102     simple_idct.c, simple_idct.h        Michael Niedermayer
103   postprocessing:
104     libpostproc/*                       Michael Niedermayer
105
106 Codecs:
107   4xm.c                                 Michael Niedermayer
108   8bps.c                                Roberto Togni
109   aasc.c                                Kostya Shishkov
110   ac3*                                  Justin Ruggles
111   apedec.c                              Kostya Shishkov
112   asv*                                  Michael Niedermayer
113   atrac3*                               Benjamin Larsson
114   bmp.c                                 Mans Rullgard
115   cavs*                                 Stefan Gehrer
116   cinepak.c                             Roberto Togni
117   cljr                                  Alex Beregszaszi
118   cook.c, cookdata.h                    Benjamin Larsson
119   cscd.c                                Reimar Doeffinger
120   dca.c                                 Kostya Shishkov
121   dnxhd*                                Baptiste Coudurier
122   dpcm.c                                Mike Melanson
123   dxa.c                                 Kostya Shishkov
124   dv.c                                  Roman Shaposhnik
125   ffv1.c                                Michael Niedermayer
126   flac.c                                Alex Beregszaszi
127   flacenc.c                             Justin Ruggles
128   flashsv*                              Benjamin Larsson
129   flicvideo.c                           Mike Melanson
130   g726.c                                Roman Shaposhnik
131   gifdec.c                              Baptiste Coudurier
132   h264*                                 Loren Merritt, Michael Niedermayer
133   h261*                                 Michael Niedermayer
134   h263*                                 Michael Niedermayer
135   huffyuv.c                             Michael Niedermayer
136   idcinvideo.c                          Mike Melanson
137   imc*                                  Benjamin Larsson
138   indeo2*                               Kostya Shishkov
139   interplayvideo.c                      Mike Melanson
140   jpeg_ls.c                             Kostya Shishkov
141   kmvc.c                                Kostya Shishkov
142   lcl*.c                                Roberto Togni
143   libgsm.c                              Michel Bardiaux
144   libx264.c                             Mans Rullgard
145   loco.c                                Kostya Shishkov
146   lzo.h, lzo.c                          Reimar Doeffinger
147   mdec.c                                Michael Niedermayer
148   mjpeg.c                               Michael Niedermayer
149   mpc*                                  Kostya Shishkov
150   mpeg12.c, mpeg12data.h                Michael Niedermayer
151   mpegvideo.c, mpegvideo.h              Michael Niedermayer
152   msmpeg4.c, msmpeg4data.h              Michael Niedermayer
153   msrle.c                               Mike Melanson
154   msvideo1.c                            Mike Melanson
155   nellymoserdec.c                       Benjamin Larsson
156   nuv.c                                 Reimar Doeffinger
157   ptx.c                                 Ivo van Poorten
158   qdm2.c, qdm2data.h                    Roberto Togni
159   qdrw.c                                Kostya Shishkov
160   qpeg.c                                Kostya Shishkov
161   qtrle.c                               Mike Melanson
162   ra144.c, ra144.h, ra288.c, ra288.h    Roberto Togni
163   resample2.c                           Michael Niedermayer
164   rpza.c                                Roberto Togni
165   rtjpeg.c, rtjpeg.h                    Reimar Doeffinger
166   rv10.c                                Michael Niedermayer
167   s3tc*                                 Ivo van Poorten
168   smc.c                                 Mike Melanson
169   snow.c                                Michael Niedermayer, Loren Merritt
170   sonic.c                               Alex Beregszaszi
171   svq3.c                                Michael Niedermayer
172   targa.c                               Kostya Shishkov
173   tiff.c                                Kostya Shishkov
174   truemotion1*                          Mike Melanson
175   truemotion2*                          Kostya Shishkov
176   truespeech.c                          Kostya Shishkov
177   tscc.c                                Kostya Shishkov
178   txd.c                                 Ivo van Poorten
179   ulti*                                 Kostya Shishkov
180   vb.c                                  Kostya Shishkov
181   vc1*                                  Kostya Shishkov
182   vcr1.c                                Michael Niedermayer
183   vmnc.c                                Kostya Shishkov
184   vorbis_enc.c                          Oded Shimon
185   vorbis_dec.c                          Denes Balatoni
186   vp3*                                  Mike Melanson
187   vp5                                   Aurelien Jacobs
188   vp6                                   Aurelien Jacobs
189   vqavideo.c                            Mike Melanson
190   wavpack.c                             Kostya Shishkov
191   wmv2.c                                Michael Niedermayer
192   wnv1.c                                Kostya Shishkov
193   xan.c                                 Mike Melanson
194   xl.c                                  Kostya Shishkov
195   xvmcvideo.c                           Ivan Kalvachev
196   zmbv*                                 Kostya Shishkov
197
198
199 libavformat
200 ===========
201
202 Generic parts:
203   External Interface:
204     libavformat/avformat.h
205   Utility Code:
206     libavformat/utils.c
207
208
209 Muxers/Demuxers:
210   4xm.c                                 Mike Melanson
211   adtsenc.c                             Mans Rullgard
212   aiff.c                                Baptiste Coudurier
213   ape.c                                 Kostya Shishkov
214   avi*                                  Michael Niedermayer
215   crc.c                                 Michael Niedermayer
216   daud.c                                Reimar Doeffinger
217   dc1394.c, dv.c                        Roman Shaposhnik
218   dxa.c                                 Kostya Shishkov
219   flic.c                                Mike Melanson
220   flvdec.c, flvenc.c                    Michael Niedermayer
221   gxf.c                                 Reimar Doeffinger
222   gxfenc.c                              Baptiste Coudurier
223   idcin.c                               Mike Melanson
224   idroq.c                               Mike Melanson
225   ipmovie.c                             Mike Melanson
226   img2.c                                Michael Niedermayer
227   libnut.c                              Oded Shimon
228   matroska.c                            Aurelien Jacobs
229   matroskaenc.c                         David Conrad
230   mov.c                                 Michael Niedermayer, Baptiste Coudurier
231   movenc.c                              Michael Niedermayer, Baptiste Coudurier
232   mpc.c                                 Kostya Shishkov
233   mpegts*                               Mans Rullgard
234   mtv.c                                 Reynaldo H. Verdejo Pinochet
235   mxf.c                                 Baptiste Coudurier
236   nsvdec.c                              Francois Revol
237   nut.c                                 Michael Niedermayer
238   nuv.c                                 Reimar Doeffinger
239   ogg2.c, ogg2.h                        Mans Rullgard
240   oggenc.c                              Baptiste Coudurier
241   oggparsevorbis.c                      Mans Rullgard
242   oggparseogm.c                         Mans Rullgard
243   psxstr.c                              Mike Melanson
244   raw.c                                 Michael Niedermayer
245   rm.c                                  Roberto Togni
246   rtp*.c (Muxer only)                   Luca Abeni
247   rtsp.c                                Luca Barbato
248   sdp.c                                 Luca Abeni
249   segafilm.c                            Mike Melanson
250   siff.c                                Kostya Shishkov
251   swf.c                                 Baptiste Coudurier
252   txd.c                                 Ivo van Poorten
253   v4l2.c                                Luca Abeni
254   voc.c                                 Aurelien Jacobs
255   wav.c                                 Michael Niedermayer
256   wc3movie.c                            Mike Melanson
257   westwood.c                            Mike Melanson
258   wv.c                                  Kostya Shishkov
259
260
261 Operating systems / CPU architectures
262 =====================================
263
264 Alpha                                   Mans Rullgard, Falk Hueffner
265 BeOS                                    Francois Revol
266 i386                                    Michael Niedermayer
267 Mac OS X / PowerPC                      Romain Dolbeau, Guillaume Poirier
268 Amiga / PowerPC                         Colin Ward
269 Linux / PowerPC                         Luca Barbato
270 Windows MinGW                           Alex Beregszaszi, Ramiro Polla
271 Windows Cygwin                          Victor Paesa
272 ADI/Blackfin DSP                        Marc Hoffman