the antialize parameter in swf_RenderSWF() is now an int
[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
26 avi2swf:
27
28     * fix -n option
29     * speed up h.263 routines (MMX?)
30     * support for all-black I-Frames
31     * do a flash player test suite to find out which h.263 movies work where
32
33 swfcombine:
34
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     * swfcombine -f should allocate a proper depth, not just use 65535.
39     * Handle Bounding boxes
40     * support for centering (remove need to set -x,-y parameters manually when linking
41       preloaders)
42     * fix clipdepths
43     * rotating
44     * allow to replace images
45     * allow to replace texts
46
47 swfextract:
48     
49     * mp3 extraction should also work for movieclips.
50     * frame extraction should also extract not yet deleted characters from the previous frames.
51
52 swfbbox:
53
54     * support for MorphShape?
55     * support for clipping when doing -e.
56
57 wav2swf:
58
59     * pad blocks for mp3 compression
60     * stereo support?
61
62 librfxswf:
63
64     * logging
65     * fix font parsing- code offsets should be used
66     * add automatical size optimization by re-using tags and images with identical data
67     * fix font reduce code
68
69 png2swf:
70
71     * Image mode 4
72     * Interlace mode 1
73
74 swfrender:
75
76     * Does a move-type PLACEOBJECT2 reset matrix etc. if it isn't set?
77     * If an actionscript in frame 2 sets a sprite (set in frame 1) to frame 3, what
78       does happen if we jump to frame 3 directly?
79
80 Makefiles/configure/installation:
81
82     * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
83     * jpeglib test program (for Solaris)
84
85 Win32 Installation:
86
87     * The installer colors are ugly
88     * Add Logo
89     * Make ParseDisplayName work
90
91 other:
92
93     * swf2fig
94     * swfrender
95     * update man pages
96
97 documentation:
98
99     * basic command set 
100     * example set illustrating basics
101     * cook book:  how to get familiar effects 
102         (fade/wipe/titles/scrolling/false perspective etc)
103     * complete list of all required packages and libs and how to get/build them
104