Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 38:9950943545c4
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 20 Sep 2001 07:56:52 +0000 |
parents | 662bacccfd2c |
children | 365b3be64aac |
comparison
equal
deleted
inserted
replaced
37:f27bcbcaeab1 | 38:9950943545c4 |
---|---|
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). Fixed a byte-ordering issue | 29 robust (Ogg exposed a nasty bug in it). Fixed a byte-ordering issue |
30 in the VOC decoder. | 30 in the VOC decoder. |
31 09202001 - Torbjörn Andersson submitted several patches: fixed a comment in | |
32 the .WAV decoder (whoops...screwed up my own search-and-replace. | |
33 Hah.), made an attempt at putting multiple sound streams behind | |
34 one RWops (gotta think on that one first), and, most importantly, | |
35 added an AIFF decoder, which is very cool. | |
31 | 36 |
32 --ryan. (icculus@clutteredmind.org) | 37 --ryan. (icculus@clutteredmind.org) |
33 | 38 |
34 /* end of CHANGELOG ... */ | 39 /* end of CHANGELOG ... */ |
35 | 40 |