File: CREDITS

package info (click to toggle)
libxmp 4.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,236 kB
  • sloc: ansic: 51,126; sh: 3,402; makefile: 340
file content (321 lines) | stat: -rw-r--r-- 10,584 bytes parent folder | download
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
The Authors

- Mirko Buffoni <mirbuf@gmail.com>
  * Windows port fixes
  * random hacks and improvements

- Frederic Bujon <lvdl@bigfoot.com>
  * XM pan fix

- Hipolito Carraro Jr <hipolito.carraro@gmail.com>
  * main player coding
  * software mixer
  * virtual channel system design and implementation

- Cameron Cawley
  * Coconizer loader improvements, cleanup

- Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
  * MED loader alignment and endianism fixes
  * XM loader endianism fixes
  * S3M loader fixes

- Sylvain Chipaux
  * Prowizard loaders

- Chris Cox <cox.christopher@gmail.com>
  * S3M loader fixes

- Lionel Debroux
  * numerous fuzzing test files

- Michael Doering <mldoering@gmx.net>
  * RAR unpacking support
  * PP20 decrunching fixes

- Rune Elvemo <relvemo@grm.hia.no>
  * fixes for endianism problems in Linux/PPC

- Mike Gorchak <mike@malva.ua>
  * misc hacks

- Tom Hargreaves <hex@freezone.co.uk>
  * Digital Symphony and Archimedes Tracker loader fixes

- Kevin Langman <langman@earthling.net>
  * OS/2 port

- Antti S. Lankila <alankila@bel.fi>
  * Amiga sound model and processing algorithm

- Stephen Leary <sleary@vavi.co.uk>
  * AMOS Music Bank format loader

- Claudio Matsuoka <cmatsuoka@gmail.com>
  * main player coding
  * module loaders

- Dominik Mierzejewski <dmierzej@elka.pw.edu.pl>
  * fixes for gcc 2.96/glibc 2.2

- Vitaly Novichkov
  * build system fixes, Emscripten port fixes

- Alice Rowan <petrifiedrowan@gmail.com>
  * numerous format loader fixes, improvements, and tests
  * stability fixes

- Francis Russell <francis@unchartedbackwaters.co.uk>
  * OctaMED tempo fixes

- Adam Sampson <ats@offog.org>
  * buildsystem and configuration file location fixes

- Johan Samuelsson <spot@triad.se>
  * Amiga port and fixes

- Özkan Sezer <sezeroz@gmail.com>
  * build system/portability improvements
  * stability fixes and cleanup
  * Unreal UMX loader

- Attila Sipos <h430827@stud.u-szeged.hu>
  * SQSH decruncher checksum

- Miodrag Vallat <miod@mikmod.darkorb.net>
  * 669 loader fixes
  * XM loader endianism fixes

- Chris Young <cdyoung@ntlworld.com>
  * Amiga port and fixes


Other contributors:

Antti Huovilainen, Michael Janson, Matthias Leonhardt, Andy Eltsov,
Davi Lima, Geoff Reedy, Sipos Attila, Bjoern Fisher, Matus Telgarsky,
Bernhard März, Cyke O'Path, Rudolf Cejka, Igor Krpanic, Chris Cox,
Rudá Moura, Paul Wise, Henrik Pauli, Zbigniew Luszpinski, Jon Rafkind,
Reynir Stefansson, Ralf Hoffmann, Douglas Carmichael, Adric Riedel,
Gürkan Sengün, Lorence Lombardo, Martin Willers, Laurent Clevy,
Michael Doering, Bert Jahn, Adi Sapir, Jools Smyth, Martin Jeppesen,
Stuart Caie, Bernhard März, Matthias Arndt, Johannes Schultz, viiri,
NoSuck, Gabriel Kind, LossyDragon, Carsten Teibes.


Third-party code licenses:

MD5 digest

 This code implements the MD5 message-digest algorithm.
 The algorithm is due to Ron Rivest.  This code was
 written by Colin Plumb in 1993, no copyright is claimed.
 This code is in the public domain; do with it what you wish.

 Equivalent code is available from RSA Data Security, Inc.
 This code has been tested against that, and is equivalent,
 except that you don't need to include two pages of legalese
 with every copy.


Powerpack depacker

 Based on code by Stuart Caie <kyzer@4u.net>
 Modified by Michael Doering and Claudio Matsuoka
 This software is in the Public Domain
 

YM3812 emulator

 fmopl.c -- software implementation of FM sound generator
 This version of fmopl.c is a fork of the MAME one, relicensed under the LGPL.

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.


XZ decompressor

 XZ Embedded is a relatively small, limited implementation of the .xz
 file format. Currently only decoding is implemented.

 Authors: Lasse Collin <lasse.collin@tukaani.org>
          Igor Pavlov <http://7-zip.org/>
 This file has been put into the public domain.
 You can do whatever you want with this file.


Zip decompressor

 This code is Copyright 2005-2006 by Michael Kohn

 This package is licensed under the LGPL. You are free to use this library
 in both commercial and non-commercial applications as long as you dynamically
 link to it. If you statically link this library you must also release your
 software under the LGPL. If you need more flexibility in the license email
 and we can work something out. 


Stonecracker decompressor

 StoneCracker S404 algorithm data decompression routine
 (c) 2006 Jouni 'Mr.Spiv' Korhonen. The code is in public domain.


Bzip2 decompressor

 Small bzip2 deflate implementation, by Rob Landley (rob@landley.net).

 Based on bzip2 decompression code by Julian R Seward (jseward@acm.org),
 which also acknowledges contributions by Mike Burrows, David Wheeler,
 Peter Fenwick, Alistair Moffat, Radford Neal, Ian H. Witten,
 Robert Sedgewick, and Jon L. Bentley.

 This code is licensed under the LGPLv2:
     LGPL (http://www.gnu.org/copyleft/lgpl.html)

 Size and speed optimizations by Manuel Novoa III  (mjn3@codepoet.org)


Arc decompressor

 nomarch 1.4 - extract old `.arc' archives.
 Copyright (C) 2001-2006 Russell Marks.

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.


LHA decompressor

 LhA file archiver client
 XAD library system for archive handling
 Copyright (C) 1998 and later by Dirk Stoecker <soft@dstoecker.de>

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.


LZX decompressor

 LZX file archiver client
 XAD library system for archive handling
 Copyright (C) 1998 and later by Dirk Stöcker <soft@dstoecker.de>

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.


DMF sample decompressor
IT resonant filters
IT sample decompressor

 Modplug Plugin for XMMS v2.0 / libmodplug v0.8.5
 Based on the ModPlug sound engine by Olivier Lapicque <olivierl@jps.net>

 This source code is public domain.
 Authors: Olivier Lapicque <olivierl@jps.net>


MED2 module loading code

  V2.00 file loading/saving routines by T. Kinnunen 1990
  MED2.00 by Teijo Kinnunen, 1990
  MED is in Public Domain


Vorbis decoder

 Ogg Vorbis I audio decoder  -- version 0.99996
 Written in April 2007 by Sean Barrett, sponsored by RAD Game Tools.

 Placed in the public domain April 2007 by the author: no copyright is
 claimed, and you may use it for any purpose you like.


ptpopen - A Windows replacement for popen()

 pt_popen/pt_pclose functions
 Written somewhere in the 90s by Kurt Keller

 This piece of code is in the public domain. I do not claim any rights
 on it. Do whatever you want to do with it and I hope it will be still
 useful.


mkstemp implementation

 Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan
 (Royal Institute of Technology, Stockholm, Sweden).
 All rights reserved.

 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 
 3. Neither the name of the Institute nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 
 THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.


fnmatch implementation

 Copyright (c) 1989, 1993, 1994
      The Regents of the University of California.  All rights reserved.

 This code is derived from software contributed to Berkeley by
 Guido van Rossum.

 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:

 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.

 3. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.

 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.