Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 30:66ff8562eec0
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 19 Sep 2001 14:36:11 +0000 |
parents | 06a009a1ec9e |
children | 662bacccfd2c |
comparison
equal
deleted
inserted
replaced
29:0e27c909c952 | 30:66ff8562eec0 |
---|---|
17 Fixed a byte ordering bug in voc.c (reported as AUDIO_S16LSB, but | 17 Fixed a byte ordering bug in voc.c (reported as AUDIO_S16LSB, but |
18 we were swapping byte order of data ourselves. Fixed). Added basic | 18 we were swapping byte order of data ourselves. Fixed). Added basic |
19 .WAV support. Fixed Makefile so that -I. is always first; | 19 .WAV support. Fixed Makefile so that -I. is always first; |
20 otherwise, a previously installed header might get used for the | 20 otherwise, a previously installed header might get used for the |
21 compiles, which is not good. SDL_sound.h now includes SDL_endian.h, | 21 compiles, which is not good. SDL_sound.h now includes SDL_endian.h, |
22 since SDL.h doesn't, for some reason. | 22 since SDL.h doesn't, for some reason. Moved version defines in |
23 SDL_sound.h to top of file so I can find them. :) | |
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 | |
26 the available_decoders array), fixing the only bug preventing the | |
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 | |
29 robust (Ogg exposed a nasty bug in it). | |
23 | 30 |
24 --ryan. (icculus@clutteredmind.org) | 31 --ryan. (icculus@clutteredmind.org) |
25 | 32 |
26 /* end of CHANGELOG ... */ | 33 /* end of CHANGELOG ... */ |
27 | 34 |