changeset 38:9950943545c4

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 20 Sep 2001 07:56:52 +0000
parents f27bcbcaeab1
children eeb874083218
files CHANGELOG TODO
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Thu Sep 20 07:56:24 2001 +0000
+++ b/CHANGELOG	Thu Sep 20 07:56:52 2001 +0000
@@ -27,7 +27,12 @@
            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). Fixed a byte-ordering issue
-	   in the VOC decoder.
+           in the VOC decoder.
+09202001 - Torbjörn Andersson submitted several patches: fixed a comment in
+           the .WAV decoder (whoops...screwed up my own search-and-replace.
+           Hah.), made an attempt at putting multiple sound streams behind
+           one RWops (gotta think on that one first), and, most importantly,
+           added an AIFF decoder, which is very cool.
 
 --ryan. (icculus@clutteredmind.org)
 
--- a/TODO	Thu Sep 20 07:56:24 2001 +0000
+++ b/TODO	Thu Sep 20 07:56:52 2001 +0000
@@ -10,16 +10,17 @@
 
 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
 - .MOD
 - .MID
 - .CDA
 - .AU
-- .AIFF
 - ...and more...
 
 Ongoing: