diff options
author | kramm <kramm> | 2003-04-16 18:58:32 +0000 |
---|---|---|
committer | kramm <kramm> | 2003-04-16 18:58:32 +0000 |
commit | b5fdc520ac84107bdf151da5214db070d09814bb (patch) | |
tree | 1bd630bf37696069d8f1d721c76f9a04a830c456 | |
parent | 919cf73dfd4cf92ac11a45e455784f0ea5fd991b (diff) |
Brought up to daterelease-0-4-4
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | TODO | 9 |
2 files changed, 5 insertions, 8 deletions
@@ -142,7 +142,7 @@ e.g.: http://pdf2swf:call:_root.myFunction:parameter * ./*/Makefile: all Makefiles rewritten. -0.4.4: (not yet released) +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 @@ -157,3 +157,5 @@ * 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. @@ -10,7 +10,7 @@ swfc: * .egon (stub is there, never really implemented)... folding edges? * dump format for ingestion into swifty? * .editbox - * .importassets, .import + * .importassets * default output filename (name.sc -> name.swf) if unspecified * change .swf to .flash ? import swfs with .swf instead of .movie? @@ -30,8 +30,7 @@ pdf2swf: font2swf: - * implement support for truetype fonts. [yes please :-)] - * command line option parsing + * implement support for truetype fonts. swfcombine: @@ -46,10 +45,6 @@ swfextract: * mp3 extraction should also work for movieclips. -wav2swf: - - * -r flag doesn't work without -d option. - librfxswf: * Actionscript has memory leaks |