Mercurial > SDL_sound_CoreAudio
diff CHANGELOG @ 149:1df5c106504e
Decoders can now list multiple file extensions.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 01 Nov 2001 19:13:17 +0000 |
parents | 9d122da5f5a9 |
children | 25773f16cfcb |
line wrap: on
line diff
--- a/CHANGELOG Thu Nov 01 19:12:36 2001 +0000 +++ b/CHANGELOG Thu Nov 01 19:13:17 2001 +0000 @@ -101,6 +101,10 @@ 10232001 - Rewrote playsound.c's audio_callback() to no longer need the overflow buffer hack, which streamlines it a little and trims the memory requirements for playsound by about 16 kilobytes. +11012001 - API COMPATIBILITY BREAKAGE: Decoders can now list multiple file + extensions each. Playsound has been updated to handle this. + Playsound now registers a SIGINT handler, so you can skip tracks + and/or abort the way that mpg123 does. --ryan. (icculus@clutteredmind.org)