new function swf_RemoveJPEGTables()
[swftools.git] / lib / modules / swfbits.c
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