From b97f88bf7e01c35a65000bed2e5e9b444a88b6a3 Mon Sep 17 00:00:00 2001 From: Francois-Olivier Devaux Date: Mon, 4 Dec 2006 15:18:47 +0000 Subject: [PATCH] Changes for 4th of December 2006 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 75bbc593..07596305 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,17 @@ What's New for OpenJPEG ! : changed + : added +December 04, 2006 + ++ [Francois-Olivier Devaux] New tag: version1.0 (includes codec and libopenjpeg directories) +Total update of JPWL module + - [FOD] removed directories jpwl/decoder, jpwl/encoder, jpwl/decoder_02, jpwl/encoder_02 + + [FOD] added in JPWL directory crc.h, jpwl.h, rs.h, crc.c, jpwl.c, jpwl_lib.c, rs.c, JPWL_image_to_j2k.dsp, JPWL_j2k_to_image.dsp, LibOpenJPEG_JPWL.dsp, JPWL_image_to_j2k.dsw, JPWL_j2k_to_image.dsw + ! [FOD] Modifications of libopenjpeg to integrate JPWL module (in libopenjpeg directory): j2k.c, j2k.h, openjpeg.c, openjpeg.h, opj_includes.g, t2.c + ! [FOD] Modification of codec to integrate JPWL module (in codec directory): image_to_j2k.c, j2k_to_image.c +* Corrected incorrect fprintf() formatting in codec/convert.c +* Code optimization usinq vsprintf() command in libopenjpeg/event.c + October 31, 2006 * [Antonin] fixed a bug in the computation of the mantissa (mu) + [Antonin] added the ability to specify the rate as "float" (before : integer)