15012f3c83ba38524a802b1e650112e9029a8e8b
[swftools.git] / TODO
1 swfc:
2
3     * .morph
4     * .soundstream
5     * text: newlines
6     * .texture
7     * .orbit
8     * plugins?
9     * .lock/.unlock
10     * object rel coords, as in obj1.(x,y) and monkey.nose
11         "follow me" feature:  default, or should it be explicitly specified?
12     * .replace command
13         .crossfade command?
14     * .egon  (stub is there, never really implemented)... folding edges?
15     * .importassets
16     * default output filename (name.sc -> name.swf) if unspecified
17     * SWF 3 actionscript commands shortcuts: geturl, gotoframe?
18     * .hide/.show?
19     * store instance coordinates for .put with same name after .del?
20     * macros?  looping?  ways of reducing repetitive coding (and the length of sc files)?
21
22 pdf2swf:
23
24     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
25               optional- use another color for dashed lines)
26     * upgrade xpdf
27     * why are SWF files roughly 20% smaller than the PDF files?
28
29 avi2swf:
30
31     * speed up h.263 routines (MMX?)
32     * support for all-black I-Frames
33
34 swfcombine:
35
36     * allow "combining" Actionscript and SWF.
37     * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
38     * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
39     * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
40     * Handle Bounding boxes
41     * support for centering (remove need to set -x,-y parameters manually when linking
42       preloaders)
43     * fix clipdepths
44
45 swfextract:
46     
47     * mp3 extraction should also work for movieclips.
48     * frame extraction should also extract not yet deleted characters from the previous frames.
49
50 swfbbox:
51
52     * support for MorphShape?
53
54 wav2swf:
55
56     * pad blocks for mp3 compression
57     * stereo support?
58
59 librfxswf:
60
61     * logging
62     * fix font parsing- code offsets should be used
63
64 png2swf:
65
66     * Image mode 4
67     * Interlace mode 1
68
69 Makefiles/configure/installation:
70
71     * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
72
73 other:
74
75     * swf2fig
76     * swfrender
77     * update man pages
78
79 documentation:
80
81     * basic command set 
82     * example set illustrating basics
83     * cook book:  how to get familiar effects 
84         (fade/wipe/titles/scrolling/false perspective etc)
85     * complete list of all required packages and libs and how to get/build them
86