X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=TODO;h=98edcb593705a3ca855776f1b213c2eb44710f8a;hb=443295519aa555eadc33ac97df67e034cbb5b86f;hp=7acd8f28573966e177a760cff038d0954d505970;hpb=1b429409b1139eb7343d22081a213d584a374ca7;p=swftools.git diff --git a/TODO b/TODO index 7acd8f2..98edcb5 100644 --- a/TODO +++ b/TODO @@ -25,17 +25,16 @@ General Improvements: * fix memory leaks * rfxswf: modules/swfshape doesn't allow changing to fillstyle 0 * consistent output handling if -o is missing. (out.swf/stdout) + * swfcombine: Allow substituting frames (which have a name), too? Cleanups in rfxswf-lib: * LPTAGs etc. should be TAG*s * function names should have a prefix (rfxswf_ or swflib_ or sth.) - * GetMatrix should be named GetMATRIX, as it gets a MATRIX datatype. Same for CXFORM etc. * element names should be lowercase * DataPos should be named DataReadPos, DataSize DataWritePos. * bitcount should be named BitWritePos, bitmask BitReadPos Autoconf: - * ljpeg should be optional, so should t1lib (disable the jpeg2swf/pdf2swf package if - the required libs are not there) + * Disabling of jpeg2swf (if libjpeg isn't there) doesn't work yet