Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 33:662bacccfd2c
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 19 Sep 2001 16:08:26 +0000 |
parents | 66ff8562eec0 |
children | 9950943545c4 |
comparison
equal
deleted
inserted
replaced
32:4a60ee42ca9a | 33:662bacccfd2c |
---|---|
24 Changed version to 0.1.1. Committed patch from Tsuyoshi Iguchi to | 24 Changed version to 0.1.1. Committed patch from Tsuyoshi Iguchi to |
25 fix a segfault (I forgot to put a NULL terminator at the end of | 25 fix a segfault (I forgot to put a NULL terminator at the end of |
26 the available_decoders array), fixing the only bug preventing the | 26 the available_decoders array), fixing the only bug preventing the |
27 test program from running on FreeBSD 4.3. Sweet. Added Ogg Vorbis | 27 test program from running on FreeBSD 4.3. Sweet. Added Ogg Vorbis |
28 decoder. Rewrote the test program's SDL audio callback to be more | 28 decoder. Rewrote the test program's SDL audio callback to be more |
29 robust (Ogg exposed a nasty bug in it). | 29 robust (Ogg exposed a nasty bug in it). Fixed a byte-ordering issue |
30 in the VOC decoder. | |
30 | 31 |
31 --ryan. (icculus@clutteredmind.org) | 32 --ryan. (icculus@clutteredmind.org) |
32 | 33 |
33 /* end of CHANGELOG ... */ | 34 /* end of CHANGELOG ... */ |
34 | 35 |