Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 863 Bytes

TODO

File metadata and controls

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