comparison TODO @ 352:f0eb99670fa8

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 06 Jun 2002 19:14:00 +0000
parents 1464c9070f54
children ea5c61aeb891
comparison
equal deleted inserted replaced
351:069ce624d6cf 352:f0eb99670fa8
1 More immediate (needed for 1.0 release): 1 More immediate (needed for 1.0 release):
2 - Man pages. Doxygen would be cool. 2 - Man pages. Doxygen would be cool.
3 - Handle compression and other chunks in WAV files.
4 - Handle compression and other chunks in AIFF-C files.
5 - Fix the crappy rewind implementation in shn.c's SHN_rewind(). 3 - Fix the crappy rewind implementation in shn.c's SHN_rewind().
6 - Finish implementing seek() method in decoders, see below. 4 - Finish implementing seek() method in decoders, see below.
7 - Add a sdlsound-config script? 5 - Add a sdlsound-config script?
6 - Clean out FIXMEs. Either fix them or determine they aren't a problem.
8 7
9 Decoders still needing seek() method: 8 Decoders still needing seek() method:
10 (If decoder can't seek, clean up the stub and report an error.) 9 (If decoder can't seek, clean up the stub and report an error.)
11 - mikmod.c 10 - mikmod.c
12 - shn.c 11 - shn.c
14 - quicktime.c 13 - quicktime.c
15 14
16 General stuff TODO: 15 General stuff TODO:
17 - Man pages for the API. 16 - Man pages for the API.
18 - Hack on the experimental audio conversion routines. 17 - Hack on the experimental audio conversion routines.
18 - Handle compression and other chunks in WAV files.
19 - Handle compression and other chunks in AIFF-C files.
19 20
20 Quicktime stuff that'd be cool, but isn't crucial: 21 Quicktime stuff that'd be cool, but isn't crucial:
21 - Integrate decoders/quicktime.c with build system (for OS X)? 22 - Integrate decoders/quicktime.c with build system (for OS X)?
22 - Make decoders/quicktime.c more robust. 23 - Make decoders/quicktime.c more robust.
23 - Make decoders/quicktime.c work on win32? 24 - Make decoders/quicktime.c work on win32?