Minor style modifications to comply with c99 compiler flag; removed Microsoft-specifi...
[openjpeg.git] / ChangeLog
index 604a2de2dd4090b1975f6dca178fac6fed30fb8f..01a4409b74656532c5bfdade57669d9231a49b3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,17 @@ What's New for OpenJPEG
 ! : changed
 + : added
 
+February 11, 2000
+* [GB] Minor style modifications to comply with c99 compiler flag; removed Microsoft-specific "union-in-struct" syntax; Re-enabled cstr_info struct creation when -W switch is specified
+! [GB] Changed a number of things in opjviewer (e.g., decoding thread does not execute GUI calls anymore), to have it running under linux --> it is better than before, but still crashes
+
+February 5, 2008
+! [Parvatha] In convert.c, corrected imagetobmp() conversion for grayscale. In tcd.c, corrected Rate modification in
+  tcd_init_encode(). Thanks to Jeremy Furtek and J�r�me Fimes.
+
+January 31, 2008
+! [GB] In opjviewer, unification of JPEG 2000 family handlers (*.jp2, *.mj2, *.j2k) in a single file
+
 January 22, 2008
 ! [FOD] In image.c, changed the opj_image_create0() memory allocation from malloc() to calloc() in order
                to avoid segfaults when freeing the memory allocated for the coding of bad images.