Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 584 Bytes

TODO

File metadata and controls

27 lines (21 loc) · 584 Bytes
 
Sep 14, 2001
Sep 14, 2001
1
Sep 19, 2001
Sep 19, 2001
2
General stuff TODO:
Sep 24, 2001
Sep 24, 2001
3
- Use autoconf.
Sep 14, 2001
Sep 14, 2001
4
5
6
7
8
9
- Verify portability to various Unixes (BSD, etc)
- Port to Win32.
- Port to BeOS.
- Port to MacOS Classic.
- Port to MacOS X.
Sep 19, 2001
Sep 19, 2001
10
11
More immediate:
- Handle compression and other chunks in WAV files.
Sep 20, 2001
Sep 20, 2001
12
- Handle compression and other chunks in AIFF-C files.
Sep 19, 2001
Sep 19, 2001
13
14
- Cleanup up VOC decoder (seems messy to me).
Sep 14, 2001
Sep 14, 2001
15
Decoders to implement:
Sep 20, 2001
Sep 20, 2001
16
- .SHN
Sep 14, 2001
Sep 14, 2001
17
- .MID
Sep 25, 2001
Sep 25, 2001
18
- .CDA (Does this need specific decoding? Or is a RWops needed?)
Sep 14, 2001
Sep 14, 2001
19
- .AU
Sep 25, 2001
Sep 25, 2001
20
- An mpglib MP3 decoder? (or backend mpglib into SMPEG?)
Sep 14, 2001
Sep 14, 2001
21
22
- ...and more...
Sep 19, 2001
Sep 19, 2001
23
24
Ongoing:
- look for "FIXME"s in the code.
Sep 14, 2001
Sep 14, 2001
25
Sep 19, 2001
Sep 19, 2001
26
/* end of TODO ... */