implement --merge, --frame and --stack1 options.
[swftools.git] / src /
2001-12-16 krammimplement --merge, --frame and --stack1 options.
2001-12-16 krammgetidfromtag now also handles the displaylist tags
2001-12-13 krammadded --cat option.
2001-12-13 krammchanged __config_h__ to __settings_h__ to avoid conflic...
2001-12-03 boehmeswfdump: fix segfault and endless loop; improved action...
2001-12-03 krammFixed filename.
2001-12-02 krammbrought up to date.
2001-12-02 krammthe swfextract man file was in there twice.
2001-12-02 kramm* Added support for extracting frames and multiple...
2001-12-02 krammthe real args.h is in ../lib for some time now.
2001-12-01 krammmake output shorter:
2001-11-30 kramm* disassemble actionscript in placeobject2
2001-11-30 krammfixed movieclip writing. (sometimes wrote too much)
2001-11-30 kramm* bugfix in text handling
2001-11-30 krammdon't report an "Didn't find object %s in file" error...
2001-11-29 krammbrought up to date.
2001-11-29 krammallow ids instead of names.
2001-11-29 kramm* several bugfixes
2001-11-29 krammadded function map_ids_mem().
2001-11-29 krammadded option -t.
2001-11-29 krammman page for swfextract.
2001-11-29 kramm* print frame number in SHOWFRAME
2001-11-29 kramm* fixed gradient reading
2001-11-29 krammadded handling for jpegtables.
2001-11-29 krammadded tool "swfextract".
2001-11-29 krammreadMATRIX() needs a preceding resetbits()
2001-11-18 krammdump frame label and textfield variable names
2001-11-06 kramm* updated function names for the actionscript module
2001-11-05 krammadded dumping of actionscript in buttons
2001-11-04 krammBrought up to date
2001-11-04 krammadded documentation for the new options
2001-11-04 krammadded -r option
2001-11-04 krammadded --dump option
2001-11-04 krammadded dump option
2001-11-04 krammdisplay warnings if the files have no 'FWS' header
2001-11-04 krammnew options -X, -Y, -r
2001-11-04 krammadded header rewriting
2001-11-04 krammnew varibles framerate, sizex, sizey, hassizex, hassizey
2001-11-04 krammnew function swf_write_header
2001-11-04 krammnew function writer_writeu32()
2001-11-04 krammadded definebutton{sound,cxform} tags
2001-11-04 krammadded support for definebutton{sound,cxform}
2001-11-04 krammadded readu32().
2001-11-04 kramm* fixed relocation of definebutton.
2001-11-01 boehmenew feature: prescale and quality may vary between...
2001-10-31 krammadded version dumping in --html routine
2001-10-31 krammadded documentation about the -e option
2001-10-31 krammadded -X, -Y and -e options
2001-10-31 krammadded -X, -Y option
2001-10-31 boehmerfxswf cleanups: TAG structure and ResetWriteBits/Reset...
2001-10-30 krammresolved conflicts
2001-10-30 boehmerfxswf cleanups: added prefixes and altered structure...
2001-10-30 krammmade swfdump dependent on ../lib/rfxswf.o
2001-10-30 krammuse the dump function in swfaction.c.
2001-10-30 krammcorrected some errors in the op table
2001-10-29 krammadded actionscript disassembling
2001-10-29 krammadded -a option
2001-10-29 kramminclude sys/types.h, also
2001-10-29 krammmade some code dependent on HAVE_SYS_STAT_H.
2001-10-29 kramm* Check filesize
2001-10-29 krammshow tag sizes
2001-10-28 kramminitialize config.antistream
2001-10-28 kramm* fixed a typo in the header
2001-10-28 krammmake the combined swfs suitable for streaming. (can...
2001-10-27 krammremoved stamp-h stuff
2001-10-27 krammmake stacking appear in usage (--help).
2001-10-27 krammfixed DEFINETEXT relocating
2001-10-27 krammremoved the "stacking doesn't work yet" message, as...
2001-10-27 krammremoved a printf
2001-10-27 krammmake jpeg2swf target optional
2001-10-27 krammripped all the remaining automake self-generating stuff out
2001-10-27 krammwe don't do automake anymore
2001-10-26 krammremoved Makefile target
2001-10-26 krammgenerated from Makefile.am
2001-10-26 krammremoved the all-am stuff again
2001-10-26 krammgenerated from Makefile.am
2001-10-26 krammprevent automatically generating the Makefile, config...
2001-10-25 krammgenerated from configure.in
2001-10-24 boehme* fix: install jpeg2swf.1
2001-10-24 boehmebugfix: error message on <file not found> without last...
2001-10-24 krammfixed font style
2001-10-23 krammadded enhanced argument parsing
2001-10-23 krammexit(0) after --version
2001-10-23 krammcommand line option --version now works
2001-10-23 kramm* now uses args_long2shortoption()
2001-10-23 kramm* args.h is moved into lib
2001-10-23 kramm* args.h is moved into lib
2001-10-22 krammadded new tool (jpeg2swf)
2001-10-18 krammInitial revision