Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1022 Bytes

TODO.txt

File metadata and controls

33 lines (27 loc) · 1022 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 17, 2008
Apr 17, 2008
6
7
- Move to CMake
- Up default optimizations to -O3?
Apr 29, 2002
Apr 29, 2002
8
9
10
11
12
13
14
15
Decoders still needing seek() method:
(If decoder can't seek, clean up the stub and report an error.)
- mikmod.c
- shn.c
- quicktime.c
General stuff TODO:
May 20, 2002
May 20, 2002
16
- Hack on the experimental audio conversion routines.
Feb 27, 2005
Feb 27, 2005
17
- Add the altivec-optimized libvorbis to the project?
Jun 6, 2002
Jun 6, 2002
18
19
- Handle compression and other chunks in WAV files.
- Handle compression and other chunks in AIFF-C files.
Feb 27, 2005
Feb 27, 2005
20
21
- Reduce malloc() pressure.
- Maybe allow an external allocator?
Apr 29, 2002
Apr 29, 2002
22
23
24
25
26
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
27
- There's no seek() method.
Sep 19, 2001
Sep 19, 2001
28
29
30
Ongoing:
- look for "FIXME"s in the code.
Sep 14, 2001
Sep 14, 2001
31
Sep 19, 2001
Sep 19, 2001
32
/* end of TODO ... */