comparison TODO @ 321:182fdc76060d

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 29 Apr 2002 06:12:20 +0000
parents c6b7f7999a0e
children 2d819d03c91e
comparison
equal deleted inserted replaced
320:8195b86207bb 321:182fdc76060d
1 General stuff TODO: 1 More immediate (needed for 1.0 release):
2 - Man pages for the API. 2 - Man pages. Doxygen would be cool.
3
4 More immediate:
5 - Handle compression and other chunks in WAV files. 3 - Handle compression and other chunks in WAV files.
6 - Handle compression and other chunks in AIFF-C files. 4 - Handle compression and other chunks in AIFF-C files.
7 - Cleanup up VOC decoder (seems messy to me). 5 - Cleanup up VOC decoder (seems messy to me).
8 - Fix the crappy rewind implementation in shn.c's SHN_rewind(). 6 - Fix the crappy rewind implementation in shn.c's SHN_rewind().
9 - Add a sdlsound-config script. 7 - Finish implementing seek() method in decoders, see below.
8 - Add a sdlsound-config script?
9
10 Decoders still needing seek() method:
11 (If decoder can't seek, clean up the stub and report an error.)
12 - mikmod.c
13 - shn.c
14 - wav.c (adpcm compression; uncompressed is implemented.)
15 - voc.c
16 - mpglib.c
17 - smpeg.c
18 - aiff.c
19 - au.c
20 - ogg.c
21 - quicktime.c
22
23
24 General stuff TODO:
25 - Man pages for the API.
26
27 Quicktime stuff that'd be cool, but isn't crucial:
28 - Integrate decoders/quicktime.c with build system (for OS X)?
29 - Make decoders/quicktime.c more robust.
30 - Make decoders/quicktime.c work on win32?
31 - There's no seek() method. Not even a stub!
10 32
11 Ongoing: 33 Ongoing:
12 - look for "FIXME"s in the code. 34 - look for "FIXME"s in the code.
13 35
14 /* end of TODO ... */ 36 /* end of TODO ... */