added items.
[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
28 avi2swf:
29
30     * speed up h.263 routines (MMX?)
31
32 swfcombine:
33
34     * allow "combining" Actionscript and SWF.
35     * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
36     * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
37     * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
38     * Handle Bounding boxes
39     * support for centering (remove need to set -x,-y parameters manually when linking
40       preloaders)
41     * fix clipdepths
42
43 swfextract:
44     
45     * mp3 extraction should also work for movieclips.
46     * frame extraction should also extract not yet deleted characters from the previous frames.
47
48 swfbbox:
49
50     * support for MorphShape?
51
52 wav2swf:
53
54     * pad blocks for mp3 compression
55     * stereo support?
56
57 librfxswf:
58
59     * logging
60     * fix font parsing- code offsets should be used
61
62 png2swf:
63
64     * Image mode 4
65     * Interlace mode 1
66
67 Makefiles/configure/installation:
68
69     * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
70
71 other:
72
73     * swf2fig
74     * swfrender
75     * update man pages
76
77 documentation:
78
79     * basic command set 
80     * example set illustrating basics
81     * cook book:  how to get familiar effects 
82         (fade/wipe/titles/scrolling/false perspective etc)
83     * complete list of all required packages and libs and how to get/build them
84