summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-10-12 15:04:34 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-10-12 15:04:34 +0000
commit1f11a4fe903ef65fa31d579b3fec4e56e7a26c37 (patch)
tree57de01335dac013008be881bcb13638712c82975 /ChangeLog
parentab0473aa42c3a069a0101f9dbbef1557635dca2b (diff)
Changed the way the image structure is allocated when the decoding parameters include some resolutions to discard. This should have a significant impact for the decoding of huge images when some resolutions are discarder (-r parameter)
Warning: The output image size is now reduced when discarding resolutions !
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dd8c9eb..f0b1922d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@ What's New for OpenJPEG
! : changed
+ : added
+October 12, 2007
+* [FOD] Changed the way the image structure is allocated when the decoding parameters include some resolutions to discard.
+ This should have a significant impact for the decoding of huge images when some resolutions are discarder (-r parameter)
+ Warning: The output image size is now reduced when discarding resolutions !
+
October 10, 2007
* [FOD] Patch from Callum Lewick. Clean up of j2klib.h for the aligned malloc stuff.
It makes it work right with mingw, as _mm_malloc() isn't a macro, attempts to pave the way to using cmake to check for this stuff and combines a patch from Dana Fagerstrom at Sun that makes it use memalign() on Solaris