Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 823 Bytes

TODO

File metadata and controls

31 lines (25 loc) · 823 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
- Cleanup up VOC decoder (seems messy to me).
Nov 9, 2001
Nov 9, 2001
16
17
18
- Change SMPEG's URL to point to lokigames.com.
- Rename "test" directory to "playsound".
- Have default make build playsound, and make install install it.
Sep 19, 2001
Sep 19, 2001
19
Sep 14, 2001
Sep 14, 2001
20
21
Decoders to implement:
- .MID
Sep 25, 2001
Sep 25, 2001
22
- .CDA (Does this need specific decoding? Or is a RWops needed?)
Sep 14, 2001
Sep 14, 2001
23
- .AU
Sep 25, 2001
Sep 25, 2001
24
- An mpglib MP3 decoder? (or backend mpglib into SMPEG?)
Sep 14, 2001
Sep 14, 2001
25
26
- ...and more...
Sep 19, 2001
Sep 19, 2001
27
28
Ongoing:
- look for "FIXME"s in the code.
Sep 14, 2001
Sep 14, 2001
29
Sep 19, 2001
Sep 19, 2001
30
/* end of TODO ... */