annotate TODO @ 356:ea5c61aeb891

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 07 Jun 2002 13:31:39 +0000
parents f0eb99670fa8
children 4ad617261a91
rev   line source
321
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
1 More immediate (needed for 1.0 release):
234
156df33fd7fc Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 230
diff changeset
2 - Fix the crappy rewind implementation in shn.c's SHN_rewind().
321
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
3 - Finish implementing seek() method in decoders, see below.
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
4 - Add a sdlsound-config script?
352
f0eb99670fa8 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 345
diff changeset
5 - Clean out FIXMEs. Either fix them or determine they aren't a problem.
321
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
6
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
7 Decoders still needing seek() method:
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
8 (If decoder can't seek, clean up the stub and report an error.)
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
9 - mikmod.c
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
10 - shn.c
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
11 - mpglib.c
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
12 - quicktime.c
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
13
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
14 General stuff TODO:
339
e3ac0d41668c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 336
diff changeset
15 - Hack on the experimental audio conversion routines.
352
f0eb99670fa8 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 345
diff changeset
16 - Handle compression and other chunks in WAV files.
f0eb99670fa8 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 345
diff changeset
17 - Handle compression and other chunks in AIFF-C files.
321
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
18
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
19 Quicktime stuff that'd be cool, but isn't crucial:
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
20 - Integrate decoders/quicktime.c with build system (for OS X)?
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
21 - Make decoders/quicktime.c more robust.
182fdc76060d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
22 - Make decoders/quicktime.c work on win32?
339
e3ac0d41668c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 336
diff changeset
23 - There's no seek() method.
23
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 9
diff changeset
24
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 9
diff changeset
25 Ongoing:
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 9
diff changeset
26 - look for "FIXME"s in the code.
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 9
diff changeset
27
0
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
28 /* end of TODO ... */
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
29