Mercurial > SDL_sound_CoreAudio
changeset 30:66ff8562eec0
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 19 Sep 2001 14:36:11 +0000 |
parents | 0e27c909c952 |
children | 530fa59d5db9 |
files | CHANGELOG CREDITS TODO |
diffstat | 3 files changed, 22 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Wed Sep 19 14:34:52 2001 +0000 +++ b/CHANGELOG Wed Sep 19 14:36:11 2001 +0000 @@ -19,7 +19,14 @@ .WAV support. Fixed Makefile so that -I. is always first; otherwise, a previously installed header might get used for the compiles, which is not good. SDL_sound.h now includes SDL_endian.h, - since SDL.h doesn't, for some reason. + since SDL.h doesn't, for some reason. Moved version defines in + SDL_sound.h to top of file so I can find them. :) + Changed version to 0.1.1. Committed patch from Tsuyoshi Iguchi to + fix a segfault (I forgot to put a NULL terminator at the end of + the available_decoders array), fixing the only bug preventing the + test program from running on FreeBSD 4.3. Sweet. Added Ogg Vorbis + decoder. Rewrote the test program's SDL audio callback to be more + robust (Ogg exposed a nasty bug in it). --ryan. (icculus@clutteredmind.org)
--- a/CREDITS Wed Sep 19 14:34:52 2001 +0000 +++ b/CREDITS Wed Sep 19 14:36:11 2001 +0000 @@ -1,8 +1,20 @@ + ---------------------- + | SDL_sound credits. | + ---------------------- + Initial API interface and implementation, RAW driver, +VOC driver, +MP3 driver (bugs and all), +WAV driver, +OGG driver, Unix support: Ryan C. Gordon +Bug fixes, +FreeBSD testing: + Tsuyoshi Iguchi + Other stuff: Your name here! Patches go to icculus@clutteredmind.org ...
--- a/TODO Wed Sep 19 14:34:52 2001 +0000 +++ b/TODO Wed Sep 19 14:36:11 2001 +0000 @@ -10,13 +10,12 @@ More immediate: - Handle compression and other chunks in WAV files. +- Fix the MP3 decoder; it's badly broken. - Cleanup up VOC decoder (seems messy to me). Decoders to implement: -- .WAV -- .MP3 +- .MP3 (implemented, but buggy) - .MOD -- .OGG - .MID - .CDA - .AU