# HG changeset patch # User Ryan C. Gordon # Date 1001319093 0 # Node ID 8f0e28b7b28c7b6e7140fb5b31ec51ed1aafd797 # Parent 6df2f69e037eea1783c1fd6a401e6e64c2b65d44 Updated. diff -r 6df2f69e037e -r 8f0e28b7b28c CHANGELOG --- a/CHANGELOG Mon Sep 24 07:55:22 2001 +0000 +++ b/CHANGELOG Mon Sep 24 08:11:33 2001 +0000 @@ -42,11 +42,15 @@ discussion on the mailing list. The init() and quit() methods led to the possibility that certain decoders will flag themselves as unavailable at runtime, and SDL_sound now handles this. - Added [LIB|INC]PATH_[OGG|MOD]. Bigendian fixes; no works on PowerPC - Linux. MikMod tweaks. Changed version to 0.1.2. + Added [LIB|INC]PATH_[OGG|MOD]. Bigendian fixes; now works on + PowerPC Linux. MikMod tweaks. Changed version to 0.1.2. +09242001 - Thank goodness, Torbjörn came through with the MP3 fix. Apparently + SMPEG mixes each chunk of decoded data with whatever is already + in the buffer you give it. I hate that. I'm going to patch SMPEG + to let the programmer enable and disable that behaviour in a given + (SMPEG *), since it's just a CPU eater in this case. --ryan. (icculus@clutteredmind.org) /* end of CHANGELOG ... */ - diff -r 6df2f69e037e -r 8f0e28b7b28c CREDITS --- a/CREDITS Mon Sep 24 07:55:22 2001 +0000 +++ b/CREDITS Mon Sep 24 08:11:33 2001 +0000 @@ -5,7 +5,7 @@ Initial API interface and implementation, RAW driver, VOC driver, -MP3 driver (bugs and all), +MP3 driver, WAV driver, OGG driver, Unix support: @@ -16,7 +16,9 @@ Tsuyoshi Iguchi Code cleanups, -AIFF driver: +MP3 fixes, +AIFF driver, +MikMod driver: Torbjörn Andersson Other stuff: diff -r 6df2f69e037e -r 8f0e28b7b28c TODO --- a/TODO Mon Sep 24 07:55:22 2001 +0000 +++ b/TODO Mon Sep 24 08:11:33 2001 +0000 @@ -1,6 +1,6 @@ General stuff TODO: -- Use autoconf? +- Use autoconf. - Verify portability to various Unixes (BSD, etc) - Port to Win32. - Port to BeOS. @@ -10,11 +10,9 @@ More immediate: - Handle compression and other chunks in WAV files. - Handle compression and other chunks in AIFF-C files. -- Fix the MP3 decoder; it's badly broken. - Cleanup up VOC decoder (seems messy to me). Decoders to implement: -- .MP3 (implemented, but buggy) - .SHN - .MID - .CDA