Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 169:a1255c02bab1
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 26 Nov 2001 04:41:18 +0000 |
parents | f7d65df4383a |
children | 697fabe1453e |
comparison
equal
deleted
inserted
replaced
168:87b00f023710 | 169:a1255c02bab1 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 11252001 - (With thanks to Andreas Umbach for pointing it out) Fixed some | |
6 problems with Sound_DecodeAll(). For local testing of this bug, | |
7 added a --predecode command line to playsound. Minor fixes to | |
8 theoretical bugs in Sound_FreeSample(). playsound no longer | |
9 buffers stdout and stderr. Updated Sound_DecodeAll()'s comments in | |
10 SDL_sound.h ... | |
11 11192001 - FLAC decoder cleanups from Torbjörn. | |
5 11092001 - Torbjörn fixes playsound's audio callback after I broke it, again. | 12 11092001 - Torbjörn fixes playsound's audio callback after I broke it, again. |
6 A bug in configure.in was preventing SMPEG from being used unless | 13 A bug in configure.in was preventing SMPEG from being used unless |
7 --enable-debug was set; fixed. Changed this file to list latest | 14 --enable-debug was set; fixed. Changed this file to list latest |
8 changes first. Torbjörn submitted a FLAC decoder that utilizes | 15 changes first. Torbjörn submitted a FLAC decoder that utilizes |
9 libFLAC (http://flac.sf.net/). Cool. | 16 libFLAC (http://flac.sf.net/). Cool. |