# HG changeset patch # User Ryan C. Gordon # Date 1000972612 0 # Node ID 9950943545c44be8c5700a3a728b68672845e918 # Parent f27bcbcaeab196fde85fef53dd11ac30c6f07526 Updated. diff -r f27bcbcaeab1 -r 9950943545c4 CHANGELOG --- 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) diff -r f27bcbcaeab1 -r 9950943545c4 TODO --- 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: