From: Dennis S. <sy...@yo...> - 2004-08-25 13:47:08
|
Alright, I've managed to put all the stuff in CVS except for libvisual-gforce which will follow shortly. Also I created a ROADMAP for the future, and I would like to have comments on it: http://libvisual.sourceforge.net/LIBVISUAL_ROADMAP Now the ChangeLogs for the last month: Libvisual: * TODO: Updates. * examples/simplesdl.c, examples/morphsdl.c: Random API updates and such. * libvisual/lv_audio.c (visual_audio_analyze): Added normalized audio freq analyser. * libvisual/lv_bmp.c (visual_bitmap_load): Updates to api changes and palette support. * libvisual/lv_color.c, libvisual/lv_color.h: Added, supports for VisColor. * libvisual/lv_cpu.c, libvisual/lv_cpu.h: Added, far from finished. * libvisual/lv_event.c, libvisual/lv_event.h: Added support for param change events. * libvisual/lv_input.c (visual_input_new): Fixed bug, function was always failing. * libvisual/lv_libvisual.c: Added global params. * libvisual/lv_palette.c, libvisual/lv_palette.h: Updated to VisColor and added some methods to help with colors. * libvisual/lv_param.c, libvisual/lv_param.h: Complete parameter sub system. * libvisual/lv_param.c (visual_plugin_get_params): Added function. * libvisual/lv_songinfo.c: Using VisTime for all timing related things. * libvisual/lv_video.c (visual_video_color_bgr_to_rgb): Added rgb, bgr conversion. (visual_video_compare): Checks if two VisVideos have the same settings. * libvisual/lv_time.c, libvisual/lv_time.h: Added time, timer subsystems. * tools/lv-inspect.c: Added more help. ___ Libvisual-plugins: 2004-08-25 Dennis Smit <ds...@ne...> * TODO: Updates. * plugins/actor/bumpscope/*: Added, not finished yet. * plugins/actor/gdkpixbuf/*: Added, quite ready, some things todo. (A gdkpixbuf image loader). * plugins/actor/jakdaw/*: Ported the xmms jakdaw plugin! * plugins/actor/plazma/*: Ported the xmms plazma plugin! * plugins/actor/xpyre/*: Start port of the xmms Xpyre plugin, not finished. * plugins/*: Small cleanups all around. ___ For the rest there aren't major changes! Cheers, Dennis |