OSDN Git Service

* configure.in
[timidity41/timidity41.git] / libunimod / AUTHORS
1 Code in this directory was modified by Paolo Bonzini <bonzini@gnu.org> starting
2 from libmikmod 3.1.8
3
4 libmikmod was cleaned up, removing code that was needed by libmikmod's
5 portability (MD_) layer and data that were needed by the player.  The player
6 itself now forms the core of TiMidity++'s mod.c file but is detached from
7 libunimod which is nothing more a generic module->UNI converter.  In addition,
8 libmikmod's own portable file I/O routines were changed to rely on libarc's
9 URL objects.
10
11 The code should be compatible enough that new libmikmod loaders should be
12 plugged in without even touching the code (only mloader.c's final part).
13 Some might require changing MREADER * to URL (e.g. amf, it).
14
15 libmikmod main authors
16 ----------------------
17
18 * Jean-Paul Mikkers (MikMak) <mikmak@via.nl>
19   wrote MikMod and maintained it until version 3.
20 * Jake Stine (Air Richter) <dracoirs@epix.net> [email doesn't work anymore...]
21   made decisive contributions to the code (esp. IT support) and maintained
22   MikMod version 3 until it was discontinued. He still works on the WinAmp
23   module plugin, roughly based on MikMod.
24 * Miodrag Vallat <miodrag@mikmod.darkorb.net>
25   current libmikmod maintainer (since version 3.0.4), made an audit of the
26   code resulting in many bugs fixed.
27
28 Previous Unix maintainers
29 -------------------------
30
31 * Steve McIntyre <steven@chiark.greenend.org.uk>
32   maintained MikMod'Unix version 2.
33 * Peter Amstutz <amstpi@freenet.tlh.fl.us>
34   maintained MikMod'Unix version 3.0.
35
36 Contributors on the Unix side
37 -----------------------------
38
39 * Arne de Bruijn <arne@knoware.nl>
40   wrote the compressed IT sample support.
41 * Douglas Carmichael <dcarmich@mcs.com>
42   made MikMod work under FreeBSD.
43 * Chris Conn <cconn@tohs.abacom.com>
44   wrote the OSS driver.
45 * Roine Gustaffson <e93_rog@e.kth.se>
46   wrote the Digital AudioFile driver.
47 * Stephan Kanthak <kanthak@informatik.rwth-aachen.de>
48   wrote the SGI driver.
49 * Lutz Vieweg <lkv@mania.robin.de>
50   wrote the AIX and HP-UX drivers.
51 * Valtteri Vuorikoski <vuori@sci.fi>
52   wrote the Sun driver.
53 * Andy Lo A Foe <andy@alsa-project.org>
54   wrote the Ultra driver (for the Gravis Ultrasound sound card).
55 * C Ray C <crayc@pyro.net>
56   updated the Ultra driver to work with libmikmod 3.
57 * ``MenTaLguY'' <mental@kludge.org>
58   autoconfized the Unix libmikmod distribution.
59 * Claudio Matsuoka <claudio@helllabs.org>
60   wrote the STX loader and submitted bug fixes.
61 * Tobias Gloth <gloth@geomagic.com>
62   created the new I/O interface, made the code MT-safe and submitted bug fixes.
63 * Kev Vance <kvance@zeux.org>
64   wrote the GDM loader.
65 * Simon Hosie <gumboot@clear.net.nz>
66   wrote the piped output driver, and submitted speed optimizations and bugfixes
67   for the software mixer.
68
69 Contributors on the Windows side
70 --------------------------------
71
72 * Brian McKinney <Brian.McKinney@colorado.edu>
73   created the DirectSound driver.
74 * Bjornar Henden <bhenden@online.no>
75   created the Multimedia API windows driver.
76
77 Contributors on the Dos side
78 ----------------------------
79
80 Their code isn't there anymore, but they contributed to the success of
81 libmikmod...
82
83 * Jean-Philippe Ajirent wrote the EMS memory routines.
84 * Peter Breitling ported MikMod to DJGPP.
85 * Arnout Cosman wrote the PAS driver.
86 * Mario Koeppen wrote the WSS driver.
87 * Mike Leibow wrote the GUS driver.
88 * Jeremy McDonald wrote a fast assembly-language mixer.
89 * Steffen Rusitschka and Vince Vu wrote the AWE driver.
90
91 Contributors on the Macintosh side
92 ----------------------------------
93
94 * Anders Bjoerklund <afb@algonet.se>
95   ported libmikmod to the Macintosh.
96
97 Contributors on the OS/2 side
98 -----------------------------
99
100 * Stefan Tibus <Stefan_Tibus@ThePentagon.com>
101   ported libmikmod to OS/2.
102 * Andrew Zabolotny <bit@eltech.ru>
103   improved the existing OS/2 drivers.
104
105 Contributors on the BeOS side
106 -----------------------------
107
108 * Thomas Neumann <tneumann@polycode.dk>
109   integrated libmikmod into his BeOS APlayer, and contributed many bug fixes.
110
111 Other contributors
112 ------------------
113
114 * Sebastiaan A. Megens <samegens@xs4all.nl>
115   fixed various bugs (memory leaks, endianness issues, etc).
116
117 * Paul Fisher made decisive contributions and improvements.
118 * Alexander Kerkhove fixed an ULT panning effect bug.
119 * ``Kodiak'' helped on the interfaces of libmikmod.
120 * Sylvain Marchand make MikMod more portable and GCC compilable.
121
122 -- 
123 If your name is missing, don't hesitate to remind me at
124 <miodrag@mikmod.darkorb.net>