PageRenderTime 49ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/src/FreeImage/Source/LibOpenJPEG/CHANGES

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