Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 275:da9c762c55e4
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 10 Mar 2002 19:16:28 +0000 |
parents | e11b87a3ec91 |
children | d52d2166f43d |
comparison
equal
deleted
inserted
replaced
274:9e7f9e09ea0e | 275:da9c762c55e4 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 03102002 - Added a FIXME note to decoders/mpglib.c. playsound now reports | |
6 errors in the thread where they occured, which also fixes a double | |
7 report of errors during predecoding. Removed all calls to exit() in | |
8 mpglib. These calls now report errors correctly to SDL_sound, which | |
9 passes them on to the application (patch also sent to mpglib's | |
10 actual maintainer). Replaced all stderr chatter in mpglib with | |
11 Sound_SetError() calls. | |
5 03072002 - decoders/mpglib.c now disregards ID3 tags instead of passing them | 12 03072002 - decoders/mpglib.c now disregards ID3 tags instead of passing them |
6 on as valid MP3 data to mpglib. Added some (buggy) example code for | 13 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 | 14 adjusting an audio stream's volume (via the new --volume command |
8 line in playsound). | 15 line in playsound). |
9 03032002 - Fixed mpglib's build configuration to include general build flags | 16 03032002 - Fixed mpglib's build configuration to include general build flags |