Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 269:e11b87a3ec91
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 07 Mar 2002 09:38:30 +0000 |
parents | 9810e6794301 |
children | da9c762c55e4 |
comparison
equal
deleted
inserted
replaced
268:9b89bb587f8f | 269:e11b87a3ec91 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 03072002 - decoders/mpglib.c now disregards ID3 tags instead of passing them | 5 03072002 - decoders/mpglib.c now disregards ID3 tags instead of passing them |
6 on as valid MP3 data to mpglib. | 6 on as valid MP3 data to mpglib. Added some (buggy) example code for |
7 adjusting an audio stream's volume (via the new --volume command | |
8 line in playsound). | |
7 03032002 - Fixed mpglib's build configuration to include general build flags | 9 03032002 - Fixed mpglib's build configuration to include general build flags |
8 so that things like --enable-debug work as expected. | 10 so that things like --enable-debug work as expected. |
9 02212002 - Changed SMPEG's URL to point to the icculus.org site. Added an | 11 02212002 - Changed SMPEG's URL to point to the icculus.org site. Added an |
10 mpglib decoder (internal to SDL_sound; relies on no external libs) | 12 mpglib decoder (internal to SDL_sound; relies on no external libs) |
11 and changes mp3.c to smpeg.c (and other associated things). | 13 and changes mp3.c to smpeg.c (and other associated things). |