Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 543 Bytes

TODO

File metadata and controls

28 lines (22 loc) · 543 Bytes
 
Sep 14, 2001
Sep 14, 2001
1
Sep 19, 2001
Sep 19, 2001
2
General stuff TODO:
Sep 14, 2001
Sep 14, 2001
3
4
5
6
7
8
9
- Use autoconf?
- 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
- Fix the MP3 decoder; it's badly broken.
Sep 19, 2001
Sep 19, 2001
14
15
- Cleanup up VOC decoder (seems messy to me).
Sep 14, 2001
Sep 14, 2001
16
Decoders to implement:
Sep 19, 2001
Sep 19, 2001
17
- .MP3 (implemented, but buggy)
Sep 20, 2001
Sep 20, 2001
18
- .SHN
Sep 14, 2001
Sep 14, 2001
19
20
21
22
23
- .MID
- .CDA
- .AU
- ...and more...
Sep 19, 2001
Sep 19, 2001
24
25
Ongoing:
- look for "FIXME"s in the code.
Sep 14, 2001
Sep 14, 2001
26
Sep 19, 2001
Sep 19, 2001
27
/* end of TODO ... */