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