File: AUTHORS

package info (click to toggle)
timidity 2.14.0-8.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,364 kB
  • sloc: ansic: 168,735; sh: 3,730; makefile: 1,405; tcl: 1,048; perl: 285; ruby: 126
file content (124 lines) | stat: -rw-r--r-- 4,423 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Code in this directory was modified by Paolo Bonzini <bonzini@gnu.org> starting
from libmikmod 3.1.8

libmikmod was cleaned up, removing code that was needed by libmikmod's
portability (MD_) layer and data that were needed by the player.  The player
itself now forms the core of TiMidity++'s mod.c file but is detached from
libunimod which is nothing more a generic module->UNI converter.  In addition,
libmikmod's own portable file I/O routines were changed to rely on libarc's
URL objects.

The code should be compatible enough that new libmikmod loaders should be
plugged in without even touching the code (only mloader.c's final part).
Some might require changing MREADER * to URL (e.g. amf, it).

libmikmod main authors
----------------------

* Jean-Paul Mikkers (MikMak) <mikmak@via.nl>
  wrote MikMod and maintained it until version 3.
* Jake Stine (Air Richter) <dracoirs@epix.net> [email doesn't work anymore...]
  made decisive contributions to the code (esp. IT support) and maintained
  MikMod version 3 until it was discontinued. He still works on the WinAmp
  module plugin, roughly based on MikMod.
* Miodrag Vallat <miodrag@mikmod.darkorb.net>
  current libmikmod maintainer (since version 3.0.4), made an audit of the
  code resulting in many bugs fixed.

Previous Unix maintainers
-------------------------

* Steve McIntyre <steven@chiark.greenend.org.uk>
  maintained MikMod'Unix version 2.
* Peter Amstutz <amstpi@freenet.tlh.fl.us>
  maintained MikMod'Unix version 3.0.

Contributors on the Unix side
-----------------------------

* Arne de Bruijn <arne@knoware.nl>
  wrote the compressed IT sample support.
* Douglas Carmichael <dcarmich@mcs.com>
  made MikMod work under FreeBSD.
* Chris Conn <cconn@tohs.abacom.com>
  wrote the OSS driver.
* Roine Gustaffson <e93_rog@e.kth.se>
  wrote the Digital AudioFile driver.
* Stephan Kanthak <kanthak@informatik.rwth-aachen.de>
  wrote the SGI driver.
* Lutz Vieweg <lkv@mania.robin.de>
  wrote the AIX and HP-UX drivers.
* Valtteri Vuorikoski <vuori@sci.fi>
  wrote the Sun driver.
* Andy Lo A Foe <andy@alsa-project.org>
  wrote the Ultra driver (for the Gravis Ultrasound sound card).
* C Ray C <crayc@pyro.net>
  updated the Ultra driver to work with libmikmod 3.
* ``MenTaLguY'' <mental@kludge.org>
  autoconfized the Unix libmikmod distribution.
* Claudio Matsuoka <claudio@helllabs.org>
  wrote the STX loader and submitted bug fixes.
* Tobias Gloth <gloth@geomagic.com>
  created the new I/O interface, made the code MT-safe and submitted bug fixes.
* Kev Vance <kvance@zeux.org>
  wrote the GDM loader.
* Simon Hosie <gumboot@clear.net.nz>
  wrote the piped output driver, and submitted speed optimizations and bugfixes
  for the software mixer.

Contributors on the Windows side
--------------------------------

* Brian McKinney <Brian.McKinney@colorado.edu>
  created the DirectSound driver.
* Bjornar Henden <bhenden@online.no>
  created the Multimedia API windows driver.

Contributors on the Dos side
----------------------------

Their code isn't there anymore, but they contributed to the success of
libmikmod...

* Jean-Philippe Ajirent wrote the EMS memory routines.
* Peter Breitling ported MikMod to DJGPP.
* Arnout Cosman wrote the PAS driver.
* Mario Koeppen wrote the WSS driver.
* Mike Leibow wrote the GUS driver.
* Jeremy McDonald wrote a fast assembly-language mixer.
* Steffen Rusitschka and Vince Vu wrote the AWE driver.

Contributors on the Macintosh side
----------------------------------

* Anders Bjoerklund <afb@algonet.se>
  ported libmikmod to the Macintosh.

Contributors on the OS/2 side
-----------------------------

* Stefan Tibus <Stefan_Tibus@ThePentagon.com>
  ported libmikmod to OS/2.
* Andrew Zabolotny <bit@eltech.ru>
  improved the existing OS/2 drivers.

Contributors on the BeOS side
-----------------------------

* Thomas Neumann <tneumann@polycode.dk>
  integrated libmikmod into his BeOS APlayer, and contributed many bug fixes.

Other contributors
------------------

* Sebastiaan A. Megens <samegens@xs4all.nl>
  fixed various bugs (memory leaks, endianness issues, etc).

* Paul Fisher made decisive contributions and improvements.
* Alexander Kerkhove fixed an ULT panning effect bug.
* ``Kodiak'' helped on the interfaces of libmikmod.
* Sylvain Marchand make MikMod more portable and GCC compilable.

-- 
If your name is missing, don't hesitate to remind me at
<miodrag@mikmod.darkorb.net>