Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 262:6fe6de401b63
mpglib support.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 21 Feb 2002 19:46:55 +0000 |
parents | 8fa2a9b2642e |
children | 87ef8f3e9484 |
comparison
equal
deleted
inserted
replaced
261:9b6e82f7c853 | 262:6fe6de401b63 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 02212002 - Changed SMPEG's URL to point to the icculus.org site. Added an | |
6 mpglib decoder (internal to SDL_sound; relies on no external libs) | |
7 and changes mp3.c to smpeg.c (and other associated things). | |
5 02112002 - Committed a patch from Torbjörn to fix incorrect memory accesses | 8 02112002 - Committed a patch from Torbjörn to fix incorrect memory accesses |
6 in the Timidity code. Changed the magic number in the AU decoder | 9 in the Timidity code. Changed the magic number in the AU decoder |
7 to be bigendian (seems appropriate). Updated README for | 10 to be bigendian (seems appropriate). Updated README for |
8 completeness, and TODO for accuracy. Darrell sent in updated | 11 completeness, and TODO for accuracy. Darrell sent in updated |
9 MacOS X Project Builder files (on the website). | 12 MacOS X Project Builder files (on the website). |