Mercurial > SDL_sound_CoreAudio
comparison TODO.txt @ 551:668dd6675b7f
Renamed a bunch of FILENAME to FILENAME.txt
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 09 Sep 2008 16:26:24 -0400 |
parents | TODO@8f93b3ff2d38 |
children | 7e08477b0fc1 |
comparison
equal
deleted
inserted
replaced
550:fd3f109c5caf | 551:668dd6675b7f |
---|---|
1 More immediate: | |
2 - Fix the crappy rewind implementation in shn.c's SHN_rewind(). | |
3 - Finish implementing seek() method in decoders, see below. | |
4 - Add a sdlsound-config script? | |
5 - Make sure we can build shared libs on Cygwin, BeOS, Mac OS X... | |
6 - Move to CMake | |
7 - Up default optimizations to -O3? | |
8 | |
9 Decoders still needing seek() method: | |
10 (If decoder can't seek, clean up the stub and report an error.) | |
11 - mikmod.c | |
12 - shn.c | |
13 - mpglib.c | |
14 - quicktime.c | |
15 | |
16 General stuff TODO: | |
17 - Hack on the experimental audio conversion routines. | |
18 - Add the altivec-optimized libvorbis to the project? | |
19 - Handle compression and other chunks in WAV files. | |
20 - Handle compression and other chunks in AIFF-C files. | |
21 - Reduce malloc() pressure. | |
22 - Maybe allow an external allocator? | |
23 | |
24 Quicktime stuff that'd be cool, but isn't crucial: | |
25 - Integrate decoders/quicktime.c with build system (for OS X)? | |
26 - Make decoders/quicktime.c more robust. | |
27 - Make decoders/quicktime.c work on win32? | |
28 - There's no seek() method. | |
29 | |
30 Ongoing: | |
31 - look for "FIXME"s in the code. | |
32 | |
33 /* end of TODO ... */ | |
34 |