Brought up to date
[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 0.1.0: 
12         * configure: Now works without automake, automatically disables 
13                         jpeg2swf and pdf2swf if jpeglib is not found (disable
14                         both) or t1lib is not found (disable pdf2swf)
15         * swfcombine: bugfix: DEFINETEXT tags didn't get relocated right
16         * swfcombine: bugfix: no longer builds "unstreamable" SWFs
17         * rfxswf-lib: actionscript
18         * rfxswf-lib: lossless image formats
19         * pdf2swf: conversion of lossless image formats
20         * pdf2swf: picture cache to prevent images getting stored more than once
21         * pdf2swf: conversion of (hyper)links
22         * swfdump: -a, -e and -XY options
23         * lib/example/zlibtest: new file, demonstrates using lossless images with rfxswf-lib
24         * lib/example/dumpfont: utility for dumping fonts out of swf (and generate c sourcecode for creating them)
25         * lib/example/demofont: example font, generated with lib/example/dumpfont.
26 0.1.1:  
27         * swfcombine: Wasn't able to handle converted pdfs with links. Fixed.
28         * swfcombine: Introduce --dummy, -X,-Y,-r options
29         * swfdump: new: -r option
30         * pdf2swf: small bugfixes
31         * HOWTO_pdf2swf: added section about correcting size and framerate
32 0.1.2:
33         * swfdump: can dump all actionscript flavours (button, button2, standalone) now
34         * rfxswf-lib: improved font handling
35         * lib/example/makefonts.cc: new file, converts the standard fonts to swf
36         * lib/example/glyphshape.c: new file, demonstrates using font characters as shapes
37         * pdfswf: many bugfixes. The "pdfscreen" manual now get's converted correctly
38         * rfxswf-lib: bugfix: Couldn't handle jpeg grayscale images
39 0.2.0:  
40         * pdf2swf: TrueType support added. (using ttf2pt1)
41         * rfxswf-lib: performs conversion of jpeg colorspaces now. (Makes pdf2swf cope
42                        with more types of jpegs)
43         * swfextract: new tool, allows to extract single objects, frames etc. from movieclips
44         * swfcombine: allows ids instead of names, now, too.
45         * swfdump: added text displaying functionality. (like swfstrings)
46         * swfdump: now dumps also the undocumented placeobject2 actioncode.
47         * lib/example/avi2swf.cc: For now, converts small (!) avi movie files to swf.  (using 
48                                   libavifile)
49 0.2.1:  
50         * configure: Does checking for byte order and command substitution capability now.
51         * rfxswf: Applied Anjo Krank's patch for MacOS X.
52         * pdf2swf: Fixed font transformation matrix
53         * swfcombine: new options: --cat, --stack1, --merge, --frame
54         * swfs/: new directory, holds some standard SWFs primarily used for pdf2swf
55                  installs into ${DATADIR}/swftools/swfs
56         * pdf2swf: New options --viewer, --preloader, -b, -l
57         * pdf2swf: Fonts are now in ${DATADIR}/swftools/fonts
58 0.2.2:  
59         * swfs/: Added/Wrote sources for some of the swf files 
60         * swfdump: Major bugfix in placeobject2, hex output function
61         * swfextract: Can now extract png, jpeg and mp3.
62         * swfcombine: big endian fixes
63         * swfextract: big endian fixes
64         * pdf2swf: Changed from 100dpi to 72dpi conversion
65         * pdf2swf: Some optimizations, fix the zero string problem.
66         * lib/: Added Bladeenc 0.94.1 for mp3 compression
67         * lib/example/avi2swf.cc: Can now handle big files. Slightly better compression ratio. Sound.
68         * lib/example/sound.c: New file, demonstrates use of the sound module in librfxswf.
69 0.2.3: 
70         * pdf2swf: New option --fontdir, can now handle external fonts.
71         * lib/modules/swftext.c: Several font-extraction bugfixes
72         * src/swfdump: Bugfixes, ids and depths are now in decimal
73         * src/swfcombine: Bugfixes.
74         * configure.in: Cleaned up.
75 0.2.4:
76         * pdf2swf: The --ignore option now actually makes the pdf files smaller.
77         * rfxswf: Can now write DefineFont2 tags
78         * swfextract: Bugfixes (DefineEditText)
79