bugfixes
[swftools.git] / TODO
1 swfc:
2
3     * input from stdin
4     * .movie feature
5     * button sounds
6     * bounding box parsing: remove : syntax, add ; or +- syntax
7     * color/line should be named linecolor/linewidth
8     * open paths in .outline
9     * create ActionScript arrays out of outlines?
10     * .qchance, .cchange
11     * .morph
12     * .soundstream
13     * .texture
14     * .orbit
15     * plugins?
16     * .lock/.unlock
17     * object rel coords, as in obj1.(x,y) and monkey.nose
18         "follow me" feature:  default, or should it be explicitly specified?
19     * .replace command
20         .crossfade command?
21     * .egon  (stub is there, never really implemented)... folding edges?
22     * .importassets
23     * default output filename (name.sc -> name.swf) if unspecified
24     * SWF 3 actionscript commands shortcuts: geturl, gotoframe?
25     * .hide/.show?
26     * store instance coordinates for .put with same name after .del?
27     * Macros: .macro x=30 y=30 .text x=x+30 y=y+30 text="testtext" .end
28
29
30 avi2swf:
31
32     * fix -n option
33     * speed up h.263 routines (MMX?)
34     * support for all-black I-Frames
35     * do a flash player test suite to find out which h.263 movies work where
36     * bicubic/area-averaging scaling
37
38 swfcombine:
39
40     * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
41     * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
42     * swfcombine -f should allocate a proper depth, not just use 65535.
43     * Handle Bounding boxes
44     * support for centering (remove need to set -x,-y parameters manually when linking
45       preloaders)
46     * fix clipdepths
47     * rotating
48     * allow to replace images
49     * allow to replace texts
50
51 swfextract:
52     
53     * mp3 extraction should also work for movieclips.
54     * frame extraction should also extract not yet deleted characters from the previous frames.
55
56 swfstrings:
57     
58     * UTF8 output?
59
60 swfbbox:
61
62     * support for MorphShape?
63     * support for clipping when doing -e.
64
65 wav2swf:
66
67     * pad blocks for mp3 compression
68     * stereo support?
69     * -E option doesn't work (as documented)
70
71 librfxswf:
72
73     * logging
74     * fix font parsing- code offsets should be used
75     * add automatical size optimization by re-using tags and images with identical data
76     * fix font reduce code
77     * drawer paths should be closer to the SVG syntax (no space between M and coord)
78
79 librfxswf/python:
80
81     * get MacPython (http://undefined.org/python/) to work
82
83 pdf2swf:
84
85     * Make a new viewer (with pageflipping)
86     * Fix even-odd/clockwise-anticlockwise fill problems
87     * optimize monochrome image handling?
88     * send converted links to a actionscript function instead of opening a new browser 
89       window with getURL() as it is done today?
90       Like: pdf2swf.exe -uf _root.sendURL 1.pdf -o 1.swf
91
92 png2swf:
93
94     * Image mode 4
95     * Interlace mode 1
96     * add jpeg compression
97
98 swfdump:
99
100     * Flash 7 action codes
101     * gradients
102
103 swfrender:
104
105     * Does a move-type PLACEOBJECT2 reset matrix etc. if it isn't set?
106     * If an actionscript in frame 2 sets a sprite (set in frame 1) to frame 3, what
107       does happen if we jump to frame 3 directly?
108
109 Makefiles/configure/installation:
110
111     * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
112     * jpeglib test program (for Solaris)
113
114 Win32 Installation:
115
116     * The installer colors are ugly
117     * Add Logo
118     * Make ParseDisplayName work
119
120 other:
121
122     * swf2fig
123     * swfrender
124     * update man pages
125
126 documentation:
127
128     * basic command set 
129     * example set illustrating basics
130     * cook book:  how to get familiar effects 
131         (fade/wipe/titles/scrolling/false perspective etc)
132     * complete list of all required packages and libs and how to get/build them
133