annotate CREDITS.txt @ 562:7e08477b0fc1

MP3 decoder upgrade work. Ripped out SMPEG and mpglib support, replaced it with "mpg123.c" and libmpg123. libmpg123 is a much better version of mpglib, so it should solve all the problems about MP3's not seeking, or most modern MP3's not playing at all, etc. Since you no longer have to make a tradeoff with SMPEG for features, and SMPEG is basically rotting, I removed it from the project. There is still work to be done with libmpg123...there are MMX, 3DNow, SSE, Altivec, etc decoders which we don't have enabled at the moment, and the build system could use some work to make this compile more cleanly, etc. Still: huge win.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 30 Jan 2009 02:44:47 -0500
parents 668dd6675b7f
children
rev   line source
30
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 4
diff changeset
1 ----------------------
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 4
diff changeset
2 | SDL_sound credits. |
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 4
diff changeset
3 ----------------------
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 4
diff changeset
4
4
341cea3e13c6 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
5 Initial API interface and implementation,
341cea3e13c6 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
6 RAW driver,
30
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 4
diff changeset
7 VOC driver,
562
7e08477b0fc1 MP3 decoder upgrade work.
Ryan C. Gordon <icculus@icculus.org>
parents: 551
diff changeset
8 MPG123 driver,
30
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 4
diff changeset
9 WAV driver,
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 4
diff changeset
10 OGG driver,
160
28c1e3ce2ed4 Forgot to add the SHN decoder...
Ryan C. Gordon <icculus@icculus.org>
parents: 159
diff changeset
11 SHN driver,
228
daa18455baf9 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 160
diff changeset
12 Unix support,
daa18455baf9 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 160
diff changeset
13 BeOS support:
4
341cea3e13c6 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
14 Ryan C. Gordon
341cea3e13c6 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
15
30
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 4
diff changeset
16 Bug fixes,
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 4
diff changeset
17 FreeBSD testing:
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 4
diff changeset
18 Tsuyoshi Iguchi
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 4
diff changeset
19
562
7e08477b0fc1 MP3 decoder upgrade work.
Ryan C. Gordon <icculus@icculus.org>
parents: 551
diff changeset
20 Code cleanups and fixes,
55
8f0e28b7b28c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 36
diff changeset
21 AIFF driver,
159
844364c50790 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 129
diff changeset
22 MikMod driver,
228
daa18455baf9 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 160
diff changeset
23 MIDI driver,
daa18455baf9 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 160
diff changeset
24 ModPlug driver,
159
844364c50790 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 129
diff changeset
25 FLAC driver:
536
8a814bbbedfa Merged r544:545 from branches/stable-1.0: converted to UTF-8 encoding.
Ryan C. Gordon <icculus@icculus.org>
parents: 526
diff changeset
26 Torbjörn Andersson
67
78da63951b29 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 55
diff changeset
27
159
844364c50790 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 129
diff changeset
28 autoconf,
844364c50790 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 129
diff changeset
29 MacOS X support:
67
78da63951b29 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 55
diff changeset
30 Max Horn
36
b2313d8c27cf Added Torbj�rn Andersson.
Ryan C. Gordon <icculus@icculus.org>
parents: 30
diff changeset
31
127
21c73fafde50 Added Corona688. (What this person's real name?)
Ryan C. Gordon <icculus@icculus.org>
parents: 67
diff changeset
32 win32 support,
377
cbb15ecf423a WinCE (PocketPC) patches from Tyler.
Ryan C. Gordon <icculus@icculus.org>
parents: 339
diff changeset
33 PocketPC support,
127
21c73fafde50 Added Corona688. (What this person's real name?)
Ryan C. Gordon <icculus@icculus.org>
parents: 67
diff changeset
34 other fixes:
129
c04895f5acb2 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 127
diff changeset
35 Tyler Montbriand
127
21c73fafde50 Added Corona688. (What this person's real name?)
Ryan C. Gordon <icculus@icculus.org>
parents: 67
diff changeset
36
228
daa18455baf9 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 160
diff changeset
37 AU driver,
536
8a814bbbedfa Merged r544:545 from branches/stable-1.0: converted to UTF-8 encoding.
Ryan C. Gordon <icculus@icculus.org>
parents: 526
diff changeset
38 Mattias Engdegård
228
daa18455baf9 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 160
diff changeset
39
319
4a2cd7d4aa06 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 304
diff changeset
40 MacOS Classic support,
4a2cd7d4aa06 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 304
diff changeset
41 quicktime decoder,
4a2cd7d4aa06 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 304
diff changeset
42 OS X fixes:
244
f8ac7389f3a0 Added Darrell Walisser to credits.
Ryan C. Gordon <icculus@icculus.org>
parents: 228
diff changeset
43 Darrell Walisser
f8ac7389f3a0 Added Darrell Walisser to credits.
Ryan C. Gordon <icculus@icculus.org>
parents: 228
diff changeset
44
339
e3ac0d41668c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 319
diff changeset
45 Alternate audio conversion code:
e3ac0d41668c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 319
diff changeset
46 Frank Ranostaj
e3ac0d41668c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 319
diff changeset
47
413
4a0829038968 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 377
diff changeset
48 Initial Borland C++ project files:
4a0829038968 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 377
diff changeset
49 Dominique Louis
4a0829038968 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 377
diff changeset
50
435
63a75d588043 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 413
diff changeset
51 Bugfixes and stuff:
63a75d588043 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 413
diff changeset
52 Eric Wing
63a75d588043 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 413
diff changeset
53
516
46d5f399cb35 Patch from stable-1.0 branch r528:529.
Ryan C. Gordon <icculus@icculus.org>
parents: 435
diff changeset
54 FLAC 1.1.3 updates:
46d5f399cb35 Patch from stable-1.0 branch r528:529.
Ryan C. Gordon <icculus@icculus.org>
parents: 435
diff changeset
55 Josh Coalson
46d5f399cb35 Patch from stable-1.0 branch r528:529.
Ryan C. Gordon <icculus@icculus.org>
parents: 435
diff changeset
56
562
7e08477b0fc1 MP3 decoder upgrade work.
Ryan C. Gordon <icculus@icculus.org>
parents: 551
diff changeset
57 Fixes:
518
16cbfcb8d7fb Fixed bogus memory deference when SMPEG fails init (thanks, Chris!).
Ryan C. Gordon <icculus@icculus.org>
parents: 516
diff changeset
58 Chris Nelson
16cbfcb8d7fb Fixed bogus memory deference when SMPEG fails init (thanks, Chris!).
Ryan C. Gordon <icculus@icculus.org>
parents: 516
diff changeset
59
4
341cea3e13c6 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
60 Other stuff:
526
2df1f5c62d38 Updated my email address.
Ryan C. Gordon <icculus@icculus.org>
parents: 518
diff changeset
61 Your name here! Patches go to icculus@icculus.org ...
4
341cea3e13c6 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
62
341cea3e13c6 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
63 /* end of CREDITS ... */
341cea3e13c6 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
64