321
|
1 More immediate (needed for 1.0 release):
|
|
2 - Man pages. Doxygen would be cool.
|
234
|
3 - Fix the crappy rewind implementation in shn.c's SHN_rewind().
|
321
|
4 - Finish implementing seek() method in decoders, see below.
|
|
5 - Add a sdlsound-config script?
|
352
|
6 - Clean out FIXMEs. Either fix them or determine they aren't a problem.
|
321
|
7
|
|
8 Decoders still needing seek() method:
|
|
9 (If decoder can't seek, clean up the stub and report an error.)
|
|
10 - mikmod.c
|
|
11 - shn.c
|
|
12 - mpglib.c
|
|
13 - quicktime.c
|
|
14
|
|
15 General stuff TODO:
|
|
16 - Man pages for the API.
|
339
|
17 - Hack on the experimental audio conversion routines.
|
352
|
18 - Handle compression and other chunks in WAV files.
|
|
19 - Handle compression and other chunks in AIFF-C files.
|
321
|
20
|
|
21 Quicktime stuff that'd be cool, but isn't crucial:
|
|
22 - Integrate decoders/quicktime.c with build system (for OS X)?
|
|
23 - Make decoders/quicktime.c more robust.
|
|
24 - Make decoders/quicktime.c work on win32?
|
339
|
25 - There's no seek() method.
|
23
|
26
|
|
27 Ongoing:
|
|
28 - look for "FIXME"s in the code.
|
|
29
|
0
|
30 /* end of TODO ... */
|
|
31
|