comparison TODO @ 345:1464c9070f54

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 22 May 2002 13:24:16 +0000
parents d5d281337ee0
children f0eb99670fa8
comparison
equal deleted inserted replaced
344:d5d281337ee0 345:1464c9070f54
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. 3 - Handle compression and other chunks in WAV files.
4 - Handle compression and other chunks in AIFF-C files. 4 - Handle compression and other chunks in AIFF-C files.
5 - Cleanup up VOC decoder (seems messy to me).
6 - Fix the crappy rewind implementation in shn.c's SHN_rewind(). 5 - Fix the crappy rewind implementation in shn.c's SHN_rewind().
7 - Finish implementing seek() method in decoders, see below. 6 - Finish implementing seek() method in decoders, see below.
8 - Add a sdlsound-config script? 7 - Add a sdlsound-config script?
9 8
10 Decoders still needing seek() method: 9 Decoders still needing seek() method: