summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-02-19 09:59:29 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-02-19 09:59:29 +0000
commiteac141b69aea8840ccd8dfa5285f1cab5b59d5eb (patch)
tree291504a63413f5ac52bd9fd1485947d58a6bc525 /ChangeLog
parentd084ff59f2da8bfa430d113105df1037fb1c605f (diff)
Added OPJ_LIMIT_DECODING enabling us to limit the decoding to main header
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42e940f0..57b582ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
+February 19, 2007
++ [FOD] Added OPJ_LIMIT_DECODING enabling us to limit the decoding to main header (modified openjpeg.c, openjpeg.h, j2k.c and j2k.h)
+
February 13, 2007
! [FOD] David Fries suggestions. In image_to_j2k and j2k_to_image, strncpy() functions: instead of specifying the path size macro, let the compiler read the length out of the array entry.
! [FOD] David Fries suggestions. Makefile modified. -fPIC flag used for 64-bit compilation. Move operation (rather than copy) for the dist library creation, and -p flag added.