summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2008-08-22 16:18:17 +0000
committerAntonin Descampe <antonin@gmail.com>2008-08-22 16:18:17 +0000
commit73d8401465e1be8f4a5d8c133cb6557d667667fe (patch)
tree92e039c7b9c519fa2118be833f6d49e479b2860f /ChangeLog
parent4a90f97639748de0164054a110171a2b4111eb13 (diff)
found a bug in tcd.c that was preventing to find the correct threshold in tcd_rateallocate.c for high-precision images. Applied a temporary patch but a better solution should be found.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d7fa42d..70b61563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ What's New for OpenJPEG
+ : added
August 21, 2008
+* [antonin] found a bug in tcd.c that was preventing to find the correct threshold in tcd_rateallocate.c for high-precision images. Applied a temporary patch but a better solution should be found.
+
+August 21, 2008
* [antonin] fixed a bug in image_to_j2k.c that was preventing the 'r' option to work properly (everything was compressed lossless regardless of the specified rate).
August 8, 2008