# HG changeset patch # User Ryan C. Gordon # Date 1023390840 0 # Node ID f0eb99670fa8ad0e6a6df2e0057638fa397f6817 # Parent 069ce624d6cfef7e8b316ae5c520827ea7f5e506 Updated. diff -r 069ce624d6cf -r f0eb99670fa8 CHANGELOG --- a/CHANGELOG Thu Jun 06 19:12:13 2002 +0000 +++ b/CHANGELOG Thu Jun 06 19:14:00 2002 +0000 @@ -3,7 +3,7 @@ */ 06062002 - Added URLs for official and unofficial versions of ModPlug in - decoders/modplug.c. + decoders/modplug.c. Cleaned up some FIXMEs. 05222002 - Torbjörn sent in some more fixes for altcvt: mono to stereo conversion works, now. 05222002 - Torbjörn sent in some initial cleanups and fixes for altcvt, and diff -r 069ce624d6cf -r f0eb99670fa8 TODO --- a/TODO Thu Jun 06 19:12:13 2002 +0000 +++ b/TODO Thu Jun 06 19:14:00 2002 +0000 @@ -1,10 +1,9 @@ More immediate (needed for 1.0 release): - Man pages. Doxygen would be cool. -- Handle compression and other chunks in WAV files. -- Handle compression and other chunks in AIFF-C files. - Fix the crappy rewind implementation in shn.c's SHN_rewind(). - Finish implementing seek() method in decoders, see below. - Add a sdlsound-config script? +- Clean out FIXMEs. Either fix them or determine they aren't a problem. Decoders still needing seek() method: (If decoder can't seek, clean up the stub and report an error.) @@ -16,6 +15,8 @@ General stuff TODO: - Man pages for the API. - Hack on the experimental audio conversion routines. +- Handle compression and other chunks in WAV files. +- Handle compression and other chunks in AIFF-C files. Quicktime stuff that'd be cool, but isn't crucial: - Integrate decoders/quicktime.c with build system (for OS X)?