documentation file for avi2swf
[swftools.git] / ChangeLog
1 0.0.1: initial release
2 0.0.2: 
3         * pdf2swf: Added support for pdf bitmaps, clipping, state saving/restoring, colors,
4                    solid fill and line width. The output SWF files are now much smaller.
5         * swfcombine: Added stacking option (-t)
6         * swfcombine: Small bugfixes with the command line options
7         * rfxswf-lib: some bugfixes concerning sprites, cgi, shapes, jpegs.
8         * swfstrings: New: Allows extraction of text from swf files
9         * swfdump: New: Dumps swf file information. (And does some error checking on the SWF)
10         * jpeg2swf: New: Converts one or more jpegs to a swf movie.
11
12 0.1.0: 
13         * configure: Now works without automake, automatically disables 
14                         jpeg2swf and pdf2swf if jpeglib is not found (disable
15                         both) or t1lib is not found (disable pdf2swf)
16         * swfcombine: bugfix: DEFINETEXT tags didn't get relocated right
17         * swfcombine: bugfix: no longer builds "unstreamable" SWFs
18         * rfxswf-lib: actionscript
19         * rfxswf-lib: lossless image formats
20         * pdf2swf: conversion of lossless image formats
21         * pdf2swf: picture cache to prevent images getting stored more than once
22         * pdf2swf: conversion of (hyper)links
23         * swfdump: -a, -e and -XY options
24         * lib/example/zlibtest: new file, demonstrates using lossless images with rfxswf-lib
25         * lib/example/dumpfont: utility for dumping fonts out of swf (and generate c sourcecode for creating them)
26         * lib/example/demofont: example font, generated with lib/example/dumpfont.
27
28 0.1.1:  
29         * swfcombine: Wasn't able to handle converted pdfs with links. Fixed.
30         * swfcombine: Introduce --dummy, -X,-Y,-r options
31         * swfdump: new: -r option
32         * pdf2swf: small bugfixes
33         * HOWTO_pdf2swf: added section about correcting size and framerate
34
35 0.1.2:
36         * swfdump: can dump all actionscript flavours (button, button2, standalone) now
37         * rfxswf-lib: improved font handling
38         * lib/example/makefonts.cc: new file, converts the standard fonts to swf
39         * lib/example/glyphshape.c: new file, demonstrates using font characters as shapes
40         * pdfswf: many bugfixes. The "pdfscreen" manual now get's converted correctly
41         * rfxswf-lib: bugfix: Couldn't handle jpeg grayscale images
42
43 0.2.0:  
44         * pdf2swf: TrueType support added. (using ttf2pt1)
45         * rfxswf-lib: performs conversion of jpeg colorspaces now. (Makes pdf2swf cope
46                        with more types of jpegs)
47         * swfextract: new tool, allows to extract single objects, frames etc. from movieclips
48         * swfcombine: allows ids instead of names, now, too.
49         * swfdump: added text displaying functionality. (like swfstrings)
50         * swfdump: now dumps also the undocumented placeobject2 actioncode.
51         * lib/example/avi2swf.cc: For now, converts small (!) avi movie files to swf.  (using 
52                                   libavifile)
53
54 0.2.1:  
55         * configure: Does checking for byte order and command substitution capability now.
56         * rfxswf: Applied Anjo Krank's patch for MacOS X.
57         * pdf2swf: Fixed font transformation matrix
58         * swfcombine: new options: --cat, --stack1, --merge, --frame
59         * swfs/: new directory, holds some standard SWFs primarily used for pdf2swf
60                  installs into ${DATADIR}/swftools/swfs
61         * pdf2swf: New options --viewer, --preloader, -b, -l
62         * pdf2swf: Fonts are now in ${DATADIR}/swftools/fonts
63
64 0.2.2:  
65         * swfs/: Added/Wrote sources for some of the swf files 
66         * swfdump: Major bugfix in placeobject2, hex output function
67         * swfextract: Can now extract png, jpeg and mp3.
68         * swfcombine: big endian fixes
69         * swfextract: big endian fixes
70         * pdf2swf: Changed from 100dpi to 72dpi conversion
71         * pdf2swf: Some optimizations, fix the zero string problem.
72         * lib/: Added Bladeenc 0.94.1 for mp3 compression
73         * lib/example/avi2swf.cc: Can now handle big files. Slightly better compression ratio. Sound.
74         * lib/example/sound.c: New file, demonstrates use of the sound module in librfxswf.
75
76 0.2.3: 
77         * pdf2swf: New option --fontdir, can now handle external fonts.
78         * lib/modules/swftext.c: Several font-extraction bugfixes
79         * src/swfdump: Bugfixes, ids and depths are now in decimal
80         * src/swfcombine: Bugfixes.
81         * configure.in: Cleaned up.
82
83 0.3.0:
84         * pdf2swf: The --ignore option now actually makes the pdf files smaller.
85         * rfxswf: Can now write DefineFont2 tags
86         * swfextract/swfcombine: Bugfixes (DefineEditText)
87         * swfdump: New option --used, prints out referred IDs of each tag.
88         * rfxswf: Can now read and write Flash 6 (MX) compressed SWFs. (SWCs)
89         * pdf2swf: Added compression flag (-z)
90         * swfcombine: Added compression flag (-z)
91         * configure.in: zlib is now required.
92         * src/png2swf: New tool.
93         * swfdump: Prints some image infos now.
94         * pdf2swf: Fixed Image handling
95         * avi2swf/: Is part of the main distribution now
96         * src/wav2swf: New tool.
97
98 0.3.1:
99         * configure: Didn't create all Makefiles when t1lib or jpeglib were absent. Fixed.
100         * swfs/Makefile: FreeBSD fixes.
101
102 0.4.0:
103         * pdf2swf/xpdf: Upgraded PDF Parser to Version 1.01.
104         * pdf2swf: Can now handle Type 3 Fonts. (As Bitmaps)
105         * src/swfcombine: Completely rewritten, using the rfxswf routines
106         * configure: Check for libtool
107         * lib/rfxswf: Fixed some parsing bugs (swffont, swfdump)
108         * pdf2swf: Added antialiasing capabilities for Type 3 Fonts
109         * lib/examples/makefonts: Fonts: Bounding boxes are now handled correctly
110         * png2swf: Support for more image types
111         * pdf2swf: New option -t (--stop)
112
113 0.4.1:
114         * src/swfcombine: Bugfix with -x option
115         * lib/Makefile: MacOSX fixes
116         * pdf2swf/SWFOutput.cc: fixed undefined sqrt()
117         * src/png2swf: Support for transparency
118         * pdf2swf: Support for CID Fonts
119         * src/swfcombine: Bugfixes
120         * lib/rfxswf: Added Sprite Unfolding routines
121
122 0.4.2:
123         * src/Makefile: OpenBSD fixes
124         * lib/lame: Removed *.o files from archive
125         * avi2swf: Implemented --flip option
126         * pdf2swf: Implemented --flashversion option
127         * pdf2swf: Implemented Viewer gadgets- it's now possible to call Flash functions via hyperlink
128
129 0.4.3:
130         * src/jpeg2swf: Grayscale fix
131         * lib/rfxswf: Improved MX support
132         * pdf2swf: Command line fixes
133         * swfdump: Added -f (--frames) option
134         * png2swf: Added support for mode 6 images
135         * swfs: Support for print protection in simple_viewer
136         * swfs: added keyboard_viewer
137         * swfcombine: Bugfixes
138         * swfdump: Shows frame position now.
139         * swfdump: Some definesound infos added
140         * wav2swf: added support for definesound, looping and framerate
141         * pdf2swf: Calling Actionscript Functions can now also be done via http: hyperlink,
142                    e.g.: http://pdf2swf:call:_root.myFunction:parameter
143         * ./*/Makefile: all Makefiles rewritten.
144
145 0.4.4:
146         * src/swfextract: output file name handling fix
147         * lib/rfxswf: better sprite fold/unfold support
148         * src/swfdump: new option -p (--placements), support for exportassets, namecharacter
149         * src/swfextract: support for font extraction
150         * pdf2swf/font2swf: new tool, for converting Type1 fonts to SWF
151         * lib/rfxswf: font routines fixed
152         * lib/rfxswf: support for definejpegbits3
153         * src/png2swf: better support for 32 bit images with transparency
154         * pdf2swf/pdf2swf: slightly better TTF support, some fixes
155         * pdf2swf/pdf2swf: Output filename is no longer mandatory
156         * lib/rfxswf: added workaround for the 63-byte BMF_32 bug in the Flash Player
157         * lib/rfxswf: fix for ratios in swfobject.c
158         * src/swfdump: shows some info about video tags now
159         * pdf2swf/pdf2swf: greatly improved spline conversion
160         * pdf2swf/: Fix for t1lib-5.0.0
161         * src/wav2swf: streaming sound now works for all framerates < 35.
162 0.5.0: (not yet released)
163         * pdf2swf: added support for capline-styles
164         * avi2swf: added h.263 support
165         * avi2swf: improved sound support
166         * Makefiles: added MingW/Cygwin support
167         * pdf2swf/ttf2pt1: upgraded to ttf2pt1 3.4.3.
168         * lib/: changed logf to msg (support for gcc 3.2)
169         * src/jpeg2swf: Added support for H.263 compression (for correlated images).
170         * swfc: New tool, allow compilation of .sc files to swf
171         * swfbbox: New Tool, allows several bounding box operations on SWFs
172         * wav2swf: added support for samplerate 44100 (Marcus Doemling)
173         * avi2swf: added -r (--mp3-samplerate) parameter (Marcus Doemling)
174