X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=ChangeLog;h=ef0b7a99963fbb9bc1f9cffe6e913faa8bbb0d73;hb=244e8c291da098e9b95d4f795cce4c941b83aa5a;hp=129a4906c27720be077cfa2d905e18441ee583d0;hpb=bb9d8cd42872597ffb7261d1c6f25ff401b995ee;p=swftools.git diff --git a/ChangeLog b/ChangeLog index 129a490..ef0b7a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -58,3 +58,27 @@ 0.2.2: * swfs/: Added/Wrote sources for some of the swf files * swfdump: Major bugfix in placeobject2, hex output function + * swfextract: Can now extract png, jpeg and mp3. + * swfcombine: big endian fixes + * swfextract: big endian fixes + * pdf2swf: Changed from 100dpi to 72dpi conversion + * pdf2swf: Some optimizations, fix the zero string problem. + * lib/: Added Bladeenc 0.94.1 for mp3 compression + * lib/example/avi2swf.cc: Can now handle big files. Slightly better compression ratio. Sound. + * lib/example/sound.c: New file, demonstrates use of the sound module in librfxswf. +0.2.3: + * pdf2swf: New option --fontdir, can now handle external fonts. + * lib/modules/swftext.c: Several font-extraction bugfixes + * src/swfdump: Bugfixes, ids and depths are now in decimal + * src/swfcombine: Bugfixes. + * configure.in: Cleaned up. +0.2.4: + * pdf2swf: The --ignore option now actually makes the pdf files smaller. + * rfxswf: Can now write DefineFont2 tags + * swfextract/swfcombine: Bugfixes (DefineEditText) + * swfdump: New option --used, prints out referred IDs of each tag. + * rfxswf: Can now read and write Flash 6 (MX) compressed SWFs. (SWCs) + * pdf2swf: Added compression flag (-z) + * swfcombine: Added compression flag (-z) + * configure.in: zlib is now required. +