X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=23aa3d9f5f5f056ea2393eb175df607959cb8daf;hb=2952874cb8f0bf7ddf44b3bdf39baa93b53eb4a7;hp=17fbfc921ea52bcfa81cb33fb9e3c95cc3d73f98;hpb=2c75c27ee8153f9eabdc73a95cd5931a91f0d14e;p=openjpeg.git diff --git a/ChangeLog b/ChangeLog index 17fbfc92..23aa3d9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,14 @@ August 21, 2007 + [FOD] Added support for Visual Studio 2005 * [FOD] Robustified MJ2 codecs * [Parvatha] Solved problems with codec reading from image file directory when filename had more than one "." in name +* [Callum Lerwick] Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler +* [Callum Lerwick] Aligned malloc using Intel's _mm_malloc(). Cleanup on the t1 memory allocation, getting rid of some leftover debug code +* [Callum Lerwick] Memory leaks fixed +* [Callum Lerwick] Reworks of t1_updateflags to get rid of the shift operation +* [Callum Lerwick] mqc_setcurctx moved to the header to allow it to be inlined into the t1. +* [Callum Lerwick] Consolidated some calls to mqc_setcurctx. +* [Callum Lerwick] Cleaned up t1_generate_luts to output the proper types. +* [Callum Lerwick] Replaced the large ctxno_mag lookup table with a small bit of inline-able branchless code August 20, 2007 + [FOD] Added support for the TGA file format in the codec