321
|
1 More immediate (needed for 1.0 release):
|
|
2 - Man pages. Doxygen would be cool.
|
23
|
3 - Handle compression and other chunks in WAV files.
|
38
|
4 - Handle compression and other chunks in AIFF-C files.
|
23
|
5 - Cleanup up VOC decoder (seems messy to me).
|
234
|
6 - Fix the crappy rewind implementation in shn.c's SHN_rewind().
|
321
|
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!
|
23
|
32
|
|
33 Ongoing:
|
|
34 - look for "FIXME"s in the code.
|
|
35
|
0
|
36 /* end of TODO ... */
|
|
37
|