Brought up to date
[swftools.git] / TODO
1 swfc:
2
3     * color/line should be named linecolor/linewidth
4     * .morph
5     * .soundstream
6     * text: newlines
7     * .texture
8     * .orbit
9     * plugins?
10     * .lock/.unlock
11     * object rel coords, as in obj1.(x,y) and monkey.nose
12         "follow me" feature:  default, or should it be explicitly specified?
13     * .replace command
14         .crossfade command?
15     * .egon  (stub is there, never really implemented)... folding edges?
16     * .importassets
17     * default output filename (name.sc -> name.swf) if unspecified
18     * SWF 3 actionscript commands shortcuts: geturl, gotoframe?
19     * .hide/.show?
20     * store instance coordinates for .put with same name after .del?
21     * Macros: .macro x=30 y=30 .text x=x+30 y=y+30 text="testtext" .end
22
23 pdf2swf:
24
25     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
26               optional- use another color for dashed lines)
27
28 avi2swf:
29
30     * speed up h.263 routines (MMX?)
31     * support for all-black I-Frames
32     * do a flash player test suite to find out which h.263 movies work where
33
34 swfcombine:
35
36     * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
37     * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
38     * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
39     * swfcombine -f should allocate a proper depth, not just use 65535.
40     * Handle Bounding boxes
41     * support for centering (remove need to set -x,-y parameters manually when linking
42       preloaders)
43     * fix clipdepths
44     * rotating
45
46 swfextract:
47     
48     * mp3 extraction should also work for movieclips.
49     * frame extraction should also extract not yet deleted characters from the previous frames.
50
51 swfbbox:
52
53     * support for MorphShape?
54     * support for clipping when doing -e.
55
56 wav2swf:
57
58     * pad blocks for mp3 compression
59     * stereo support?
60
61 librfxswf:
62
63     * logging
64     * fix font parsing- code offsets should be used
65     * add automatical size optimization by re-using tags with identical data
66
67 png2swf:
68
69     * Image mode 4
70     * Interlace mode 1
71     * filtering: is alpha 255 or 0 in non-existant surrounding pixels?
72
73 swfrender:
74
75     * Does a move-type PLACEOBJECT2 reset matrix etc. if it isn't set?
76     * If an actionscript in frame 2 sets a sprite (set in frame 1) to frame 3, what
77       does happen if we jump to frame 3 directly?
78
79 Makefiles/configure/installation:
80
81     * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
82
83 Win32 Installation:
84
85     * The installer colors are ugly
86     * Add Logo
87     * Make ParseDisplayName work
88
89 other:
90
91     * swf2fig
92     * swfrender
93     * update man pages
94
95 documentation:
96
97     * basic command set 
98     * example set illustrating basics
99     * cook book:  how to get familiar effects 
100         (fade/wipe/titles/scrolling/false perspective etc)
101     * complete list of all required packages and libs and how to get/build them
102