summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-11-27 14:00:45 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-11-27 14:00:45 +0000
commit9e5d165e79499cffe11a85ebc1b1ff320d52953b (patch)
treed8cb1dd7ba37de0b6ade54bff7814a54991a2110 /ChangeLog
parentefa5f7977cbaf85cc3034fc34d1094911bc99fbd (diff)
Fixed the maximum number of resolutions a user can discard while decoding.
Added an error state in J2K_STATE (j2k.c)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44142241..8e348eac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@ November 14, 2007
+ [FOD] Created the file index.c in the codec directory. This file handles the creation of index files,
at encoding and decoding.
* [FOD] Fixed bugs during the creation of the index (PCRL progression order)
+* [FOD] Fixed the maximum number of resolutions a user can discard while decoding.
+ Added an error state in J2K_STATE (j2k.c)
November 14, 2007
! [FOD] - First Patch by Callum Lerwick. Instead of reinventing realloc, j2k_read_sod now just uses opj_realloc in j2k.c