Integrate some more diffs from the 1.5 branch
[openjpeg.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 09d6ee51e3d6c8778af0edda5e1dcd950fc5e1d8..7e4e1222e2216cebade8ab7e63e2b9a0d33f530e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,91 @@ What's New for OpenJPEG
 ! : changed
 + : added
 
+December 7, 2011
+* [mickael] remove some warnings detected by cppcheck
+
+December 6, 2011
+* [mathieu] Typos fix (Brad Hards on mailing list)
+
+December 3, 2011
+* [mathieu] Doxygen fix (Brad Hards on mailing list)
+
+December 2, 2011
++ [mathieu] Adding CPack mechanism
+* [mathieu] remove hack with bash around kdu_expand
+
+December 3, 2011
+* [mathieu] Doxygen fix (Brad Hards on mailing list)
+
+December 2, 2011
++ [mathieu] Adding CPack mechanism
+* [mathieu] remove hack with bash around kdu_expand
+
+December 1, 2011
+* [mickael] fix a bug during the creation of the codestream index
+* [mickael] fix a warning about a recent commit (1104)
+* [jmalik]  fix warnings when printing large integers
+
+November 30, 2011
+* [jmalik] implement Large File support in the library :
+           - fix portability layer for windows (need WIN32)
+           - include opj_config.h before any system header (index)
+           - change types related to buffer size to OPJ_SIZE_T, for anything sent to memcpy, fread, fwrite
+           - change types related to index in stream to OPJ_OFF_T, thus resolving to a 64 bit signed integer
+           - change types related to size of stream to OPJ_UINT64_T
+           - change calls to fseek/ftell to LFS-capable OPJ_SEEK/OPJ_TELL
+* [mickael] fix error about the way to detect the additional test suite
+* [mickael] fix bug during random access to tile (tile already decoded)
+
+November 29, 2011
+* [mickael] fix error with new way to detect kdu_expand
+
+November 27, 2011
+* [jmalik] clean up redundant includes already handled in opj_includes.h
+* [jmalik] reverted changeset 1091 (see issue #103)
+
+November 24, 2011
+* [jmalik] support seeking in files larger than 2 GB
+
+November 21, 2011
+* [mickael] WIP: fix bug with windows platform and j2k_dump
+
+November 18, 2011
+* [mickael] WIP: fix bug with windows platform and j2k_to_image
+
+November 17, 2011
+* [mickael] WIP: fix bug when decoding an area or a tile with special resolution
++ [mickael] WIP: enhance j2k_to_image with new get_decoded_tile functionality
++ [mickael] WIP: clean j2k_dump and enhance j2k_dump with commit 1052.
++ [mickael] WIP: add a set decoded resolution factor function and update j2k_to_image help about decoded region.
+
+November 9, 2011
+* [mickael] WIP: fix tests/nonregresion/CMakeList.txt
+
+November 9, 2011
+* [mickael] WIP: fix get_decoded_tile function to avoid error with output image
+* [mickael] fix bug with mj2 applications (credit to winfried)
++ [mickael] enhance mj2 when read jp2h (credit to winfried)
++ [mickael] check if the file extension is the same as the infile format (credit to winfried)
++ [jmalik] add some sanity check in CMakeLists to prevent STRING(REGEX..) call issues
+
+November 8, 2011
++ [mickael] WIP: add get_decoded_tile functionality
++ [mickael] WIP: clean and enhance j2K file
++ [mickael] WIP: clean and enhance openjpeg.c
++ [mickael] WIP: clean and enhance openjpeg.h and add deprecated macro
+
+October 25, 2011
++ [mickael] WIP: add a file to exclude some valgrind errors (detected with ctest_memcheck) related to png lib found with ubuntu10.04 platform 
+* [mickael] WIP: solve problems with reading of elements outside the tilec->data buffer in dwt
+
+October 21, 2011
++ [mickael] WIP: manage output image with area correponding to the set decoded area
++ [mickael] WIP: enhance codestream index generation
+
 October 20, 2011
+* [mickael] WIP: isolate dump test suite
+* [mickael] WIP: remove memory leak about new jp2_read_marker function
 * [mickael] WIP: remove previous commit about memory leak with ppm read function
 * [mickael] WIP: solve memory leak with ppm read function