comparison TODO @ 53:f3f8e2a0fe76 release-0.1.2

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 22 Sep 2001 16:36:09 +0000
parents 9950943545c4
children 8f0e28b7b28c
comparison
equal deleted inserted replaced
52:69d56e196de7 53:f3f8e2a0fe76
4 - Verify portability to various Unixes (BSD, etc) 4 - Verify portability to various Unixes (BSD, etc)
5 - Port to Win32. 5 - Port to Win32.
6 - Port to BeOS. 6 - Port to BeOS.
7 - Port to MacOS Classic. 7 - Port to MacOS Classic.
8 - Port to MacOS X. 8 - Port to MacOS X.
9 - Port to PowerPC Linux.
10 9
11 More immediate: 10 More immediate:
12 - Handle compression and other chunks in WAV files. 11 - Handle compression and other chunks in WAV files.
13 - Handle compression and other chunks in AIFF-C files. 12 - Handle compression and other chunks in AIFF-C files.
14 - Fix the MP3 decoder; it's badly broken. 13 - Fix the MP3 decoder; it's badly broken.
15 - Cleanup up VOC decoder (seems messy to me). 14 - Cleanup up VOC decoder (seems messy to me).
16 15
17 Decoders to implement: 16 Decoders to implement:
18 - .MP3 (implemented, but buggy) 17 - .MP3 (implemented, but buggy)
19 - .SHN 18 - .SHN
20 - .MOD
21 - .MID 19 - .MID
22 - .CDA 20 - .CDA
23 - .AU 21 - .AU
24 - ...and more... 22 - ...and more...
25 23