Author: dmeyer Date: Wed Feb 1 18:17:29 2006 New Revision: 1149 Added: trunk/display/TODO
Log: add a small todo list Added: trunk/display/TODO ============================================================================== --- (empty file) +++ trunk/display/TODO Wed Feb 1 18:17:29 2006 @@ -0,0 +1,17 @@ +Move the classes from src/__init__.py into an extra file. The init +file should only import some other stuff without too much defining +inside. + +Better opengl check. If EvasGL is used but the device is broken or the +user has no permission, the code will use the GL software renderer +which is _much_ slower than the evas x11 software render. + +Maybe remove that bad pygame hack + +Add more (evas based) displays like streaming the display as mpeg +stream. This could be done by using a buffer output and convert it to +mpeg2. This display can also be used to make it work with a DXR3 or +other mpeg decoder based cards. + +Fix DirectFB Evas display. Please check if there is still a bug in +evas and help fixing it. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
