comparison TODO @ 23:06a009a1ec9e

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 19 Sep 2001 08:32:05 +0000
parents 2606137cf481
children 66ff8562eec0
comparison
equal deleted inserted replaced
22:f6e679afe88b 23:06a009a1ec9e
1 1
2 Stuff TODO: 2 General stuff TODO:
3 - Implement base API. (Done.)
4 - Use autoconf? 3 - Use autoconf?
5 - Verify portability to various Unixes (BSD, etc) 4 - Verify portability to various Unixes (BSD, etc)
6 - Port to Win32. 5 - Port to Win32.
7 - Port to BeOS. 6 - Port to BeOS.
8 - Port to MacOS Classic. 7 - Port to MacOS Classic.
9 - Port to MacOS X. 8 - Port to MacOS X.
10 - Port to PowerPC Linux. 9 - Port to PowerPC Linux.
11 10
11 More immediate:
12 - Handle compression and other chunks in WAV files.
13 - Cleanup up VOC decoder (seems messy to me).
14
12 Decoders to implement: 15 Decoders to implement:
13 - .WAV 16 - .WAV
14 - .VOC (Done.)
15 - .MP3 17 - .MP3
16 - .MOD 18 - .MOD
17 - .OGG 19 - .OGG
18 - .MID 20 - .MID
19 - .CDA 21 - .CDA
20 - .RAW (Done.)
21 - .AU 22 - .AU
22 - .AIFF 23 - .AIFF
23 - ...and more... 24 - ...and more...
24 25
26 Ongoing:
27 - look for "FIXME"s in the code.
28
25 /* end of TODO ... */ 29 /* end of TODO ... */
26 30
27
28
29