From fa9f00a460c9d7178423b3a42c2fc9ffc20fbb08 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 3 Dec 2003 19:29:35 +0000 Subject: [PATCH] Brought up to date --- ChangeLog | 5 +++++ FAQ | 5 +++-- TODO | 11 ++++++++--- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5db328b..d8ebfc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -167,3 +167,8 @@ * 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) + diff --git a/FAQ b/FAQ index 93e7770..37cba0c 100644 --- a/FAQ +++ b/FAQ @@ -115,6 +115,7 @@ 11.) Is there a mailing list for SWFTools? - There used to be, however it was shut down due to lack of traffic. The archive - is available as raw INBOX file on http://www.quiss.org/swftools/list.tar.gz . + Yes there is. You can subscribe by going to + + http://mail.nongnu.org/mailman/listinfo/swftools-common diff --git a/TODO b/TODO index 85ad8ab..0d17ea4 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,7 @@ swfc: * simple actionscript commands * rewrite in python + * python plugins? * .texture * .lock/.unlock * object rel coords, as in obj1.(x,y) and monkey.nose @@ -12,10 +13,9 @@ swfc: * text: newlines * .egon (stub is there, never really implemented)... folding edges? * .editbox + * .buttons * .importassets * default output filename (name.sc -> name.swf) if unspecified - * change .swf to .flash ? - import swfs with .swf instead of .movie? * .hide/.show? * .orbit * store instance coordinates for .put with same name after .del? @@ -47,6 +47,7 @@ swfcombine: relocate depth in normalcombine() * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites + * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work? * support for centering (remove need to set -x,-y parameters manually when linking preloaders) @@ -61,7 +62,6 @@ swfbbox: wav2swf: - * support for 44100khz * pad blocks for mp3 compression librfxswf: @@ -69,6 +69,11 @@ librfxswf: * Actionscript has memory leaks * Font routines still need a little more work (shape alignment) +png2swf: + + * Image mode 4 + * Interlace mode 1 + Makefiles/configure/installation: * check for vsnprintf, strndup etc. and supply replacements -- 1.7.10.4