comparison 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
comparison
equal deleted inserted replaced
561:f2985e08589c 562:7e08477b0fc1
3 ---------------------- 3 ----------------------
4 4
5 Initial API interface and implementation, 5 Initial API interface and implementation,
6 RAW driver, 6 RAW driver,
7 VOC driver, 7 VOC driver,
8 SMPEG driver, 8 MPG123 driver,
9 MPGLIB driver,
10 WAV driver, 9 WAV driver,
11 OGG driver, 10 OGG driver,
12 SHN driver, 11 SHN driver,
13 Unix support, 12 Unix support,
14 BeOS support: 13 BeOS support:
16 15
17 Bug fixes, 16 Bug fixes,
18 FreeBSD testing: 17 FreeBSD testing:
19 Tsuyoshi Iguchi 18 Tsuyoshi Iguchi
20 19
21 Code cleanups, 20 Code cleanups and fixes,
22 SMPEG fixes,
23 AIFF driver, 21 AIFF driver,
24 MikMod driver, 22 MikMod driver,
25 MIDI driver, 23 MIDI driver,
26 ModPlug driver, 24 ModPlug driver,
27 FLAC driver: 25 FLAC driver:
54 Eric Wing 52 Eric Wing
55 53
56 FLAC 1.1.3 updates: 54 FLAC 1.1.3 updates:
57 Josh Coalson 55 Josh Coalson
58 56
59 SMPEG fixes: 57 Fixes:
60 Chris Nelson 58 Chris Nelson
61 59
62 Other stuff: 60 Other stuff:
63 Your name here! Patches go to icculus@icculus.org ... 61 Your name here! Patches go to icculus@icculus.org ...
64 62