[Scummvm-cvs-logs] CVS: scummvm TODO,1.244,1.245

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Sun Mar 6 06:13:32 CET 2005


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10638

Modified Files:
	TODO 
Log Message:
Applied patch #1155731, reducing the memory usage of the MPEG player by
about 8 MB.


Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -d -r1.244 -r1.245
--- TODO	6 Mar 2005 05:21:37 -0000	1.244
+++ TODO	6 Mar 2005 14:12:39 -0000	1.245
@@ -94,12 +94,6 @@
   some kind of main loop, which, besides many other things, also polls and
   dispatches events. The idea is to turn this around: the event loop
   frequently gives the engine time to do these "other things".
-* Try to reduce the memory footprint of the MPEG player. Right now it allocates
-  an 8 MB lookup table for YUV->RGB conversion. Perhaps we could borrow some
-  code from SDL's software implementation of YUV overlays. (It might even be
-  possible to expose some of SDL's YUV overlay API as an optional part of the
-  backend, but I don't know enough about it to get it to work. We'd still need
-  our own implementation as a fallback, though.)
 * Make the autosave interval configurable (via GUI, command line, config file).
 * Maybe add ways to modify the game configs via the command line. E.g. allow
     ./scummvm --add new_target --path=/foo monkey2





More information about the Scummvm-git-logs mailing list