diff TODO @ 23:06a009a1ec9e

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 19 Sep 2001 08:32:05 +0000
parents 2606137cf481
children 66ff8562eec0
line wrap: on
line diff
--- a/TODO	Wed Sep 19 08:31:54 2001 +0000
+++ b/TODO	Wed Sep 19 08:32:05 2001 +0000
@@ -1,6 +1,5 @@
 
-Stuff TODO:
-- Implement base API. (Done.)
+General stuff TODO:
 - Use autoconf?
 - Verify portability to various Unixes (BSD, etc)
 - Port to Win32.
@@ -9,21 +8,23 @@
 - Port to MacOS X.
 - Port to PowerPC Linux.
 
+More immediate:
+- Handle compression and other chunks in WAV files.
+- Cleanup up VOC decoder (seems messy to me).
+
 Decoders to implement:
 - .WAV
-- .VOC (Done.)
 - .MP3
 - .MOD
 - .OGG
 - .MID
 - .CDA
-- .RAW (Done.)
 - .AU
 - .AIFF
 - ...and more...
 
+Ongoing:
+- look for "FIXME"s in the code.
+
 /* end of TODO ... */
 
-
-
-