From 205a3ce6e270b4c478e85f930bfbc5fe28080dda Mon Sep 17 00:00:00 2001 From: ddennedy Date: Thu, 12 Feb 2004 01:41:09 +0000 Subject: [PATCH] add TODO git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@141 d19143bc-622f-0410-bfdd-b5b2a6649095 --- docs/TODO | 16 ++++++++++++++++ src/miracle/miracle_local.c | 1 - 2 files changed, 16 insertions(+), 1 deletions(-) create mode 100644 docs/TODO diff --git a/docs/TODO b/docs/TODO new file mode 100644 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 diff --git a/src/miracle/miracle_local.c b/src/miracle/miracle_local.c index 1a8b2e3..71b7b77 100644 --- a/src/miracle/miracle_local.c +++ b/src/miracle/miracle_local.c @@ -27,7 +27,6 @@ #include #include #include -#include /* Valerie header files */ #include -- 1.7.4.4