view TODO @ 37:f27bcbcaeab1

Added AIFF entry, and (for now) some multiple-streams-in-one-rwops support.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 20 Sep 2001 07:56:24 +0000
parents 66ff8562eec0
children 9950943545c4
line wrap: on
line source


General stuff TODO:
- Use autoconf?
- Verify portability to various Unixes (BSD, etc)
- Port to Win32.
- Port to BeOS.
- Port to MacOS Classic.
- Port to MacOS X.
- Port to PowerPC Linux.

More immediate:
- Handle compression and other chunks in WAV files.
- Fix the MP3 decoder; it's badly broken.
- Cleanup up VOC decoder (seems messy to me).

Decoders to implement:
- .MP3 (implemented, but buggy)
- .MOD
- .MID
- .CDA
- .AU
- .AIFF
- ...and more...

Ongoing:
- look for "FIXME"s in the code.

/* end of TODO ... */