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