summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2009-08-31 13:18:20 +0000
committerAntonin Descampe <antonin@gmail.com>2009-08-31 13:18:20 +0000
commit83abf567369ae32e7e4ee402ddd1ed0bad63187a (patch)
tree287c981427c3cd63ec1211838a789b7a14386f02 /ChangeLog
parenta695c8eb5146dd819327194b58ead0ca903e2b62 (diff)
JavaOpenJpegDecoder.c : fixed a signed/unsigned behaviour when returning form C to JAVA
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70b61563..47ca7075 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
+August 31, 2009
+* [antonin] JavaOpenJpegDecoder.c : fixed a signed/unsigned behaviour when returning form C to JAVA
+
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.