From: Dennis S. <sy...@yo...> - 2004-10-15 12:50:57
|
On Fri, 2004-10-15 at 00:50 -0300, Duilio Javier Protti wrote: > > I mate a list of things I would like to see for 0.2.0. > > > > 0.2.0 is going to be a big release and I suspect that we're > > going to need some time to get it all out, for that reason > > we can use all the help, also with the 'little' things. > > > > > > If someone likes to add things to this list, please go > > ahead. > > > > 0.2.0 goals: > > libvisual: > > Good error reporting through VisError. > > VisVideo scaler. > > I can optimize more my ugly prototype :-) Please do so, make it modulair, so you can start different scalers using a define. like visual_video_scale (VISUAL_VIDEO_SCALE_NEAREST, ...).. I'd like to have a NEAREST and BILINAIR scaler :).. Also make sure that the actual scale function won't be super big, split up in smaller static functions, that append at the end of lv_video.c > > visual_video_overlay fixen, simplifyen. > > VisUI. > > The hardest work. Yep, will start on the basic API really soon. > > API review here and there. > > I want to start here with the const pointers I have suggested. May I > can? You can, but please send patches to the list first so I can review them! > > Portability fixes: > > The issue on freeBSD. > > This is for me. Great, thank you :) > > BIG/LITTLE ENDIAN still pending!!! > > Oh yes. My video_scaler have to define his owns macros. I doubt if it's needed for the scalar, but lv_bmp still needs to be adjusted. > > libvisual-widgets: > > Gtk1 VisUI Builder. > > Gtk2 VisUI Builder. > > Oh, now I understand... Aah, alright!, cool :). Eventually we could have a QT widget and VisVideo inbuffer method as well. > > libvisual-xmms: > > The about dialog for plugins in the same style as that > > of the xmms plugin itself. > > Good idea! You're on that I assume ? Cheers, Dennis P.S. upcoming release is going to rock guys ;) |