From 53471a76f1291ce607ee48bea158dbebe871ef3a Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Thu, 6 Sep 2007 16:49:15 +0000 Subject: ENH: Fix unitialized read in img_fol (we may need a smarter initialize than memset) --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') 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. -- cgit v1.2.3