TODO List for Dalì
Before final 1.0 release
- Optimize GIF encoding
- Fix bugs in bugs.html
- Support for interleaved RGB images
Next major release :
- Ability to randomly access MPEG-1 audio
- MPEG-1 audio and systems encoding
- Clean up GIF encoding codes (remove globals)
- Compressed domain processing support
- Audio processing primitives
- Multithreading support
- Video input support
- Casting for image types
- Add a few more built-in imagemaps for common filtering operations.
- Hide stride and offset for audio, and apply the stride/offset concept to images
Misc
- Add error checking to byte_rotate* commands
- Need to standardize the way errors are thrown in Tcl so that they can be easily caught.
- We should get rid of the RectRegion structure -- use reference variables for (x, y, w,
h)
- Audio*ChunkAbs shouldn't allocate memory
- Make Audio data type store the resolution of it's data.
- Standardize the error handling. This is done in C, more or less, but Tcl errors are hard
to detect/handle.
Last Updated :