X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=ChangeLog;h=d8ebfc6d45601697aa363845483ebecbcbd0d4ae;hp=55feb5fa2cbddc6e6c0d655507d6db10b5d44191;hb=ede90e3f60487332bcaede6d8f62ad0f3e0fb715;hpb=f2edb50fa1420cc889950255d2c13b472fa25106 diff --git a/ChangeLog b/ChangeLog index 55feb5f..d8ebfc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -108,4 +108,67 @@ * pdf2swf: Added antialiasing capabilities for Type 3 Fonts * lib/examples/makefonts: Fonts: Bounding boxes are now handled correctly * png2swf: Support for more image types + * pdf2swf: New option -t (--stop) + +0.4.1: + * src/swfcombine: Bugfix with -x option + * lib/Makefile: MacOSX fixes + * pdf2swf/SWFOutput.cc: fixed undefined sqrt() + * src/png2swf: Support for transparency + * pdf2swf: Support for CID Fonts + * src/swfcombine: Bugfixes + * lib/rfxswf: Added Sprite Unfolding routines + +0.4.2: + * src/Makefile: OpenBSD fixes + * lib/lame: Removed *.o files from archive + * avi2swf: Implemented --flip option + * pdf2swf: Implemented --flashversion option + * pdf2swf: Implemented Viewer gadgets- it's now possible to call Flash functions via hyperlink + +0.4.3: + * src/jpeg2swf: Grayscale fix + * lib/rfxswf: Improved MX support + * pdf2swf: Command line fixes + * swfdump: Added -f (--frames) option + * png2swf: Added support for mode 6 images + * swfs: Support for print protection in simple_viewer + * swfs: added keyboard_viewer + * swfcombine: Bugfixes + * swfdump: Shows frame position now. + * swfdump: Some definesound infos added + * wav2swf: added support for definesound, looping and framerate + * pdf2swf: Calling Actionscript Functions can now also be done via http: hyperlink, + e.g.: http://pdf2swf:call:_root.myFunction:parameter + * ./*/Makefile: all Makefiles rewritten. + +0.4.4: + * src/swfextract: output file name handling fix + * lib/rfxswf: better sprite fold/unfold support + * src/swfdump: new option -p (--placements), support for exportassets, namecharacter + * src/swfextract: support for font extraction + * pdf2swf/font2swf: new tool, for converting Type1 fonts to SWF + * lib/rfxswf: font routines fixed + * lib/rfxswf: support for definejpegbits3 + * src/png2swf: better support for 32 bit images with transparency + * pdf2swf/pdf2swf: slightly better TTF support, some fixes + * pdf2swf/pdf2swf: Output filename is no longer mandatory + * lib/rfxswf: added workaround for the 63-byte BMF_32 bug in the Flash Player + * lib/rfxswf: fix for ratios in swfobject.c + * src/swfdump: shows some info about video tags now + * pdf2swf/pdf2swf: greatly improved spline conversion + * pdf2swf/: Fix for t1lib-5.0.0 + * src/wav2swf: streaming sound now works for all framerates < 35. +0.5.0: (not yet released) + * pdf2swf: added support for capline-styles + * avi2swf: added h.263 support + * avi2swf: improved sound support + * Makefiles: added MingW/Cygwin support + * pdf2swf/ttf2pt1: upgraded to ttf2pt1 3.4.3. + * lib/: changed logf to msg (support for gcc 3.2) + * src/jpeg2swf: Added support for H.263 compression (for correlated images). + * swfc: New tool, allow compilation of .sc files to swf + * swfbbox: New Tool, allows several bounding box operations on SWFs + * wav2swf: added support for samplerate 44100 (Marcus Doemling) + * avi2swf: added -r (--mp3-samplerate) parameter (Marcus Doemling)