diff TODO @ 485:137c0b00ea4c

Added Sound_NewSampleFromMem(), and implementation of RWops pooling.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 27 Feb 2005 19:53:25 +0000
parents ff3ec3c6cdde
children 78176684050d
line wrap: on
line diff
--- a/TODO	Sun Feb 27 19:50:54 2005 +0000
+++ b/TODO	Sun Feb 27 19:53:25 2005 +0000
@@ -15,6 +15,8 @@
 - Hack on the experimental audio conversion routines.
 - Handle compression and other chunks in WAV files.
 - Handle compression and other chunks in AIFF-C files.
+- Reduce malloc() pressure.
+- Maybe allow an external allocator?
 
 Quicktime stuff that'd be cool, but isn't crucial:
 - Integrate decoders/quicktime.c with build system (for OS X)?