made getstring respect the tag boundary
[swftools.git] / lib / rfxswf.c
2007-01-17 krammmade getstring respect the tag boundary
2007-01-13 krammadded writing of flash 8 setattributes tag
2007-01-06 krammreader/writer are now typedefs
2006-06-16 krammgenerate long tags for soundstreamblock and definejpeg...
2005-11-06 krammmoved memory handling to mem.c, mem.h
2005-04-29 krammfixed duplicate ST_REFLEX handling
2005-04-01 krammadded some more info to the "out of memory" messages.
2005-02-22 krammfixed png2swf -C bug.
2005-02-05 krammfixed swf_SetPassword() bug.
2004-12-16 krammadded gcc 2.95.x support.
2004-11-17 krammfixed bug in swf_OptimizeTagOrder().
2004-11-17 kramm* fixed swf_CopySWF
2004-11-17 krammadded swf_CopySWF() function.
2004-11-15 krammfixed swf_ExpandRect3().
2004-11-11 krammadded dummy MEMORY_INFO block.
2004-11-08 krammadded handling for incomplete tags during file reading.
2004-11-07 krammremoved debug routines around malloc(0) handling.
2004-11-07 krammlet END tags increase the frame count under special...
2004-11-05 krammadded rfx_realloc().
2004-11-05 krammremoved high-level memory allocation functions from...
2004-11-05 krammnew functions
2004-11-05 krammchanged from malloc to rfx_alloc.
2004-09-14 krammadded overflow checking to swf_SetS16().
2004-09-07 krammfixed bug in frame counter.
2004-08-18 krammfixed typo.
2004-08-18 krammadded swf_ExpandRect3() method.
2004-07-10 krammmoved swf_ResetReadBits from rfxswf.c to rfxswf.h.
2004-05-31 krammfix for DEFINEBITSLOSSLESS short tag bug.
2004-05-22 krammgcc 2.95.* fixes.
2004-05-11 kramm* fixed a bug in swf_GetRGBA
2004-05-03 krammset firstTag to zero in swf_FreeTags
2004-04-08 kramm* removed swf_FoldAllTags function, because it didn...
2004-04-07 krammfixed writer handling, file size calculation in WriteSWF2
2004-04-01 krammframe rate calculation fix from Andrew Mace
2004-03-30 krammadded FoldAllTags method
2004-02-22 krammfixed password functions
2004-02-04 kramm* renamed USE_FREETYPE to HAVE_FREETYPE\rmp3 support...
2004-01-31 krammadded swfdraw and swffont modules, added Flash 7 tags.
2004-01-01 krammadded gradient fill.
2003-11-30 krammadded password support (ST_DEBUG and ST_PROTECT tags).
2003-08-15 kramm33removed the "frame" field in TAG. Keeping this up to...
2003-08-08 krammadded (long) GPL headers.
2003-08-02 krammswfvideo.o is now compiled separately.
2003-06-22 krammfixed swf_WriteCGI()
2003-05-10 kramm* bugfixes
2003-05-04 krammadded swfvideo.c
2003-02-22 kramm* swf_InsertTagBefore
2003-02-14 krammfixes for zlib compression, new function swf_ResetTag.
2003-02-02 krammadded definebitsjpeg3 support.
2003-01-31 kramm* zlib is now optional
2003-01-24 krammnew function isFolded().
2003-01-17 kramm* bugfixes in sprite handling.
2003-01-14 krammnew function swf_OptimizeTagOrder.
2002-07-21 krammimplemented sprite folding/unfolding.
2002-06-16 krammswf_WriteHead didn't return correct size. fixed.
2002-06-13 krammswf_SetRect now handles too big rectangles without...
2002-06-12 krammnew function swf_GetMorphGradient
2002-06-05 krammshell script to make a shared librfxswf.
2002-06-04 krammfix: don't flatten sprites more than once.
2002-06-04 krammswf_ReadSWF2 used to report wrong filesizes.
2002-06-04 krammmade bitio visible from outside.
2002-05-30 krammFix: don't modify fileSize and frameCount in header...
2002-05-19 krammswf_WriteHead now returns the written bytes.
2002-04-21 krammimplemented SWC writing.
2002-04-21 kramm* added support for compressed SWF (SWC) files.
2002-03-23 kramm* new reader functions (RGB, gradients)
2002-02-16 krammfixed compiler warnings.
2002-02-16 krammAdded sprite folding
2002-01-13 krammAdded sound module.
2002-01-05 krammnew function swf_WriteHeader
2001-12-13 krammadded byte order handling
2001-12-05 krammadded #define HAVE_BOOLEAN, to tell the jpeglib that...
2001-12-02 kramms/GetDataSize/GetTagLen/g
2001-11-19 krammSetMatrix: Handle matrix values which are too large.
2001-11-11 boehmeminor fixes: swf_SetBits(), cleanup shape struct, fixed...
2001-10-31 boehmefixed swf_WriteCGI
2001-10-31 boehmerfxswf cleanups: TAG structure and ResetWriteBits/Reset...
2001-10-30 boehmerfxswf cleanups: added prefixes and altered structure...
2001-10-30 krammAdd Actionscript header and functions.
2001-10-28 boehmenew lossless image functions
2001-10-28 boehmerfxswf cleanup: replaced LP<type> by <type> *
2001-10-26 krammcheck for HAVE_LIBJPEG
2001-10-25 krammtest HAVE_JPEGLIB_H before including the jpeglib header
2001-10-22 kramm* InsertTag now sets an initial bitcount
2001-10-18 krammInitial revision