summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2007-09-04 14:19:55 +0000
committerGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2007-09-04 14:19:55 +0000
commitd3d2a36fbc2b856bd9b6e1a8ed0cab9277e9d517 (patch)
tree4d5df25249f810cde9d67b2c7560ecd3f2cfe108 /ChangeLog
parent564e16d5cea51dc877870055e2703330ad323cdd (diff)
Added some fields in the codestream_info structure: they are used to record the position of single tile parts. Changed also the write_index function in the codec, to reflect the presence of this new information.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dbb09ab..3e498095 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ What's New for OpenJPEG
! : changed
+ : added
+September 4, 2007
++ [GB] Added some fields in the codestream_info structure: they are used to record the position of single tile parts. Changed also the write_index function in the codec, to reflect the presence of this new information.
September 3, 2007
+ [GB] Added the knowledge of JPSEC SEC and INSEC markers (you have to compile the JPWL project). Management of these markers is limited to skipping them without crashing: no real security function at this stage. Deprecated USE_JPSEC will be removed next