comparison 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
comparison
equal deleted inserted replaced
148:d51546293fd1 149:1df5c106504e
99 10172001 - Torbjörn catches a problem with the overflow buffer in playsound's 99 10172001 - Torbjörn catches a problem with the overflow buffer in playsound's
100 audio callback. 100 audio callback.
101 10232001 - Rewrote playsound.c's audio_callback() to no longer need the 101 10232001 - Rewrote playsound.c's audio_callback() to no longer need the
102 overflow buffer hack, which streamlines it a little and trims the 102 overflow buffer hack, which streamlines it a little and trims the
103 memory requirements for playsound by about 16 kilobytes. 103 memory requirements for playsound by about 16 kilobytes.
104 11012001 - API COMPATIBILITY BREAKAGE: Decoders can now list multiple file
105 extensions each. Playsound has been updated to handle this.
106 Playsound now registers a SIGINT handler, so you can skip tracks
107 and/or abort the way that mpg123 does.
104 108
105 --ryan. (icculus@clutteredmind.org) 109 --ryan. (icculus@clutteredmind.org)
106 110
107 /* end of CHANGELOG ... */ 111 /* end of CHANGELOG ... */
108 112