added jpeg3 extraction support to swfextract
[swftools.git] / lib / modules / swfbits.c
2010-05-17 Matthias Krammadded jpeg3 extraction support to swfextract
2010-03-19 Matthias Krammfixed poly2bitmap hairline issue
2009-12-23 Matthias Krammmoved image rescaler to lib/gfximage.c
2009-10-13 Matthias Krammsynchronized with downstream git
2009-08-25 Matthias Krammfixed bug in swf->pdf part of rendering pipeline
2009-01-27 Matthias Krammremoved two buffer copy operations in low pass filter
2009-01-25 Matthias Krammdo a gauss blur on high resolution monochrome images
2008-11-12 krammmade some char pointers constant
2008-10-06 krammmade AddImage work without jpeglib, too
2008-10-06 krammstubs for setjpegbits2/setjpegbits3 if no jpeglib compi...
2008-07-27 krammswf_DeleteTag now takes two arguments
2008-03-26 krammmade compileable standalone
2008-01-09 krammwin32 compile fixes
2007-12-12 krammapplied MSVC compatibility patch from Dwight Kelly
2007-11-07 krammset previously uninitialized variables
2007-09-09 krammadded missing semicolon
2007-09-09 krammsimplified premultiplication-remove code
2007-08-15 krammforce quality >= 101 to use lossless encoding
2007-07-27 krammapplied patches from Huub Schaeks
2007-07-27 krammchanged datalens to zlib datatype
2005-11-06 krammimproved scaling for monochrome images
2005-09-18 krammadded swf_SaveJPEG() function
2005-09-10 krammonly print the "can't scale monochrome image" warning...
2005-05-01 krammgcc 2.95.x fixes
2005-04-29 krammfixed un-premultiply routines
2005-04-07 krammadded definejpeg3 extraction support
2005-04-07 krammadded pre-multiplying / un-premultiplying stuff.
2005-04-03 krammfixed jpegtable merging
2005-04-01 krammadded swf_ImageGetNumberOfPaletteEntries2() function
2005-03-27 krammfixed a bug in swf_ExtractImage() for 8-bit palette...
2005-03-25 krammgcc 2.95.x fixes
2005-03-06 kramm* optimized swf_GetNumberOfPaletteEntries()
2005-03-06 krammadded a small optimization to swf_ImageGetNumberOfPalet...
2005-02-27 krammadded function swf_AddImage().
2005-02-26 krammfixed swf_ImageScale for 2x2 images
2005-02-22 krammnew functions swf_ImageScale(), swf_SetLosslessImage().
2005-01-21 krammnew function swf_RemoveJPEGTables()
2004-12-16 krammgcc 2.95.3 fixes.
2004-11-05 krammfixed byte order in swf_JPEG2TagToImage().
2004-11-05 krammchanged from malloc to rfx_alloc.
2004-11-02 krammremoved debugging printf.
2004-10-29 krammadded swf_ExtractImage() function.
2004-05-31 krammmoved fix for short definebitslossless tags to ../rfxswf.c.
2003-11-17 krammadded swf_GetJPEGSize() function.
2003-08-08 krammadded (long) GPL headers.
2003-04-30 krammadded fix for 64 byte bug also for swf_SetLossLessBitsI...
2003-04-11 krammfixed YUV.
2003-04-07 krammbugfix: free without malloc in setLosslessBitsIndexed.
2003-04-06 krammfix for the strange flash player bug
2003-04-02 krammzlib fixes, workaround for buggy(?) flash players
2003-02-03 krammmade failed operations complain to stderr
2003-02-02 krammadded definebitsjpeg3 support.
2003-01-31 kramm* zlib is now optional
2002-05-19 krammnew function swf_SetJPEGBits2().
2002-03-05 krammfix -Wparentheses warnings.
2001-11-28 krammadded YUV->RGB conversion.
2001-11-28 kramm* Don't rely on jpeglib to do any conversions anymore.
2001-11-21 krammsome versions of jpeglib don't support color conversion. release-0-1-2
2001-11-21 krammfix: grayscale jpegs weren't handled correctly
2001-10-30 boehmerfxswf cleanups: added prefixes and altered structure...
2001-10-28 boehmenew lossless image functions (alpha channel still buggy...
2001-10-28 boehmerfxswf cleanup: replaced LP<type> by <type> *
2001-10-22 krammmerged rainers jpeg patch, and converted newlines to...
2001-10-18 krammInitial revision