75bbc593d2fbccdad83792e897d4c57537b6bd80
[openjpeg.git] / ChangeLog
1 What's New for OpenJPEG
2
3 * : fixed
4 - : removed
5 ! : changed
6 + : added
7
8 October 31, 2006
9 * [Antonin] fixed a bug in the computation of the mantissa (mu)
10 + [Antonin] added the ability to specify the rate as "float" (before : integer)
11
12 August 18, 2006
13 * [Antonin] fixed a bug in j2k_to_image.c, that prevented the -l option to work correctly.
14
15 August 4, 2006
16 * [Antonin] fixed a bug in pi.c, line 473, that appeared when more than 100 precincts were generated in a resolution level.
17
18 July 28, 2006
19 + [Antonin Descampe] added a readme in /mj2 to warn people that it only works with opj0.97
20
21 July 21, 2006
22 * [Mathieu Malaterre] Install exe and lib and include correctly
23 * [Mathieu Malaterre] Fixed mem leaks and greyscale bmp
24 * [Mathieu Malaterre] Fix pgx name length + random memory access
25 ! [Mathieu Malaterre] API is now const
26
27 March 19, 2006
28 * [Antonin] fixed a bug in t1.c that prevented in some cases a true lossless compression (thanks to Don Mimlitch for reporting this bug)
29
30 February 12, 2006
31 - [Herve Drolon] removed unneeded working variables in opj_tcd_t
32
33 February 04, 2006
34 * [galt] fixed a bug in codec/convert.c::imagetobmp
35
36 February 01, 2006
37 ! [Herve Drolon] changed function definitions of INT and FIX modules to 'inline'
38 + [Herve Drolon] added a VERSION resource to the DLL version of OpenJPEG
39
40 January 31, 2006
41 * [Mathieu Malaterre] Fix compilation using default openjpeg.dsw
42 * [Herve Drolon] fixed various minor warnings occuring under icc9 and bcc32
43 - [Mathieu Malaterre] Remove all references to OPJ_EXPORT, no declspec in header file anymore
44 + [Mathieu Malaterre] Add a def.in file which is a template for Module Definition
45 + [Herve Drolon] added MSVC project and compiler directives to build a 'standard' WIN32 DLL
46 ! [Mathieu Malaterre] Update CMake to match the new shared lib system (no more def file)
47
48 January 27, 2006
49 * [Antonin Descampe] fixed a two initialization problems in t1.c and tcd.c
50
51 January 26, 2006
52 * [Herve Drolon] fixed various minor warnings occuring under gcc
53 * [__david__] fixed a segfault in codec/image_to_j2k.c & codec/j2k_to_image.c
54 * [__david__] fixed help option in codec/j2k_to_image & codec/image_to_j2k
55
56 January 25, 2006
57 ! [Mathieu Malaterre] Sync with ITK repository, also add ref to doxygen
58 ! [Mathieu Malaterre] Add a lot of comments on the CMake build system
59 ! [Mathieu Malaterre] Fix MINGW32 and BORLAND compilation problems.
60
61 January 25, 2006
62 * [Antonin Descampe] fixed a problem in convert.c when multiple comments
63 + [Antonin Descampe] added cmake files to the project
64 ! [Antonin Descampe] fix.c : replaced "WIN32" by "_MSC_VER" for int64
65 + [Antonin Descampe] added "OPJ_EXPORT" in openjpeg.h to generate shared lib with win32
66 ! [Antonin Descampe] removed all CtrlM from files
67
68 January 24, 2006
69 ! [Antonin Descampe] event.c : replaced "WIN32" by "_MSC_VER" for i2a
70
71 January 20, 2006
72 * [Antonin Descampe] fixed various minor warnings with gdcm patches
73
74 January 19, 2006
75 * [Herve Drolon] fixed a bug in jp2_read_ihdr (need to allocate jp2->comps)
76
77 January 18, 2006
78 * [Herve Drolon] changed the name of j2k_realloc to opj_realloc
79 * [Herve Drolon] fixed a bug in opj_cio_open when saving 48-bit images (wrong buffer size calculation)
80
81 December 8, 2005
82 * [Antonin Descampe] fixed a bug when specifying a rate '-r' => no distortion info was available in the index
83 * [Antonin Descampe] fixed a bug in t1_getwmsedec (stepsize was divided by 8192)
84
85 December 5, 2005 - 1.1.0