]> git.sesse.net Git - mlt/commitdiff
add TODO
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 12 Feb 2004 01:41:09 +0000 (01:41 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 12 Feb 2004 01:41:09 +0000 (01:41 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@141 d19143bc-622f-0410-bfdd-b5b2a6649095

docs/TODO [new file with mode: 0644]
src/miracle/miracle_local.c

diff --git a/docs/TODO b/docs/TODO
new file mode 100644 (file)
index 0000000..3691308
--- /dev/null
+++ b/docs/TODO
@@ -0,0 +1,16 @@
+* optimisations
+* memory pooling
+* all memory leak detection
+* global property handling (more later)
+* documentation (framework, implementations)
+* finalisation of westley (entry, in/out points, frame holding)
+* installation procedure
+* dependency checks
+* field order considerations and normalisation
+* sdl rework (minor)
+* speex?
+* text/overlay/obsucure placement (units)
+* i18n (use of iconv api in producer_pango)
+* shaped fx for obscurer (and alpha in general?)
+* aspect constraints for scaling
+* field-based compositing for animation
index 1a8b2e379fc23bf4807964facf9687e0689fe4b2..71b7b77c029811e7616e080a3c67e0d1798fdbdb 100644 (file)
@@ -27,7 +27,6 @@
 #include <string.h>
 #include <signal.h>
 #include <execinfo.h>
-#include <stdio.h>
 
 /* Valerie header files */
 #include <valerie/valerie_util.h>