Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 667 Bytes

TODO

File metadata and controls

28 lines (22 loc) · 667 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
- Verify portability to various Unixes (BSD, etc)
- Port to Win32.
- Port to BeOS.
- Port to MacOS Classic.
- Port to MacOS X.
Oct 4, 2001
Oct 4, 2001
8
- Allow a decoder to register multiple file extensions.
Oct 6, 2001
Oct 6, 2001
9
- Man pages for the API.
Sep 14, 2001
Sep 14, 2001
10
Sep 19, 2001
Sep 19, 2001
11
More immediate:
Sep 25, 2001
Sep 25, 2001
12
- Write a decent README.
Sep 19, 2001
Sep 19, 2001
13
- Handle compression and other chunks in WAV files.
Sep 20, 2001
Sep 20, 2001
14
- Handle compression and other chunks in AIFF-C files.
Sep 19, 2001
Sep 19, 2001
15
16
- Cleanup up VOC decoder (seems messy to me).
Sep 14, 2001
Sep 14, 2001
17
18
Decoders to implement:
- .MID
Sep 25, 2001
Sep 25, 2001
19
- .CDA (Does this need specific decoding? Or is a RWops needed?)
Sep 14, 2001
Sep 14, 2001
20
- .AU
Sep 25, 2001
Sep 25, 2001
21
- An mpglib MP3 decoder? (or backend mpglib into SMPEG?)
Sep 14, 2001
Sep 14, 2001
22
23
- ...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 ... */