summaryrefslogtreecommitdiff
path: root/lib/rfxswf.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-07removed duplicate md5version-0-9-1bv0.9.1Matthias Kramm1-1/+9
2010-03-02renamed SWAP/REVERSESWAP to {LE,BE}_TO_NATIVEMatthias Kramm1-5/+5
2010-03-02removed a few instances of SWAP32Matthias Kramm1-10/+2
2010-01-08fixed format warningsMatthias Kramm1-1/+1
2009-10-30added fontalign polygon detectorMatthias Kramm1-0/+22
2009-10-26merged in fontalignzones branchMatthias Kramm1-14/+52
2009-10-13fixed bug in SWF parserMatthias Kramm1-3/+3
2009-10-12synchronized with downstream gitMatthias Kramm1-0/+14
2009-10-07compile pdf2swf with xpdf's wordlist supportMatthias Kramm1-1/+0
2009-10-06added fontalign support in swfdumpMatthias Kramm1-3/+32
2009-08-12added support for hardware-gpu & accelerated-blit header flagsMatthias Kramm1-2/+13
2009-04-23many optimizations and bugfixes in the new intersector codeMatthias Kramm1-1/+18
2009-03-29small fixesMatthias Kramm1-7/+17
2009-01-18only write out extra tags if we're not only writing the headerMatthias Kramm1-2/+4
2009-01-16new function swf_OpenSWF()Matthias Kramm1-0/+13
2009-01-15gave names to fileattribute bitsMatthias Kramm1-4/+4
2008-12-19removed bit 31 warning, added swf_ReadABCfilekramm1-6/+13
2008-12-02fixed bugs in ABC datatypes implementationkramm1-45/+72
2008-11-24fixed some bugs in Get/SetU30kramm1-3/+19
2008-11-23added as3 data typeskramm1-0/+148
2008-10-13reworked fileattributes writingkramm1-58/+79
2008-10-06made extra tag insertion during write() optionalkramm1-39/+45
2008-08-21fixed avm3 detectionkramm1-0/+2
2008-08-20don't make files which contain AVM2 Actionscript AVM3kramm1-1/+13
2008-08-20fixed cgi length bugkramm1-3/+4
2008-07-27DeleteTag now takes two argumentskramm1-4/+7
2008-06-19added measuring of tag sizeskramm1-1/+11
2008-06-09added a few const modifierskramm1-1/+1
2008-05-24fixed bug in swf_SetFixed(8)kramm1-2/+2
2008-04-01be more careful to not insert the ST_REFLEX tag too oftenkramm1-1/+2
2008-03-26moved swf_ClipRect from src/swfbbox.ckramm1-0/+14
2008-03-26removed modules from the compile (added headers for functions used by modules)kramm1-32/+15
2008-03-12reworked compression handling logickramm1-22/+5
2008-01-09win32 compile fixeskramm1-6/+6
2007-12-12applied MSVC compatibility patch from Dwight Kellykramm1-9/+18
2007-12-09flash9 tags implementationkramm1-1/+2
2007-08-11fixed syntax errorkramm1-2/+2
2007-08-08changed setFixed logickramm1-4/+6
2007-08-07only set HASMETADATA for flash 9 fileskramm1-1/+1
2007-08-07make setFixed() work for negative numbers, tookramm1-2/+2
2007-07-27set hasmetadata tag always for SWF's >= 8kramm1-1/+1
2007-07-04added scenedescription tagkramm1-0/+15
2007-06-18fixed fileversion tagkramm1-9/+8
2007-03-18fixes in gradient parsingkramm1-2/+2
2007-01-21fixes in swf_GetString and swf_GetGradient, added FIXED typeskramm1-11/+49
2007-01-17made getstring respect the tag boundarykramm1-1/+10
2007-01-13added writing of flash 8 setattributes tagkramm1-0/+9
2007-01-06reader/writer are now typedefskramm1-14/+14
2006-06-16generate long tags for soundstreamblock and definejpeg tags, tookramm1-2/+7
2005-11-06moved memory handling to mem.c, mem.hkramm1-82/+2