summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2007-09-06 16:49:15 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2007-09-06 16:49:15 +0000
commit53471a76f1291ce607ee48bea158dbebe871ef3a (patch)
treeccaf3da4b56948f198eb380bd56a4b9e67ad34c8 /ChangeLog
parent8ac5e7023c18f589f8be996e0ce1304012d22499 (diff)
ENH: Fix unitialized read in img_fol (we may need a smarter initialize than memset)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cdd7892..5aa3efda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,7 @@ September 6, 2007
+ [Mathieu Malaterre] CMake: Add doxygen output
+ [GB] One more field in the codestream_info struct for recording the number of packets per tile part; JPWL now distributes the EPBs in all the tile part headers
+ [Mathieu Malaterre] CMake: Add very simple tests (simply run command line with no option)
+* [Mathieu Malaterre] Fix unitialized read in img_fol (we may need a smarter initialize than memset)
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.