From: Dennis S. <sy...@yo...> - 2004-06-29 12:30:48
|
Aight, now we've released 0.1.5 it's time to make concrete plans for 0.1.6. On the list are: Libvisual: * Use sys/types.h instead of stdint.h for portability reasons. * video: cleanup the fitter. * video: have an overlay function (to be used with webcam stuff). for the overlay we need to use the alpha channel using VIDEO_DEPTH_32BITS. Tho it should be capable of blitting to every depth. Have arguments to determine positioning, sizing and a flag to disable alpha check. * Add copyright notice to all the files in every package. * Use good libtool versioning. * Fix alphabetic list for functions within doxygen generated docs. * Param system, both local and global. * Timed morph. * Method to check if a certain morph requests VisAudio context. * Fix coverart support. * Byte swap helper functions to fix endianess issues (lv_bmp for example). Libvisual-plugins: * Include gustavo's mplayer input plugin. * Fixes in some GL plugins that show odd behavior after another GL plugin has been running (better state setting). * GdkPixbuf image loader (actor). * Webcam plugin (actor). * Fix the 16, 24, 32 bits support for the flash morph. * Infinity updates. * Loads of cleanups. Libvisual-nebulus: * Move the textures into a .bmp and use the libvisual bmp loader. Libvisual-xmms: Duilio you've been playing with the xmms plugin lately so I'm sure you can add some items here :) People please feel free to add items so I can generate a final list and put it online and we've got something to work towards. Cheers, Dennis |