Add numgbits option patch to simplify building.
[openjpeg.git] / CHANGES
1 2012-02-07  Antonin Descampe
2
3         * [r1384] CHANGES[DEL]: [1.5] delete CHANGES file as it will now be
4           automatically generated when releasing the code
5         * [r1382] CMakeLists.txt, doc/CMakeLists.txt: [1.5] revert build
6           documentation behaviour in cmake
7
8 2012-02-06  Antonin Descampe
9
10         * [r1381] CMakeLists.txt, doc/CMakeLists.txt,
11           doc/Doxyfile.dox[CPY], doc/Doxyfile.dox.cmake.in[CPY]: [1.5]
12           fixes documentation generation with doxygen
13
14 2012-02-06  Mathieu Malaterre
15
16         * [r1380] applications/jpip/util/opj_dec_server.c: Make opj 1.5 use
17           port 50000, which is not compatible with trunk. But compatible
18           with itself.
19         * [r1379] applications/jpip/Makefile.nix[DEL],
20           applications/jpip/libopenjpip/Makefile.nix[DEL],
21           applications/jpip/util/CMakeLists.txt,
22           applications/jpip/util/Makefile.nix[DEL],
23           applications/jpip/util/opj_viewer/build.xml[DEL],
24           applications/jpip/util/opj_viewer/src/ImageManager.java,
25           applications/jpip/util/opj_viewer/src/PnmImage.java,
26           applications/jpip/util/opj_viewer/src/RegimViewer.java,
27           applications/jpip/util/opj_viewer/src/ResizeListener.java,
28           applications/jpip/util/opj_viewer_xerces/build.xml[DEL],
29           applications/jpip/util/opj_viewer_xerces/dist/manifest.txt[DEL],
30           applications/jpip/util/opj_viewer_xerces/dist/manifest.txt.in[CPY]:
31           Re-build the jar files from the source code.
32         * [r1378] applications/jpip/util/opj_dec_server.c: For some reason
33           rev 1103 change the default port number, which breaks openjpip
34           documentation. Revert back to port 5000
35         * [r1374] doc/Doxyfile.dox: Fix doc generation
36
37 2012-02-06  Antonin Descampe
38
39         * [r1373] LICENSE, NEWS, README, configure.ac: [1.5] update version
40           in configure.ac and NEWS, README, LICENSE files
41
42 2012-02-01  Mathieu Malaterre
43
44         * [r1369] applications/jpip/libopenjpip/sock_manager.h: revert (svn
45           merge -c -1368 ). It does break compilation on windows
46
47 2012-01-31  Vincent Torri
48
49         * [r1368] applications/jpip/libopenjpip/sock_manager.h: revert
50           commit 1357, it could break linkage
51
52 2012-01-30  Mathieu Malaterre
53
54         * [r1367] applications/jpip/libopenjpip/imgsock_manager.c: c-string
55           are not writable
56         * [r1366] doc/CMakeLists.txt: Fix doc target in cmake
57         * [r1365] applications/jpip/libopenjpip/query_parser.c: Fix for
58           strncasecmp
59         * [r1364] applications/jpip/libopenjpip/openjpip.c: Fix compilation
60           with close and such
61         * [r1363] applications/jpip/libopenjpip/query_parser.h,
62           applications/jpip/util/test_index.c: Remove unistd.h from win32
63           compilation
64         * [r1362] applications/jpip/libopenjpip/target_manager.c: Another
65           fix for snprintf
66         * [r1361] applications/jpip/libopenjpip/box_manager.c: isblank is
67           C99, not isspace
68         * [r1360] applications/jpip/libopenjpip/msgqueue_manager.c: isblank
69           is C99, not isspace
70         * [r1359] applications/jpip/libopenjpip/imgsock_manager.c:
71           strncasecmp is C99
72         * [r1358] applications/jpip/libopenjpip/dec_clientmsg_handler.c:
73           declarations after statement (C90)
74         * [r1357] applications/jpip/libopenjpip/sock_manager.h: As
75           explained in the documentation cant be included multiple times.
76         * [r1356] applications/jpip/libopenjpip/target_manager.c: Fix
77           snprintf for M$ compilers
78         * [r1355] applications/jpip/libopenjpip/byte_manager.c,
79           applications/jpip/libopenjpip/target_manager.c: fix declarations
80         * [r1354] applications/jpip/libopenjpip/metadata_manager.c,
81           applications/jpip/libopenjpip/metadata_manager.h: declarations
82           after statement (C90)
83         * [r1353] applications/jpip/libopenjpip/index_manager.c: Another
84           pass at getting this code to compile on windows
85         * [r1352] applications/jpip/libopenjpip/boxheader_manager.h,
86           applications/jpip/libopenjpip/codestream_manager.h,
87           applications/jpip/libopenjpip/index_manager.c,
88           applications/jpip/libopenjpip/manfbox_manager.h,
89           applications/jpip/libopenjpip/marker_manager.h: track all
90           declarations after statement for C90 compilers (VS2005)
91         * [r1351] applications/jpip/libopenjpip/faixbox_manager.c: Fix
92           compilation of C code. Remove warnings.
93         * [r1350] applications/jpip/libopenjpip/msgqueue_manager.c: Fix a
94           couple of warnings
95         * [r1349] applications/jpip/libopenjpip/auxtrans_manager.h,
96           applications/jpip/libopenjpip/box_manager.h,
97           applications/jpip/libopenjpip/byte_manager.h,
98           applications/jpip/libopenjpip/cache_manager.h,
99           applications/jpip/libopenjpip/cachemodel_manager.h,
100           applications/jpip/libopenjpip/channel_manager.h,
101           applications/jpip/libopenjpip/faixbox_manager.h,
102           applications/jpip/libopenjpip/ihdrbox_manager.h,
103           applications/jpip/libopenjpip/index_manager.h,
104           applications/jpip/libopenjpip/metadata_manager.h,
105           applications/jpip/libopenjpip/mhixbox_manager.h,
106           applications/jpip/libopenjpip/msgqueue_manager.c,
107           applications/jpip/libopenjpip/msgqueue_manager.h,
108           applications/jpip/libopenjpip/openjpip.h,
109           applications/jpip/libopenjpip/placeholder_manager.h,
110           applications/jpip/libopenjpip/session_manager.h,
111           applications/jpip/libopenjpip/sock_manager.h,
112           applications/jpip/libopenjpip/target_manager.h: trying to track
113           issue with msgqueue_manager on win32. Use C-style comments
114         * [r1348] applications/jpip/libopenjpip/msgqueue_manager.c: Remove
115           unistd.h include
116         * [r1347] applications/jpip/libopenjpip/byte_manager.c,
117           applications/jpip/libopenjpip/dec_clientmsg_handler.c,
118           applications/jpip/libopenjpip/openjpip.c,
119           applications/jpip/libopenjpip/sock_manager.c,
120           applications/jpip/libopenjpip/target_manager.c: Remove include of
121           unistd.h. non-existant on win32
122
123 2012-01-28  Mathieu Malaterre
124
125         * [r1345] applications/jpip/libopenjpip/CMakeLists.txt: missing
126           ws2_32 linking
127
128 2012-01-28  Vincent Torri
129
130         * [r1344] CHANGES, configure.ac: [1.5] Add zlib check when checking
131           libpng
132
133 2012-01-27  Vincent Torri
134
135         * [r1343] configure.ac: [1.5] missing change in a previous commit,
136           no need for an entry in CHANGES
137
138 2012-01-26  Antonin Descampe
139
140         * [r1341] configure.ac: [1.5] fix configure.ac to comply with
141           recent change of PThread dependency
142         * [r1340] CMake/FindPTHREAD.cmake, applications/jpip/CHANGES,
143           applications/jpip/CMakeLists.txt,
144           applications/jpip/libopenjpip/CMakeLists.txt,
145           applications/jpip/libopenjpip/Makefile.am,
146           applications/jpip/libopenjpip/comMakefile.mk,
147           applications/jpip/libopenjpip/openjpip.c,
148           applications/jpip/util/Makefile.nix: [1.5] remove pthread
149           dependency from jpip client utilities
150
151 2012-01-25  Vincent Torri
152
153         * [r1339] CHANGES, applications/jpip/libopenjpip/Makefile.am,
154           configure.ac: fix libopenjpip link on Windows
155         * [r1338] CHANGES, Makefile.am, applications/Makefile.am,
156           applications/jpip/libopenjpip/Makefile.am,
157           applications/jpip/util/Makefile.am, configure.ac: follow latest
158           JPIP changes in the autotools side (pthread dependency,
159           conditional compilation of JPIP server and client)
160
161 2012-01-25  Antonin Descampe
162
163         * [r1337] CMakeLists.txt, applications/codec/CMakeLists.txt,
164           applications/jpip/CMakeLists.txt,
165           applications/jpip/libopenjpip/CMakeLists.txt,
166           applications/jpip/libopenjpip/openjpip.c,
167           applications/jpip/libopenjpip/openjpip.h,
168           applications/jpip/util/CMakeLists.txt, thirdparty/CMakeLists.txt:
169           [1.5] remove pthread dependency in JPIP client and tweak
170           thirdparty stuff
171
172 2012-01-25  Mathieu Malaterre
173
174         * [r1334] CMakeLists.txt, applications/CMakeLists.txt,
175           applications/jpip/CMakeLists.txt,
176           applications/jpip/libopenjpip/CMakeLists.txt,
177           applications/jpip/util/CMakeLists.txt, thirdparty/CMakeLists.txt:
178           Refactor code to split jpip client code from server side.
179
180 2012-01-23  Antonin Descampe
181
182         * [r1333] libopenjpeg/jp2.c, libopenjpeg/jp2.h,
183           libopenjpeg/openjpeg.c, libopenjpeg/openjpeg.h: [1.5] fix issue
184           #104
185
186 2012-01-20  Mathieu Malaterre
187
188         * [r1332] CMake/OpenJPEGCPack.cmake, CMake/opj_logo.icns[DEL]:
189           Remove icns, not required for cpack PackageManager.
190         * [r1331] libopenjpeg/jp2.c: Make r1330 more robust. Display more
191           info.
192         * [r1330] libopenjpeg/jp2.c: Fix: MSVR-11-117 - Vulnerability
193           Report.
194         * [r1329] CMakeLists.txt, applications/CMakeLists.txt,
195           applications/JavaOpenJPEG/CMakeLists.txt,
196           applications/JavaOpenJPEG/JavaOpenJPEG.c,
197           applications/JavaOpenJPEG/Makefile[DEL]: Build conditionally the
198           java binding
199         * [r1328] NEWS, applications/OPJViewer/source/icon1.xpm,
200           applications/OPJViewer/source/icon2.xpm,
201           applications/OPJViewer/source/icon3.xpm,
202           applications/OPJViewer/source/icon4.xpm,
203           applications/OPJViewer/source/icon5.xpm,
204           applications/OPJViewer/source/wxj2kparser.cpp: remove warnings
205           about const string
206         * [r1327] CMakeLists.txt: Prefer share location over lib one.
207         * [r1326] CMake/CTestCustom.cmake.in: Remove warnings related to
208           3rd party lib
209
210 2012-01-11  Mathieu Malaterre
211
212         * [r1323] libopenjpeg/jpwl/jpwl.c, libopenjpeg/tcd.c: BUG: 4 Apply
213           patch from stefan.
214         * [r1322] libopenjpeg/t2.c: BUG: 26 Fix issue with memory
215           consumption.
216         * [r1317] CMake/OpenJPEGCPack.cmake: Fixing the PackageMaker
217           generator
218         * [r1314] libopenjpeg/jpwl/CMakeLists.txt: Add the fno-common flag
219           to work around an issue with ld: common symbols not allowed with
220           MH_DYLIB output format with the -multi_module option
221         * [r1312] CMakeLists.txt, libopenjpeg/CMakeLists.txt,
222           thirdparty/CMakeLists.txt: Redo the BUILD_THIRDPARTY properly.
223           Remove openjpeg.h symlink.
224         * [r1309] CMake/OpenJPEGCPack.cmake: Fix full path to icns file
225
226 2012-01-11  Antonin Descampe
227
228         * [r1308] CMake/opj_logo.icns: add opj_logo.icns for trunk and 1.5
229
230 2012-01-11  Mathieu Malaterre
231
232         * [r1307] CMake/OpenJPEGCPack.cmake: Add missing plist file
233         * [r1305] CMake/OpenJPEGCPack.cmake: Start playing with bundle
234           generator
235         * [r1301] tests/nonregression/test_suite.ctest.in: Adding
236           explicitely the new test
237
238 2012-01-01  Vincent Torri
239
240         * [r1299] ., applications, applications/codec, applications/jpip,
241           applications/jpip/libopenjpip, applications/jpip/util,
242           applications/mj2, doc, libopenjpeg, libopenjpeg/jpwl, m4:
243           ignore++
244
245 2011-12-28  Mathieu Malaterre
246
247         * [r1297] libopenjpeg/CMakeLists.txt: Fix for static libs
248         * [r1296] libopenjpeg/CMakeLists.txt: Install lib in /lib and dll
249           in /bin
250         * [r1293] CMake/OpenJPEGCPack.cmake: Do not warn for VCExpress
251           build
252
253 2011-12-28  Mathieu Malaterre
254
255         * [r1289] applications/JavaOpenJPEG/java-jni[DEL]: Remove
256           proprietary stuff from Sun.
257         * [r1288]
258           applications/jpip/util/opj_viewer_xerces/src/ImageManager.java[DEL],
259           applications/jpip/util/opj_viewer_xerces/src/ImgdecClient.java[DEL],
260           applications/jpip/util/opj_viewer_xerces/src/JPIPHttpClient.java[DEL],
261           applications/jpip/util/opj_viewer_xerces/src/MML.java[DEL],
262           applications/jpip/util/opj_viewer_xerces/src/PnmImage.java[DEL],
263           applications/jpip/util/opj_viewer_xerces/src/RegimViewer.java[DEL],
264           applications/jpip/util/opj_viewer_xerces/src/ResizeListener.java[DEL]:
265           remove symbolink links
266         * [r1287]
267           applications/jpip/util/opj_viewer/dist/opj_viewer-20111130.jar[DEL],
268           applications/jpip/util/opj_viewer/dist/opj_viewer.jar[DEL],
269           applications/jpip/util/opj_viewer_xerces/dist/opj_viewer_xerces-20111130.jar[DEL],
270           applications/jpip/util/opj_viewer_xerces/dist/opj_viewer_xerces.jar[DEL]:
271           Remove binary jar from source dist.
272
273 2011-12-27  Mathieu Malaterre
274
275         * [r1283] CMake/JPIPTestDriver.cmake, tests/CMakeLists.txt: Add a
276           dummy test for JPIP
277
278 2011-12-24  Kaori Hagihara
279
280         * [r1278] applications/jpip/CHANGES,
281           applications/jpip/libopenjpip/faixbox_manager.c: [1.5][JPIP]
282           additional modification for the warning
283
284 2011-12-23  Mathieu Malaterre
285
286         * [r1270] applications/jpip/CHANGES,
287           applications/jpip/libopenjpip/jpipstream_manager.c,
288           applications/jpip/libopenjpip/msgqueue_manager.c,
289           applications/jpip/libopenjpip/openjpip.c: Apply another patch
290           from Kaori, about return value from write/fwrite. Thanks
291         * [r1269] applications/jpip/CHANGES,
292           applications/jpip/libopenjpip/auxtrans_manager.c: Apply patch
293           from Kaori. Thanks.
294
295 2011-12-21  Mathieu Malaterre
296
297         * [r1263] tests/CMakeLists.txt: Another round of universal fixes
298         * [r1262] CMakeLists.txt, applications/codec/CMakeLists.txt,
299           thirdparty/CMakeLists.txt: Attempt to fix building of universal
300           exe
301         * [r1261] CMakeLists.txt: Need to include this file back
302         * [r1260] CMakeLists.txt: Remove old module which does not support
303           universal binary
304         * [r1254] applications/codec/convert.c: hopefully fix a warning on
305           VS2008 compiler
306         * [r1253] tests/CMakeLists.txt,
307           tests/nonregression/test_suite.ctest.in: minor doc tweak
308         * [r1252] applications/jpip/libopenjpip/CMakeLists.txt,
309           applications/jpip/util/CMakeLists.txt: Make sure to append the
310           compile def
311         * [r1251] CMakeLists.txt: pc files are for UNIX.
312         * [r1250] applications/OPJViewer/CMakeLists.txt,
313           applications/OPJViewer/Makefile[DEL],
314           applications/OPJViewer/OPJViewer.dsp[DEL],
315           applications/OPJViewer/OPJViewer.dsw[DEL],
316           applications/OPJViewer/buildupdate.bat[DEL]: Remove old visual
317           studio files
318
319 2011-12-20  Mathieu Malaterre
320
321         * [r1246] libopenjpeg/cidx_manager.c, libopenjpeg/cidx_manager.h,
322           libopenjpeg/indexbox_manager.h, libopenjpeg/jpwl/CMakeLists.txt,
323           libopenjpeg/phix_manager.c, libopenjpeg/ppix_manager.c,
324           libopenjpeg/thix_manager.c, libopenjpeg/tpix_manager.c: Remove
325           exe bit
326         * [r1245] CMakeLists.txt, applications/CMakeLists.txt,
327           applications/OPJViewer/CMakeLists.txt,
328           applications/OPJViewer/source/OPJDialogs.cpp,
329           applications/OPJViewer/source/OPJViewer.cpp,
330           applications/OPJViewer/source/OPJViewer.h: Reactivate the
331           opjviewer in cmake
332         * [r1243] libopenjpeg/tcd.c: Fix test NR-ENC-Bretagne2.ppm-4-encode
333           on linux.
334         * [r1242] applications/mj2/mj2.c: Import patch from winfried on
335           mailing list: patch for mj2.c in branch
336         * [r1240] libopenjpeg/tcd.c: Fix strange line, as reported by
337           lockalsash (gmail.com)
338
339 2011-12-16  Mathieu Malaterre
340
341         * [r1234] tests/comparePGXimages.c, tests/compareRAWimages.c,
342           tests/compare_dump_files.c: Another set of change to remove
343           warnings about c style comments
344         * [r1233] CMake/OpenJPEGCPack.cmake, CMakeLists.txt,
345           opj_config.h.cmake.in: Import change from trunk to be able to
346           generate dists.
347         * [r1232] libopenjpeg/ppix_manager.c: Fix a warning on MacOSX
348         * [r1231] applications/codec/image_to_j2k.c: Hide a warning. Since
349           1.5 is not large file safe (>32bits) this should be ok
350         * [r1230] libopenjpeg/cidx_manager.c, libopenjpeg/phix_manager.c,
351           libopenjpeg/ppix_manager.c: Remove warning about unused args
352         * [r1229] libopenjpeg/t1.c: Reorder static inline when extension is
353           found (GNU)
354         * [r1228] applications/codec/image_to_j2k.c,
355           applications/codec/index.c, applications/codec/j2k_dump.c,
356           applications/codec/j2k_to_image.c,
357           applications/common/opj_getopt.c, libopenjpeg/dwt.c,
358           libopenjpeg/indexbox_manager.h, libopenjpeg/j2k.c,
359           libopenjpeg/phix_manager.c, libopenjpeg/ppix_manager.c,
360           libopenjpeg/t2.c, libopenjpeg/tcd.c, libopenjpeg/thix_manager.c,
361           libopenjpeg/tpix_manager.c: Remove some simple warnings about
362           comments
363         * [r1227] applications/jpip/libopenjpip/sock_manager.c: Remove
364           warning about GNU void* extension
365         * [r1226] applications/common/format_defs.h: Fix warning about no
366           newline at end of file
367
368 2011-12-12  Mathieu Malaterre
369
370         * [r1220] applications/jpip/util/CMakeLists.txt: Sync with trunk
371         * [r1214] applications/codec/convert.c,
372           applications/codec/image_to_j2k.c, libopenjpeg/openjpeg.h: Fix a
373           bunch of warnings reported by gcc (unused results from fwrite)
374
375 2011-12-09  Mathieu Malaterre
376
377         * [r1207] tests/nonregression/CMakeLists.txt: Missing part of
378           import of rev 1148.
379
380 2011-12-08  Mathieu Malaterre
381
382         * [r1205] ., CHANGES, CMake/FindKAKADU.cmake[CPY], CMakeLists.txt,
383           tests/nonregression/CMakeLists.txt,
384           tests/nonregression/opj_ref_decode_cmd.sh.in[DEL]: Import rev
385           1148 from trunk.
386         * [r1199] CHANGES, applications/common/opj_getopt.c,
387           libopenjpeg/cidx_manager.c, libopenjpeg/ppix_manager.c: Remove
388           more warnings
389         * [r1197] CHANGES, libopenjpeg/jp2.c, libopenjpeg/phix_manager.c,
390           libopenjpeg/ppix_manager.c: Remove warnings seen on the dashboard
391
392 2011-12-07  Mickaël Savinaud
393
394         * [r1187] CHANGES, tests/conformance/CMakeLists.txt: [1.5]
395           deactivate tests about class0 files with number of components
396           greater to 1
397
398 2011-11-30  Kaori Hagihara
399
400         * [r1103] applications/jpip/CHANGES, applications/jpip/README,
401           applications/jpip/libopenjpip/CMakeLists.txt,
402           applications/jpip/libopenjpip/Makefile.am,
403           applications/jpip/libopenjpip/auxtrans_manager.c,
404           applications/jpip/libopenjpip/auxtrans_manager.h,
405           applications/jpip/libopenjpip/cachemodel_manager.c,
406           applications/jpip/libopenjpip/cachemodel_manager.h,
407           applications/jpip/libopenjpip/channel_manager.c,
408           applications/jpip/libopenjpip/channel_manager.h,
409           applications/jpip/libopenjpip/comMakefile.mk,
410           applications/jpip/libopenjpip/dec_clientmsg_handler.c,
411           applications/jpip/libopenjpip/imgsock_manager.c,
412           applications/jpip/libopenjpip/imgsock_manager.h,
413           applications/jpip/libopenjpip/jpip_parser.c,
414           applications/jpip/libopenjpip/jpip_parser.h,
415           applications/jpip/libopenjpip/msgqueue_manager.c,
416           applications/jpip/libopenjpip/msgqueue_manager.h,
417           applications/jpip/libopenjpip/openjpip.c,
418           applications/jpip/libopenjpip/openjpip.h,
419           applications/jpip/libopenjpip/query_parser.c,
420           applications/jpip/libopenjpip/query_parser.h,
421           applications/jpip/libopenjpip/sock_manager.c,
422           applications/jpip/libopenjpip/sock_manager.h,
423           applications/jpip/libopenjpip/target_manager.c,
424           applications/jpip/libopenjpip/target_manager.h,
425           applications/jpip/util/Makefile.nix,
426           applications/jpip/util/opj_dec_server.c,
427           applications/jpip/util/opj_server.c,
428           applications/jpip/util/opj_viewer/dist/opj_viewer-20111116.jar[DEL],
429           applications/jpip/util/opj_viewer/dist/opj_viewer-20111130.jar,
430           applications/jpip/util/opj_viewer/dist/opj_viewer.jar,
431           applications/jpip/util/opj_viewer/src/ImageManager.java,
432           applications/jpip/util/opj_viewer/src/ImageViewer.java,
433           applications/jpip/util/opj_viewer/src/ImageWindow.java,
434           applications/jpip/util/opj_viewer/src/ImgdecClient.java,
435           applications/jpip/util/opj_viewer/src/JPIPHttpClient.java,
436           applications/jpip/util/opj_viewer_xerces/dist/opj_viewer_xerces-20111116.jar[DEL],
437           applications/jpip/util/opj_viewer_xerces/dist/opj_viewer_xerces-20111130.jar,
438           applications/jpip/util/opj_viewer_xerces/dist/opj_viewer_xerces.jar,
439           applications/jpip/util/opj_viewer_xerces/src/ImageViewer.java,
440           applications/jpip/util/opj_viewer_xerces/src/ImageWindow.java:
441           [1.5][JPIP] TCP return (http-tcp) implemented
442
443 2011-11-19  Vincent Torri
444
445         * [r1080] CHANGES, CMakeLists.txt,
446           applications/jpip/libopenjpip/CMakeLists.txt: fix compilation of
447           libopenjpip (libcurl dependency) with CMake. Credit to Winfried.
448
449 2011-11-16  Kaori Hagihara
450
451         * [r1071] applications/jpip/CHANGES,
452           applications/jpip/util/Makefile.am: [1.5][JPIP] fixed opj_server
453           execusion error (instant terminating) with autotool, cmake still
454           need to be fixed
455
456 2011-11-16  Vincent Torri
457
458         * [r1069] CHANGES, applications/jpip/libopenjpip/Makefile.am,
459           applications/jpip/util/Makefile.am, configure.ac: [1.5] libcurl
460           dep, fix 'distcheck' rule.
461
462 2011-11-16  Kaori Hagihara
463
464         * [r1068] applications/jpip/CHANGES, applications/jpip/README,
465           applications/jpip/doc/jpip_architect.png,
466           applications/jpip/libopenjpip/cachemodel_manager.c,
467           applications/jpip/libopenjpip/channel_manager.c,
468           applications/jpip/libopenjpip/target_manager.c,
469           applications/jpip/libopenjpip/target_manager.h,
470           applications/jpip/mainpage.h,
471           applications/jpip/util/Makefile.nix,
472           applications/jpip/util/opj_server.c: [1.5][JPIP] new feature to
473           target JP2 files from www (libcurl required)
474         * [r1067] applications/jpip/libopenjpip/box_manager.c,
475           applications/jpip/libopenjpip/byte_manager.c,
476           applications/jpip/libopenjpip/byte_manager.h,
477           applications/jpip/libopenjpip/index_manager.c,
478           applications/jpip/libopenjpip/metadata_manager.c,
479           applications/jpip/libopenjpip/msgqueue_manager.c,
480           applications/jpip/libopenjpip/openjpip.c: [1.5][JPIP] added
481           get_filesize()
482         * [r1066] applications/jpip/CHANGES,
483           applications/jpip/libopenjpip/cache_manager.c,
484           applications/jpip/libopenjpip/dec_clientmsg_handler.c,
485           applications/jpip/libopenjpip/dec_clientmsg_handler.h,
486           applications/jpip/libopenjpip/imgsock_manager.c,
487           applications/jpip/libopenjpip/imgsock_manager.h,
488           applications/jpip/libopenjpip/index_manager.c,
489           applications/jpip/libopenjpip/index_manager.h,
490           applications/jpip/libopenjpip/jp2k_decoder.c,
491           applications/jpip/libopenjpip/jp2k_encoder.c,
492           applications/jpip/libopenjpip/jp2k_encoder.h,
493           applications/jpip/libopenjpip/jpipstream_manager.c,
494           applications/jpip/libopenjpip/jpipstream_manager.h,
495           applications/jpip/libopenjpip/openjpip.c,
496           applications/jpip/util/opj_viewer/dist/opj_viewer-20111018.jar[DEL],
497           applications/jpip/util/opj_viewer/dist/opj_viewer-20111026.jar[DEL],
498           applications/jpip/util/opj_viewer/dist/opj_viewer-20111116.jar,
499           applications/jpip/util/opj_viewer/dist/opj_viewer.jar,
500           applications/jpip/util/opj_viewer/src/ImageManager.java,
501           applications/jpip/util/opj_viewer/src/ImgdecClient.java,
502           applications/jpip/util/opj_viewer_xerces/dist/opj_viewer_xerces-20111010.jar[DEL],
503           applications/jpip/util/opj_viewer_xerces/dist/opj_viewer_xerces-20111026.jar[DEL],
504           applications/jpip/util/opj_viewer_xerces/dist/opj_viewer_xerces-20111116.jar,
505           applications/jpip/util/opj_viewer_xerces/dist/opj_viewer_xerces.jar:
506           [1.5][JPIP] fixed Region of Interest option, and memory leak of
507           opj_dec_server
508
509 2011-11-08  Kaori Hagihara
510
511         * [r1043] applications/jpip/CHANGES,
512           applications/jpip/doc/jpip_protocol.png,
513           applications/jpip/mainpage.h: [1.5][JPIP] backport r1042 to
514           branch 1.5
515
516 2011-11-06  Antonin Descampe
517
518         * [r1038] ., applications/jpip/CHANGES,
519           applications/jpip/libopenjpip/boxheader_manager.c,
520           applications/jpip/libopenjpip/cache_manager.c,
521           applications/jpip/libopenjpip/cache_manager.h,
522           applications/jpip/libopenjpip/cachemodel_manager.c,
523           applications/jpip/libopenjpip/dec_clientmsg_handler.c,
524           applications/jpip/libopenjpip/imgsock_manager.c,
525           applications/jpip/libopenjpip/imgsock_manager.h,
526           applications/jpip/libopenjpip/index_manager.c,
527           applications/jpip/libopenjpip/manfbox_manager.c,
528           applications/jpip/libopenjpip/target_manager.c,
529           applications/jpip/libopenjpip/target_manager.h,
530           applications/jpip/util/jpip_to_j2k.c: [1.5][JPIP] backport r1037
531           to branch 1.5
532
533 2011-11-02  Antonin Descampe
534
535         * [r1035] ., applications/jpip/CHANGES,
536           applications/jpip/CMakeLists.txt, applications/jpip/Makefile.am,
537           applications/jpip/Makefile.nix,
538           applications/jpip/libopenjpip/CMakeLists.txt,
539           applications/jpip/libopenjpip/Makefile.am,
540           applications/jpip/libopenjpip/cache_manager.c[CPY],
541           applications/jpip/libopenjpip/cache_manager.h[CPY],
542           applications/jpip/libopenjpip/channel_manager.c[CPY],
543           applications/jpip/libopenjpip/channel_manager.h[CPY],
544           applications/jpip/libopenjpip/comMakefile.mk,
545           applications/jpip/libopenjpip/dec_clientmsg_handler.c[CPY],
546           applications/jpip/libopenjpip/dec_clientmsg_handler.h[CPY],
547           applications/jpip/libopenjpip/imgsock_manager.c[CPY],
548           applications/jpip/libopenjpip/imgsock_manager.h[CPY],
549           applications/jpip/libopenjpip/jp2k_decoder.c[CPY],
550           applications/jpip/libopenjpip/jp2k_decoder.h[CPY],
551           applications/jpip/libopenjpip/jpip_parser.c[CPY],
552           applications/jpip/libopenjpip/jpip_parser.h[CPY],
553           applications/jpip/libopenjpip/jpipstream_manager.c[CPY],
554           applications/jpip/libopenjpip/jpipstream_manager.h[CPY],
555           applications/jpip/libopenjpip/openjpip.c[CPY],
556           applications/jpip/libopenjpip/openjpip.h[CPY],
557           applications/jpip/libopenjpip/query_parser.c[CPY],
558           applications/jpip/libopenjpip/query_parser.h[CPY],
559           applications/jpip/libopenjpip/session_manager.c[CPY],
560           applications/jpip/libopenjpip/session_manager.h[CPY],
561           applications/jpip/opj_client[DEL],
562           applications/jpip/opj_server[DEL], applications/jpip/tools[DEL],
563           applications/jpip/util[CPY],
564           applications/jpip/util/CMakeLists.txt[CPY],
565           applications/jpip/util/Makefile.am[CPY],
566           applications/jpip/util/Makefile.nix[CPY],
567           applications/jpip/util/addXMLinJP2.c[CPY],
568           applications/jpip/util/jpip_to_j2k.c[CPY],
569           applications/jpip/util/jpip_to_jp2.c[CPY],
570           applications/jpip/util/opj_dec_server.c[CPY],
571           applications/jpip/util/opj_server.c[CPY],
572           applications/jpip/util/opj_viewer[CPY],
573           applications/jpip/util/opj_viewer/build.xml[CPY],
574           applications/jpip/util/opj_viewer/dist[CPY],
575           applications/jpip/util/opj_viewer/dist/manifest.txt[CPY],
576           applications/jpip/util/opj_viewer/dist/opj_viewer-20111026.jar[CPY],
577           applications/jpip/util/opj_viewer/dist/opj_viewer.jar[CPY],
578           applications/jpip/util/opj_viewer/src[CPY],
579           applications/jpip/util/opj_viewer/src/ImageManager.java[CPY],
580           applications/jpip/util/opj_viewer/src/ImageViewer.java[CPY],
581           applications/jpip/util/opj_viewer/src/ImageWindow.java[CPY],
582           applications/jpip/util/opj_viewer/src/ImgdecClient.java[CPY],
583           applications/jpip/util/opj_viewer/src/JPIPHttpClient.java[CPY],
584           applications/jpip/util/opj_viewer/src/MML.java[CPY],
585           applications/jpip/util/opj_viewer/src/PnmImage.java[CPY],
586           applications/jpip/util/opj_viewer/src/RegimViewer.java[CPY],
587           applications/jpip/util/opj_viewer/src/ResizeListener.java[CPY],
588           applications/jpip/util/opj_viewer_xerces[CPY],
589           applications/jpip/util/opj_viewer_xerces/build.xml[CPY],
590           applications/jpip/util/opj_viewer_xerces/dist[CPY],
591           applications/jpip/util/opj_viewer_xerces/dist/manifest.txt[CPY],
592           applications/jpip/util/opj_viewer_xerces/dist/opj_viewer_xerces-20111026.jar[CPY],
593           applications/jpip/util/opj_viewer_xerces/dist/opj_viewer_xerces.jar[CPY],
594           applications/jpip/util/opj_viewer_xerces/src[CPY],
595           applications/jpip/util/opj_viewer_xerces/src/ImageManager.java[CPY],
596           applications/jpip/util/opj_viewer_xerces/src/ImageViewer.java[CPY],
597           applications/jpip/util/opj_viewer_xerces/src/ImageWindow.java[CPY],
598           applications/jpip/util/opj_viewer_xerces/src/ImgdecClient.java[CPY],
599           applications/jpip/util/opj_viewer_xerces/src/JP2XMLparser.java[CPY],
600           applications/jpip/util/opj_viewer_xerces/src/JPIPHttpClient.java[CPY],
601           applications/jpip/util/opj_viewer_xerces/src/MML.java[CPY],
602           applications/jpip/util/opj_viewer_xerces/src/OptionPanel.java[CPY],
603           applications/jpip/util/opj_viewer_xerces/src/PnmImage.java[CPY],
604           applications/jpip/util/opj_viewer_xerces/src/RegimViewer.java[CPY],
605           applications/jpip/util/opj_viewer_xerces/src/ResizeListener.java[CPY],
606           applications/jpip/util/test_index.c[CPY], configure.ac,
607           libopenjpeg/phix_manager.c, libopenjpeg/ppix_manager.c: [1.5]
608           backport r1017, r1030:1032 from trunk + additional fix for cmake
609           and autotools
610
611 2011-11-01  Antonin Descampe
612
613         * [r1034] ., CHANGES, applications/JavaOpenJPEG/JavaOpenJPEG.c,
614           applications/codec/image_to_j2k.c, applications/jpip/CHANGES,
615           applications/jpip/README,
616           applications/jpip/libopenjpip/j2kheader_manager.c,
617           applications/jpip/libopenjpip/jp2k_encoder.c,
618           applications/jpip/libopenjpip/msgqueue_manager.c,
619           applications/jpip/libopenjpip/msgqueue_manager.h,
620           applications/jpip/opj_client/opj_dec_server/CMakeLists.txt,
621           applications/jpip/opj_client/opj_dec_server/Makefile.am,
622           applications/jpip/opj_client/opj_dec_server/Makefile.nix,
623           applications/jpip/opj_client/opj_dec_server/dec_clientmsg_handler.c[CPY],
624           applications/jpip/opj_client/opj_dec_server/dec_clientmsg_handler.h[CPY],
625           applications/jpip/opj_client/opj_dec_server/imgsock_manager.c,
626           applications/jpip/opj_client/opj_dec_server/imgsock_manager.h,
627           applications/jpip/opj_client/opj_dec_server/opj_dec_server.c,
628           applications/jpip/opj_client/opj_viewer/dist/opj_viewer-20111018.jar[CPY],
629           applications/jpip/opj_client/opj_viewer/dist/opj_viewer.jar,
630           applications/jpip/opj_server/CMakeLists.txt,
631           applications/jpip/opj_server/Makefile.am,
632           applications/jpip/opj_server/Makefile.nix,
633           applications/jpip/opj_server/jpip_parser.c[CPY],
634           applications/jpip/opj_server/jpip_parser.h[CPY],
635           applications/jpip/opj_server/opj_server.c,
636           applications/jpip/opj_server/query_parser.c,
637           applications/jpip/opj_server/query_parser.h,
638           applications/jpip/tools/jpip_to_j2k.c: [1.5] backport revisions
639           996, 997, 1000, 1008-1012 from trunk (JPIP modifications)
640
641 2011-10-21  Mickaël Savinaud
642
643         * [r1025] CHANGES, tests/comparePGXimages.c: [1.5] remove one
644           obvious memory leak from test functions
645
646 2011-10-20  Mickaël Savinaud
647
648         * [r1023] CHANGES, applications/codec/j2k_dump.c,
649           applications/codec/j2k_to_image.c: [1.5] remove obvious memory
650           leak from applications
651
652 2011-10-19  Mickaël Savinaud
653
654         * [r1016] ., CHANGES, applications/codec/convert.c,
655           tests/comparePGXimages.c, tests/compareRAWimages.c: backport rev
656           1013-1014 from trunk
657
658 2011-10-11  Antonin Descampe
659
660         * [r991] ., CHANGES, applications/codec/image_to_j2k.c,
661           applications/jpip/CHANGES, applications/jpip/README,
662           applications/jpip/libopenjpip/cachemodel_manager.c,
663           applications/jpip/libopenjpip/cachemodel_manager.h,
664           applications/jpip/libopenjpip/index_manager.c,
665           applications/jpip/libopenjpip/index_manager.h,
666           applications/jpip/libopenjpip/j2kheader_manager.c,
667           applications/jpip/libopenjpip/jp2k_encoder.c,
668           applications/jpip/libopenjpip/msgqueue_manager.c,
669           applications/jpip/libopenjpip/msgqueue_manager.h,
670           applications/jpip/libopenjpip/target_manager.c,
671           applications/jpip/libopenjpip/target_manager.h,
672           applications/jpip/opj_client/opj_viewer/dist/opj_viewer-20110930.jar[DEL],
673           applications/jpip/opj_client/opj_viewer/dist/opj_viewer.jar,
674           applications/jpip/opj_client/opj_viewer/src/ImageManager.java,
675           applications/jpip/opj_client/opj_viewer/src/ImageViewer.java,
676           applications/jpip/opj_client/opj_viewer/src/ImageWindow.java,
677           applications/jpip/opj_client/opj_viewer/src/JPIPHttpClient.java,
678           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces-20110930.jar[DEL],
679           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces-20111010.jar[CPY],
680           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces.jar,
681           applications/jpip/opj_client/opj_viewer_xerces/src/ImageViewer.java,
682           applications/jpip/opj_client/opj_viewer_xerces/src/ImageWindow.java,
683           applications/jpip/opj_server/opj_server.c,
684           applications/jpip/tools/Makefile.nix,
685           applications/jpip/tools/jpip_to_j2k.c, configure.ac: [1.5]
686           backport r987:990 to branch 1.5
687
688 2011-10-10  Antonin Descampe
689
690         * [r985] applications/jpip/CHANGES,
691           applications/jpip/tools/CMakeLists.txt,
692           applications/jpip/tools/Makefile.am,
693           applications/jpip/tools/Makefile.nix,
694           applications/jpip/tools/indexer[DEL]: [1.5][JPIP]removed obsolete
695           indexer utility
696         * [r984] ., CHANGES, applications/jpip/CHANGES,
697           applications/jpip/README,
698           applications/jpip/libopenjpip/CMakeLists.txt,
699           applications/jpip/libopenjpip/Makefile.am,
700           applications/jpip/libopenjpip/byte_manager.c,
701           applications/jpip/libopenjpip/byte_manager.h,
702           applications/jpip/libopenjpip/cachemodel_manager.c,
703           applications/jpip/libopenjpip/cachemodel_manager.h,
704           applications/jpip/libopenjpip/comMakefile.mk,
705           applications/jpip/libopenjpip/ihdrbox_manager.c,
706           applications/jpip/libopenjpip/ihdrbox_manager.h,
707           applications/jpip/libopenjpip/imgreg_manager.c,
708           applications/jpip/libopenjpip/imgreg_manager.h,
709           applications/jpip/libopenjpip/index_manager.c,
710           applications/jpip/libopenjpip/index_manager.h,
711           applications/jpip/libopenjpip/j2kheader_manager.c[CPY],
712           applications/jpip/libopenjpip/j2kheader_manager.h[CPY],
713           applications/jpip/libopenjpip/jp2k_encoder.c[CPY],
714           applications/jpip/libopenjpip/jp2k_encoder.h[CPY],
715           applications/jpip/libopenjpip/metadata_manager.h,
716           applications/jpip/libopenjpip/msgqueue_manager.c,
717           applications/jpip/libopenjpip/msgqueue_manager.h,
718           applications/jpip/opj_client/opj_dec_server/jp2k_decoder.c,
719           applications/jpip/opj_client/opj_dec_server/jpipstream_manager.c,
720           applications/jpip/opj_client/opj_dec_server/opj_dec_server.c,
721           applications/jpip/opj_client/opj_viewer/dist/opj_viewer-20110916.jar[DEL],
722           applications/jpip/opj_client/opj_viewer/dist/opj_viewer-20110930.jar[CPY],
723           applications/jpip/opj_client/opj_viewer/dist/opj_viewer.jar,
724           applications/jpip/opj_client/opj_viewer/src/ImageManager.java,
725           applications/jpip/opj_client/opj_viewer/src/ImageViewer.java,
726           applications/jpip/opj_client/opj_viewer/src/ImgdecClient.java,
727           applications/jpip/opj_client/opj_viewer/src/JPIPHttpClient.java,
728           applications/jpip/opj_client/opj_viewer/src/PnmImage.java,
729           applications/jpip/opj_client/opj_viewer/src/RegimViewer.java,
730           applications/jpip/opj_client/opj_viewer/src/ResizeListener.java,
731           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces-20110916.jar[DEL],
732           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces-20110930.jar[CPY],
733           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces.jar,
734           applications/jpip/opj_server/opj_server.c,
735           applications/jpip/opj_server/query_parser.c,
736           applications/jpip/opj_server/query_parser.h,
737           applications/jpip/tools/jpip_to_j2k.c,
738           applications/jpip/tools/jpip_to_jp2.c, libopenjpeg/jp2.c,
739           libopenjpeg/phix_manager.c, libopenjpeg/ppix_manager.c: [1.5]
740           enabled JPP stream in JPIP (result of GSoC program)
741         * [r982] ., applications/jpip/CHANGES, applications/jpip/README,
742           applications/jpip/opj_client/opj_dec_server/cache_manager.c,
743           applications/jpip/opj_client/opj_dec_server/cache_manager.h,
744           applications/jpip/opj_client/opj_dec_server/imgsock_manager.c,
745           applications/jpip/opj_client/opj_dec_server/imgsock_manager.h,
746           applications/jpip/opj_client/opj_dec_server/opj_dec_server.c,
747           applications/jpip/opj_client/opj_viewer/dist/opj_viewer-20110825.jar[DEL],
748           applications/jpip/opj_client/opj_viewer/dist/opj_viewer-20110916.jar[CPY],
749           applications/jpip/opj_client/opj_viewer/dist/opj_viewer.jar,
750           applications/jpip/opj_client/opj_viewer/src/ImageManager.java,
751           applications/jpip/opj_client/opj_viewer/src/ImageViewer.java,
752           applications/jpip/opj_client/opj_viewer/src/ImageWindow.java,
753           applications/jpip/opj_client/opj_viewer/src/ImgdecClient.java,
754           applications/jpip/opj_client/opj_viewer/src/JPIPHttpClient.java,
755           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces-20110825.jar[DEL],
756           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces-20110916.jar[CPY],
757           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces.jar,
758           applications/jpip/opj_server/opj_server.c: [1.5] backport r909,
759           r922-925 to branch 1.5 (terminating status of opj_server in
760           debug/non-server mode and stateless requests)
761
762 2011-10-10  Vincent Torri
763
764         * [r979] Makefile.am, applications/jpip/tools/indexer/Makefile.am:
765           [1.5] add missing file in tarball, no need to change CHANGES
766         * [r977] CHANGES, Makefile.am, applications/mj2/Makefile.am,
767           libopenjpeg/Makefile.am: [1.5] Fix 'distcheck' rule
768
769 2011-10-07  Mickaël Savinaud
770
771         * [r969] CHANGES, tests/nonregression/CMakeLists.txt,
772           tests/nonregression/encoder_test_suite.txt[DEL],
773           tests/nonregression/test_suite.ctest.in[CPY]: [1.5] enhance non
774           regression test suite generation (and some test names). It is
775           based on a file as encoder previously
776         * [r968] CHANGES, tests/conformance/CMakeLists.txt: [1.5] add tests
777           about jp2 conformance
778         * [r967] CHANGES, CMakeLists.txt, opj_config.h.cmake.in[CPY],
779           opj_configh.cmake.in[DEL]: [1.5] rename opj_configh.cmake.in to
780           opj_config.h.cmake.in and update CMakeLists.txt to be more clear
781
782 2011-10-06  Mickaël Savinaud
783
784         * [r965] CHANGES, libopenjpeg/cidx_manager.c,
785           libopenjpeg/opj_includes.h, libopenjpeg/phix_manager.c,
786           libopenjpeg/ppix_manager.c, libopenjpeg/thix_manager.c,
787           libopenjpeg/tpix_manager.c: [1.5] enhance some new JPIP files
788           with opj_config inclusion and using of opj_free/opj_calloc
789           functions (credit to Julien Malik)
790         * [r964] CHANGES, CMakeLists.txt, doc/CMakeLists.txt: [1.5] enhance
791           html documentation generation with cmake and add a openjpeg
792           mainpage to this doc
793
794 2011-10-01  Vincent Torri
795
796         * [r955] CHANGES, applications/jpip/libopenjpip/Makefile.am,
797           configure.ac, libopenjpeg/Makefile.am,
798           libopenjpeg/jpwl/Makefile.am: [1.5] fix output when
799           --disable-shared or --disable-static is
800           passed to configure. Minor fix for jpwl compilation.
801
802 2011-09-09  Antonin Descampe
803
804         * [r916] libopenjpeg/jpwl/Makefile.am: BRANCH-1.5: fixed autotools
805           for new indexer option
806         * [r914] CHANGES, applications/JavaOpenJPEG/JavaOpenJPEG.c,
807           applications/codec/image_to_j2k.c,
808           applications/mj2/CMakeLists.txt, applications/mj2/Makefile.am,
809           libopenjpeg/CMakeLists.txt, libopenjpeg/Makefile.am,
810           libopenjpeg/cidx_manager.c, libopenjpeg/cidx_manager.h,
811           libopenjpeg/cio.c, libopenjpeg/cio.h,
812           libopenjpeg/indexbox_manager.h, libopenjpeg/j2k.c,
813           libopenjpeg/jp2.c, libopenjpeg/jp2.h, libopenjpeg/openjpeg.c,
814           libopenjpeg/openjpeg.h, libopenjpeg/opj_includes.h,
815           libopenjpeg/phix_manager.c, libopenjpeg/ppix_manager.c,
816           libopenjpeg/thix_manager.c, libopenjpeg/tpix_manager.c:
817           BRANCH-1.5:added a new indexer functionality to the library. With
818           the new -jpip option at encoding, the user can now generate a JP2
819           file including an XML box with the index used when browsing the
820           image with JPIP
821
822 2011-09-02  Mickaël Savinaud
823
824         * [r911] CHANGES, tests/compareRAWimages.c,
825           tests/nonregression/CMakeLists.txt: correct nightly crash on all
826           platform linked to merge operation and missing opj_getopt command
827
828 2011-09-01  Antonin Descampe
829
830         * [r908] ., CHANGES, CMake/CTestCustom.cmake.in,
831           CMake/CheckHaveGetopt.cmake[DEL], CMakeLists.txt,
832           applications/JavaOpenJPEG/CMakeLists.txt,
833           applications/JavaOpenJPEG/JavaOpenJPEG.c,
834           applications/JavaOpenJPEG/JavaOpenJPEGDecoder.c,
835           applications/JavaOpenJPEG/Makefile, applications/Makefile.am,
836           applications/codec/CMakeLists.txt,
837           applications/codec/Makefile.am, applications/codec/convert.c,
838           applications/codec/image_to_j2k.c, applications/codec/j2k_dump.c,
839           applications/codec/j2k_to_image.c,
840           applications/codec/windirent.h,
841           applications/common/getopt.c[DEL],
842           applications/common/getopt.h[DEL],
843           applications/common/opj_getopt.c[CPY],
844           applications/common/opj_getopt.h[CPY],
845           applications/mj2/CMakeLists.txt, applications/mj2/Makefile.am,
846           applications/mj2/frames_to_mj2.c,
847           applications/mj2/mj2_to_metadata.c,
848           applications/mj2/mj2_to_metadata.vcproj, tests/CMakeLists.txt,
849           tests/comparePGXimages.c, tests/compareRAWimages.c[CPY],
850           tests/compare_dump_files.c, tests/nonregression/CMakeLists.txt,
851           tests/nonregression/encoder_test_suite.txt[CPY],
852           tests/nonregression/opj_ref_decode_cmd.sh.in[CPY]: backport r898
853           to r907 in openjpeg-1.5 branch
854
855 2011-08-27  Antonin Descampe
856
857         * [r896] ., applications/jpip/CHANGES,
858           applications/jpip/opj_client/opj_dec_server/CMakeLists.txt:
859           backport r895 to openjpeg-1.5 branch
860         * [r894] ., Makefile.am, applications/jpip/CHANGES,
861           applications/jpip/README,
862           applications/jpip/libopenjpip/CMakeLists.txt,
863           applications/jpip/libopenjpip/Makefile.am,
864           applications/jpip/libopenjpip/box_manager.c,
865           applications/jpip/libopenjpip/box_manager.h,
866           applications/jpip/libopenjpip/boxheader_manager.c,
867           applications/jpip/libopenjpip/byte_manager.c,
868           applications/jpip/libopenjpip/byte_manager.h,
869           applications/jpip/libopenjpip/cachemodel_manager.c[CPY],
870           applications/jpip/libopenjpip/cachemodel_manager.h[CPY],
871           applications/jpip/libopenjpip/codestream_manager.h,
872           applications/jpip/libopenjpip/comMakefile.mk,
873           applications/jpip/libopenjpip/index_manager.c,
874           applications/jpip/libopenjpip/index_manager.h,
875           applications/jpip/libopenjpip/metadata_manager.c,
876           applications/jpip/libopenjpip/msgqueue_manager.c,
877           applications/jpip/libopenjpip/msgqueue_manager.h,
878           applications/jpip/libopenjpip/placeholder_manager.c,
879           applications/jpip/libopenjpip/target_manager.c,
880           applications/jpip/libopenjpip/target_manager.h,
881           applications/jpip/opj_client/opj_dec_server/Makefile.nix,
882           applications/jpip/opj_client/opj_dec_server/cache_manager.c,
883           applications/jpip/opj_client/opj_dec_server/cache_manager.h,
884           applications/jpip/opj_client/opj_dec_server/imgsock_manager.c,
885           applications/jpip/opj_client/opj_dec_server/imgsock_manager.h,
886           applications/jpip/opj_client/opj_dec_server/jp2k_decoder.c,
887           applications/jpip/opj_client/opj_dec_server/opj_dec_server.c,
888           applications/jpip/opj_client/opj_viewer/dist/opj_viewer-20110711.jar[DEL],
889           applications/jpip/opj_client/opj_viewer/dist/opj_viewer-20110825.jar[CPY],
890           applications/jpip/opj_client/opj_viewer/dist/opj_viewer.jar,
891           applications/jpip/opj_client/opj_viewer/src/ImageManager.java,
892           applications/jpip/opj_client/opj_viewer/src/ImgdecClient.java,
893           applications/jpip/opj_client/opj_viewer/src/JPIPHttpClient.java,
894           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces-20110711.jar[DEL],
895           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces-20110825.jar[CPY],
896           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces.jar,
897           applications/jpip/opj_server/Makefile.am,
898           applications/jpip/opj_server/Makefile.nix,
899           applications/jpip/opj_server/channel_manager.c,
900           applications/jpip/opj_server/channel_manager.h,
901           applications/jpip/opj_server/opj_server.c,
902           applications/jpip/opj_server/query_parser.c,
903           applications/jpip/opj_server/query_parser.h,
904           applications/jpip/opj_server/session_manager.c,
905           applications/jpip/opj_server/session_manager.h,
906           applications/jpip/tools/indexer/CMakeLists.txt[CPY],
907           applications/jpip/tools/indexer/Makefile.am[CPY],
908           applications/jpip/tools/indexer/Makefile.nix[CPY],
909           applications/jpip/tools/indexer/bio.c[DEL],
910           applications/jpip/tools/indexer/bio.h[DEL],
911           applications/jpip/tools/indexer/cidx_manager.c[CPY],
912           applications/jpip/tools/indexer/cidx_manager.h[CPY],
913           applications/jpip/tools/indexer/cio.c[DEL],
914           applications/jpip/tools/indexer/cio.h[DEL],
915           applications/jpip/tools/indexer/cio_ext.c[CPY],
916           applications/jpip/tools/indexer/cio_ext.h[CPY],
917           applications/jpip/tools/indexer/event_mgr_handler.c[CPY],
918           applications/jpip/tools/indexer/event_mgr_handler.h[CPY],
919           applications/jpip/tools/indexer/idxjp2_manager.c[CPY],
920           applications/jpip/tools/indexer/index_create.c[DEL],
921           applications/jpip/tools/indexer/indexbox_manager.h[CPY],
922           applications/jpip/tools/indexer/int.c[DEL],
923           applications/jpip/tools/indexer/int.h[DEL],
924           applications/jpip/tools/indexer/j2k.h[DEL],
925           applications/jpip/tools/indexer/j2k_decoder.c[CPY],
926           applications/jpip/tools/indexer/j2k_to_idxjp2.c[CPY],
927           applications/jpip/tools/indexer/j2k_to_idxjp2.h[CPY],
928           applications/jpip/tools/indexer/jp2.c[DEL],
929           applications/jpip/tools/indexer/jp2.h[DEL],
930           applications/jpip/tools/indexer/jpip.c[DEL],
931           applications/jpip/tools/indexer/jpip.h[DEL],
932           applications/jpip/tools/indexer/phix_manager.c[CPY],
933           applications/jpip/tools/indexer/pi.c[DEL],
934           applications/jpip/tools/indexer/pi.h[DEL],
935           applications/jpip/tools/indexer/ppix_manager.c[CPY],
936           applications/jpip/tools/indexer/t2.c[DEL],
937           applications/jpip/tools/indexer/t2.h[DEL],
938           applications/jpip/tools/indexer/tcd.c[DEL],
939           applications/jpip/tools/indexer/tcd.h[DEL],
940           applications/jpip/tools/indexer/tgt.c[DEL],
941           applications/jpip/tools/indexer/tgt.h[DEL],
942           applications/jpip/tools/indexer/thix_manager.c[CPY],
943           applications/jpip/tools/indexer/tpix_manager.c[CPY],
944           configure.ac: backport r882:893 to openjpeg-1.5 branch
945
946 2011-08-22  Antonin Descampe
947
948         * [r877] CMakeLists.txt, INSTALL: updated INSTALL files, fixed a
949           bug in CMakeLists.txt that prevented finding the data directory
950         * [r876] INSTALL, THANKS: INSTALL and THANKS files update
951
952 2011-08-16  Antonin Descampe
953
954         * [r874] AUTHORS, CHANGES, LICENSE, NEWS, README, THANKS,
955           applications/codec/Makefile.am, configure.ac: added NEWS, AUTHORS
956           and THANKS files. Cosmetic changes in autotools files
957         * [r872] CHANGES, Makefile.nix[DEL],
958           applications/codec/Makefile.nix[DEL],
959           applications/mj2/Makefile.nix[DEL], config.nix[DEL],
960           doc/Makefile.nix[DEL], libopenjpeg/jpwl/Makefile.nix[DEL],
961           opj_config.h.in.user[DEL], testing[DEL]: removed obsolete testing
962           directory and *.nix files
963         * [r871] ., CHANGES, CMake/FindFCGI.cmake,
964           applications/jpip/CHANGES,
965           applications/jpip/libopenjpip/CMakeLists.txt,
966           applications/jpip/opj_server/CMakeLists.txt: backport r870 to
967           branch openjpeg-1.5
968
969 2011-08-15  Antonin Descampe
970
971         * [r869] ., CHANGES,
972           applications/jpip/opj_client/opj_dec_server/Makefile.am,
973           applications/jpip/tools/jpip_to_j2k.c,
974           applications/jpip/tools/jpip_to_jp2.c, configure.ac,
975           m4/opj_check_lib.m4: backport r868 to openjpeg-1.5 branch
976         * [r867] ., INSTALL: backport r866 to branch openjpeg-1.5
977
978 2011-08-12  Antonin Descampe
979
980         * [r865] ., CHANGES, CMake/FindFCGI.cmake[CPY], CMakeLists.txt,
981           applications/CMakeLists.txt, applications/jpip/CHANGES,
982           applications/jpip/CMakeLists.txt[CPY],
983           applications/jpip/libopenjpip/CMakeLists.txt[CPY],
984           applications/jpip/opj_client/CMakeLists.txt[CPY],
985           applications/jpip/opj_client/opj_dec_server/CMakeLists.txt[CPY],
986           applications/jpip/opj_server/CMakeLists.txt[CPY],
987           applications/jpip/tools/CMakeLists.txt[CPY],
988           applications/jpip/tools/indexer/CMakeLists.txt[CPY],
989           thirdparty/CMakeLists.txt: added cmake support to openjpip
990
991 2011-08-11  Mickaël Savinaud
992
993         * [r862] CHANGES, thirdparty/CMakeLists.txt: Fixed issue #76
994           (openjpeg-1.5)
995
996 2011-08-11  Antonin Descampe
997
998         * [r861] CHANGES, configure.ac: minor bug fix in configure.ac
999           (credit to Vincent Torri)
1000
1001 2011-08-11  Mickaël Savinaud
1002
1003         * [r860] ., CHANGES, CMake/CTestCustom.cmake.in,
1004           CMake/FindLCMS.cmake[CPY], CMake/FindLCMS2.cmake[CPY],
1005           CMakeLists.txt, applications/CMakeLists.txt,
1006           applications/codec/CMakeLists.txt, applications/codec/convert.c,
1007           applications/codec/image_to_j2k.c, applications/codec/j2k_dump.c,
1008           applications/codec/j2k_to_image.c, applications/common/getopt.c,
1009           applications/common/getopt.h,
1010           applications/jpip/opj_client/opj_dec_server/opj_dec_server.c,
1011           applications/mj2/CMakeLists.txt,
1012           applications/mj2/frames_to_mj2.c, applications/mj2/mj2.c,
1013           applications/mj2/mj2.h, applications/mj2/mj2_convert.c,
1014           applications/mj2/mj2_convert.h, libopenjpeg/dwt.c,
1015           libopenjpeg/event.c, libopenjpeg/j2k.c, libopenjpeg/jp2.c,
1016           libopenjpeg/jpwl/jpwl.c, libopenjpeg/jpwl/jpwl_lib.c,
1017           libopenjpeg/openjpeg.c, libopenjpeg/openjpeg.h, libopenjpeg/t1.c,
1018           libopenjpeg/t2.c, libopenjpeg/tcd.c, opj_configh.cmake.in,
1019           tests[CPY], tests/CMakeLists.txt[CPY],
1020           tests/comparePGXimages.c[CPY], tests/compare_dump_files.c[CPY],
1021           tests/conformance[CPY], tests/conformance/CMakeLists.txt[CPY],
1022           tests/nonregression[CPY],
1023           tests/nonregression/CMakeLists.txt[CPY],
1024           thirdparty/CMakeLists.txt, thirdparty/FindLCMS.cmake[DEL],
1025           thirdparty/FindLCMS2.cmake[DEL],
1026           thirdparty/libtiff/CMakeLists.txt: backport rev[824-834] and
1027           rev[837-859] into the openjpeg-1.5 branch
1028
1029 2011-08-09  Antonin Descampe
1030
1031         * [r851] CHANGES, openjpeg.xcodeproj[DEL]: removed xcode project
1032           files (cmake and autotools are now the only supported build
1033           methods)
1034
1035 2011-07-23  Vincent Torri
1036
1037         * [r836] CHANGES, applications/codec/convert.c: Fixed issue #74.
1038         * [r835] CHANGES, configure.ac: Added libpng 1.5 detection. Dropped
1039           libpng 1.0.* explicit detection (we are in 2011 !). Patch by
1040           Winfried.
1041
1042 2011-07-13  Vincent Torri
1043
1044         * [r823] CHANGES: put comments after the creation of the branch
1045         * [r822] CHANGES, Makefile.am, configure.ac,
1046           libopenjpeg-jpwl.pc.in, libopenjpeg/Makefile.am,
1047           libopenjpeg1.pc.in: * added 'libopenjpeg-jpwl.pc.in'
1048           * fixed substitution in libopenjpeg1.pc.in
1049           * increase micro version to 99. When released, set minor to 5 and
1050           micro to 0
1051           * added -lm to the linker for libopenjpeg and to the .pc file
1052           * removed useless LCMS flags from Makefile.am for libopenjpeg
1053
1054 2011-07-13  Antonin Descampe
1055
1056         * [r821]
1057           applications/jpip/opj_client/opj_viewer/dist/opj_viewer-20110510.jar[DEL],
1058           applications/jpip/opj_client/opj_viewer/dist/opj_viewer-20110711.jar,
1059           applications/jpip/opj_client/opj_viewer/dist/opj_viewer.jar,
1060           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces-20110510.jar[DEL],
1061           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces-20110711.jar,
1062           applications/jpip/opj_client/opj_viewer_xerces/dist/opj_viewer_xerces.jar:
1063           [openjpeg-1.5] JPIP : updated opj_viewer* jar files
1064
1065 2011-07-11  Antonin Descampe
1066
1067         * [r819] CHANGES: updated CHNAGES files after branch renaming
1068         * [r818] .[CPY]: branch opj-v1-branch renamed to openjpeg-1.5
1069
1070 2011-07-10  Antonin Descampe
1071
1072         * [r812] opj-v1-branch created
1073
1074 2011-07-06  Kaori Hagihara
1075
1076         * [r810] bug fixed for error concerning parameter name
1077           modification, Makefile.nix also corrected
1078
1079 2011-07-06  Antonin Descampe
1080
1081         * [r809] JPIP : fixed autotools to work with recent name changes
1082
1083 2011-07-05  Kaori Hagihara
1084
1085         * [r808] additional changes of parameter names and message names
1086           for image_viewer and decoding_server from JPT to JPIP-stream
1087         * [r806] add documentations
1088         * [r805] changed program and parameter names from jpt to jpip
1089         * [r804] changed func name parse_stream to parse_JPIPstream
1090
1091 2011-07-04  Kaori Hagihara
1092
1093         * [r803] changed parameter and file names regarding JPT-stream to
1094           JPIP-stream, which handles also JPP-stream
1095
1096 2011-07-03  Antonin Descampe
1097
1098         * [r797] fixed bmptoimage (see
1099           http://groups.google.com/group/openjpeg/browse_thread/thread/33a24c5896bf6391)
1100         * [r795] fixed handling of "jp2->meth" value (Restricted ICC
1101           profile handling currently not implemented)
1102
1103 2011-06-30  Antonin Descampe
1104
1105         * [r791] fixed CTest configuration files
1106
1107 2011-06-27  Kaori Hagihara
1108
1109         * [r790] typo miss corrections for fx,fy
1110
1111 2011-06-03  Mathieu Malaterre
1112
1113         * [r787] Fix some error with cmake
1114         * [r786] adding partno and numpart info as part of the warning
1115           message (issue #69)
1116
1117 2011-05-26  Antonin Descampe
1118
1119         * [r785] fixed paths in makefile.am
1120         * [r784] changed Makefile to Makefile.nix to avoid having autotools
1121           overwrite them
1122
1123 2011-05-25  Kaori Hagihara
1124
1125         * [r783] added system architecture description on the documentation
1126
1127 2011-05-24  Antonin Descampe
1128
1129         * [r782] fixed a bug in autotools that prevented "make distcheck"
1130           to work properly (credit to Vincent Torri) ; added autotools for
1131           the "applications/jpip/tools" directory
1132
1133 2011-05-23  Antonin Descampe
1134
1135         * [r780] forgot to add new Makefile.am in previous commit
1136         * [r779] fixed autotools (broken since the new directory structure)
1137           and added autotools as a build method for jpip (credit to Vincent
1138           Torri)
1139
1140 2011-05-18  Antonin Descampe
1141
1142         * [r778] defined new type "opj_bool", and new constants OPJ_FALSE
1143           and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch
1144           from Winfried)
1145
1146 2011-05-16  Antonin Descampe
1147
1148         * [r777] fixed another bug related to the number of packets in a
1149           tile-part, not correctly taken into account when generating an
1150           index file during decoding
1151         * [r776] fixed part of issue 69, when tile-part index is
1152           inconsistent with the total number of tile-parts
1153
1154 2011-05-12  Antonin Descampe
1155
1156         * [r775] xcode project file updated (now integrates openjpip)
1157         * [r774] subsequent jpip-related commits to be logged in
1158           "applications/jpip/CHANGES" rather than main CHANGES file
1159
1160 2011-05-10  Kaori Hagihara
1161
1162         * [r773] opj_viewer removed the xml functions (for users without
1163           Xersus2), opj_viewer_xerces is the copy of the original viewer (
1164           needs Xersus2)
1165         * [r772] temporal commit to resort the opj_viewer
1166         * [r771] Modification of opj_dec_server to be portable to windows
1167
1168 2011-05-09  Kaori Hagihara
1169
1170         * [r770] Removal of c99 from the compile option (to be compatible
1171           to win platform) and bool definition in libopenjpip/bool.h
1172
1173 2011-05-09  Antonin Descampe
1174
1175         * [r769] OpenJPIP: small bug fixes to compile on win platform
1176
1177 2011-05-08  Antonin Descampe
1178
1179         * [r768] OpenJPIP: fixed several bugs in opj_server (removal of
1180           strsep function, duplication of query string) + some changes to
1181           compile opj_server under windows (replacement of strcasecmp(),
1182           bzero()).
1183
1184 2011-04-16  Antonin Descampe
1185
1186         * [r767] fixed a bug in mqc.c (see
1187           https://groups.google.com/d/topic/openjpeg/kQ1PbZUd19k/discussion,
1188           credit to Peter Wimmer)
1189         * [r766] fixed wrong path in Doxyfile.dox
1190
1191 2011-04-14  Antonin Descampe
1192
1193         * [r759] initial commit of OpenJPIP 1.0, a JPIP client-server
1194           architecture based on OpenJPEG (see README file in jpip directory
1195           for more details)
1196         * [r753] fixed applications/codec/CMakeLists.txt that prevented
1197           JPWL executables to be built with JPWL functionalities ; changed
1198           make all behaviour : DOC target removed from ALL
1199
1200 2011-04-13  Antonin Descampe
1201
1202         * [r752] changed the directory hierarchy of the whole project. See
1203           README files for details.
1204         * [r751] re-organization of openjpeg directories hierarchy : step 1
1205         * [r750] moved "openjpeg3d" directory from the trunk to the
1206           branches directory.
1207         * [r749] renamed and reorganized "jp3d" directory to "openjpeg3d".
1208           Is now a standalone directory, with independent cmake files. Done
1209           as it uses its own version of the openjpeg library and does not
1210           depend on the one currently developped. Will be removed from the
1211           trunk and stored in a branch.
1212
1213 2011-04-12  Antonin Descampe
1214
1215         * [r746] Fixed internal function names conflict with Jasper
1216           (http://code.google.com/p/openjpeg/issues/detail?id=30)
1217         * [r745] convert.c: ENDIAN condition removed, tiftoimage and
1218           imagetotif updated (ALPHA added for RGB and GRAY, correct
1219           handling of 12-bit precision), small bugfixes (credit to
1220           Winfried)
1221         * [r744] small fix in configure.ac (credit to Vincent Torri)
1222
1223 2011-03-30  Rex Dieter
1224
1225         * [r743] openjpeg.pc.cmake rewrites wrong variables (issue 67)
1226
1227 2011-03-24  Antonin Descampe
1228
1229         * [r742] name fixing in variables related to liblcms
1230
1231 2011-03-21  Antonin Descampe
1232
1233         * [r741] added two files FindLCMS.cmake and FindLCMS2.cmake as they
1234           are not shipped by default with other cmake modules.
1235         * [r740] fixed a bug that created a conflict between liblcms on the
1236           system and liblcms2 in the thirdparty directory
1237
1238 2011-03-20  Antonin Descampe
1239
1240         * [r739] Removed the libs directory containing win32 compiled
1241           versions of libpng, libtiff and liblcms. Added a thirdparty
1242           directory to include main source files of libtiff, libpng, libz
1243           and liblcms to enable support of these formats in the codec
1244           executables. CMake will try to statically build these libraries
1245           if they are not found on the system. Note that these third party
1246           libraries are not required to build libopenjpeg (which has no
1247           dependencies).
1248
1249 2011-03-10  Antonin Descampe
1250
1251         * [r738] fixed lt_version in configure.ac
1252
1253 2011-03-05  Antonin Descampe
1254
1255         * [r737] cosmetic change for status report of ./configure
1256
1257 2011-03-04  Antonin Descampe
1258
1259         * [r734] now assume MinGW does not have dirent.h (actually have it
1260           but without opendir function). Fixed also a WIN32 check in
1261           jp3d/libjp3dvm/openjpeg3d.h.
1262         * [r733] small fix related to the formatting of the install report
1263           displayed at the end of install procedure
1264         * [r732] updated autotools files to improve build and install
1265           procedures (credit to Vincent Torri)
1266
1267 2011-02-17  Antonin Descampe
1268
1269         * [r731] replaced "long" by "size_t" in dwt.c to be sure to cast to
1270           a pointer size.
1271         * [r730] now allows 16-bit precision for mj2 encoding and decoding
1272           (solves Issue 49 and Issue 63). Credit to Winfried.
1273
1274 2011-02-16  Mathieu Malaterre
1275
1276         * [r729] Explicitly link to the math lib on UNIX as we use floor
1277           and such symbols
1278         * [r728] Make sure to be able to compile index_create on UNIX.
1279           Install target
1280
1281 2011-02-09  Antonin Descampe
1282
1283         * [r727] removed opj_config.h.in from svn, as it is automaticaly
1284           generated by autoheader when calling ./bootstrap.sh
1285         * [r726] renamed "java sources" to "java-sources" to avoid blank
1286           space in directory name
1287
1288 2011-02-06  Antonin Descampe
1289
1290         * [r725] cmake : fixed installed links to openjpeg.h and
1291           openjpeg3d.h
1292
1293 2011-01-30  Antonin Descampe
1294
1295         * [r724] fixed warnings in jp2.c (signed compared to unsigned) and
1296           dwt.c (bad cast) ; removed depcomp file from trunk (automatically
1297           copied by automake in main folder)
1298         * [r723] replaced en-dash with standard dash in jp2.c
1299
1300 2011-01-29  Antonin Descampe
1301
1302         * [r722] license header: replaced Hervcalloc by Herve, I should
1303           learn to double-check my changes
1304         * [r721] removed é in license header to prevent warning C4819 (see
1305           http://code.google.com/p/openjpeg/issues/detail?id=57)
1306
1307 2011-01-27  Antonin Descampe
1308
1309         * [r720] removed other VS files
1310
1311 2011-01-24  Antonin Descampe
1312
1313         * [r719] remove more obsolete VS files. Left only mj2_to_metadata
1314           VS files, as this is the only executable not yet handled by CMake
1315
1316 2011-01-23  Antonin Descampe
1317
1318         * [r718] removed obsolete VS files
1319         * [r717] MJ2 module: Add two components to mj2.h: meth, enumcs ;
1320           Define or reset all components of mj2_cparameters_t before its
1321           usage ; Add argument -D prec to frames_to_mj2.c and use the
1322           precision in mj2_convert.c (solves Issue 49)
1323         * [r716] move KK definition from rs.h to rs.c to prevent duplicate
1324           symbol error when building jpwl with autotools
1325
1326 2011-01-18  Rex Dieter
1327
1328         * [r715] cmake: SOVERSION change to 1 (from 1.4) to match
1329           auto-tools build
1330
1331 2011-01-17  Rex Dieter
1332
1333         * [r714] remove (autotools) generated files
1334
1335 2011-01-16  Antonin Descampe
1336
1337         * [r713] convert.c: inclusion of endian.h has to be different on
1338           APPLE platforms
1339
1340 2011-01-13  Rex Dieter
1341
1342         * [r712] followup autotools fixes, adding DESTDIR support
1343         * [r711] s/libopenjpeg.pc/libopenjpeg1.pc/
1344         * [r710] fix symlink creation (cmake)
1345         * [r709] adjust autotools pkg-config support to match
1346         * [r708] add pkg-config support to cmake
1347
1348 2011-01-11  Antonin Descampe
1349
1350         * [r707] removed forgotten debug info in imagetopnm()
1351
1352 2011-01-09  Antonin Descampe
1353
1354         * [r706] imagetopnm() has been rewritten to allow 16-bits
1355           precision, and PAM (P7) support. See Netpbm for more info. (patch
1356           from szukw000).
1357
1358 2011-01-07  Winfried Szukalski
1359
1360         * [r699] changed report code in Makefile.am
1361
1362 2011-01-03  Antonin Descampe
1363
1364         * [r698] removed badly written tests from CTest in
1365           codec/CMakeLists.txt
1366
1367 2011-01-02  Antonin Descampe
1368
1369         * [r697] bug fixes to enable cmake compilation on WIN32 platform
1370           (see CHANGES for details)
1371