Update ABI/API compatibility reports after commit d96d2b9a2524f41a8e024462f94417c0974...
[openjpeg.git] / abi-check / changelog / openjpeg / current / log.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2     <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3     <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5     <meta name="keywords" content="OpenJPEG, current, changes, changelog" />
6     <meta name="description" content="Log of changes in the package" />
7     <link rel="stylesheet" type="text/css" href="../../../css/common.css" />
8     <link rel="stylesheet" type="text/css" href="../../../css/changelog.css" />
9     
10     
11     <title>
12         OpenJPEG current: changelog
13     </title>
14     
15     </head>
16
17 <body>
18 <table cellpadding='0' cellspacing='0'><tr><td align='center'><h1 class='tool'><a title='Home: ABI tracker for OpenJPEG' href='../../../timeline/openjpeg/index.html' class='tool'>ABI<br/>Tracker</a></h1></td><td width='30px;'></td><td><h1>(OpenJPEG)</h1></td></tr></table><hr/>
19 <br/>
20 <br/>
21 <h1>Changelog from Git</h1><br/><br/>
22 <div class='changelog'>
23 <pre class='wrap'>commit d96d2b9a2524f41a8e024462f94417c09747ba99
24 Merge: 07d526e 6941bc6
25 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
26 Date:   2018-02-05 17:31:49 +0100
27
28     Merge pull request #1055 from ideasman42/patch-1
29     
30     Note that seek uses SEEK_SET behavior.
31
32 commit 6941bc67cf0b152adde1a46746037b7e96e947b2
33 Author: Campbell Barton &lt;ideasman42@gmail.com&gt;
34 Date:   2018-01-18 15:16:03 +1100
35
36     Note that seek uses SEEK_SET behavior.
37
38 commit 07d526e4cb93b6d2e1a52cf49e3d011d3d4caa11
39 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
40 Date:   2018-01-08 09:38:44 +0100
41
42     opj_t2_encode_packet(): disable setting empty packet header bit to 1 when there is an empty packet
43     
44     This effectively reverts commit 2609fb8077125b5b31f1bcc2f98c12ff1e6572d7
45     since it has been reported that
46     such packets cause decoding issues with cinema J2K hardware
47     decoders: https://groups.google.com/forum/#!topic/openjpeg/M7M_fLX_Bco
48
49 commit bdcead70d5900cf5b90774b218183334ca898723
50 Merge: e4c3595 4841292
51 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
52 Date:   2018-01-07 17:49:37 +0100
53
54     Merge pull request #1047 from stweil/coverity
55     
56     Fix resource leak (CID 179466)
57
58 commit e4c3595077b2a38579c32f2c63bb01d5213b64d2
59 Merge: d241298 6e6f835
60 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
61 Date:   2018-01-07 17:49:08 +0100
62
63     Merge pull request #1050 from szukw000/changes-for-obsolete-doxygen-tags
64     
65     Some Doxygen tags are removed
66
67 commit d241298fdcd95932346da993d5fbe20210dadd2d
68 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
69 Date:   2018-01-07 17:45:53 +0100
70
71     Add known failure for Windows VC10 i386 target (refs #1043)
72
73 commit 6e6f8354a0614a6af61568a73aea573b8e76f894
74 Author: szukw000 &lt;szukw000@arcor.de&gt;
75 Date:   2018-01-07 17:11:09 +0100
76
77     Some Doxygen tags are removed
78
79 commit 4841292b5df8f5ed3c92f1760769428ad7500b7a
80 Author: Stefan Weil &lt;sw@weilnetz.de&gt;
81 Date:   2017-12-15 16:49:33 +0100
82
83     Fix resource leak (CID 179466)
84     
85     Coverity report:
86     
87     CID 179466 (#1 of 1): Resource leak (RESOURCE_LEAK)
88     93. leaked_storage: Variable name going out of scope leaks the storage it points to.
89     
90     Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
91
92 commit 9d0d1a0128c7a9324c9a935b2ded01deb4d660d4
93 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
94 Date:   2017-11-30 15:39:45 +0100
95
96     Add known failure for i386 target (refs #1043)
97
98 commit 98cfdd31340509895f3e2a36f667f66bb3cf1ff2
99 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
100 Date:   2017-11-30 14:48:34 +0100
101
102     opj_j2k_read_cod: remove check for 'No more than one COD marker per tile' (fixes #1043)
103     
104     This check was added per https://github.com/uclouvain/openjpeg/commit/daed8cc9195555e101ab708a501af2dfe6d5e001
105     to fix https://github.com/uclouvain/openjpeg/issues/476 , but it does not seem
106     to be necessary with latest master (issue476.jp2 doesn't cause memory issues),
107     and breaks reading legit files.
108
109 commit 936910cf7a4d85e341582746126d105a8a044f30
110 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
111 Date:   2017-11-30 14:26:17 +0100
112
113     Fix typo in comments
114
115 commit 370d024d108ffe2d5ce9b52f6b7fae5261c4871d
116 Merge: d9f8f7b 157a3d8
117 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
118 Date:   2017-11-14 12:28:44 +0100
119
120     Merge pull request #1042 from radarhere/cmake
121     
122     Changed cmake version test to allow for cmake 2.8.11.x
123
124 commit 157a3d840884abe5020b1a8b94576a7447063385
125 Author: Andrew Murray &lt;radarhere@users.noreply.github.com&gt;
126 Date:   2017-11-14 21:45:09 +1100
127
128     Changed cmake version test to allow for cmake 2.8.11.x
129
130 commit d9f8f7ba9a51732eda9017cea6493cc86a62c7ef
131 Merge: 53d2655 10d22ec
132 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
133 Date:   2017-10-20 21:59:14 +0200
134
135     Merge pull request #1037 from gfiumara/master
136     
137     Add missing fclose() statement in error condition.
138
139 commit 10d22ec26d864e93ad92b4570f044258c6c5bdf9
140 Author: Gregory Fiumara &lt;gregory.fiumara@nist.gov&gt;
141 Date:   2017-10-20 15:31:45 -0400
142
143     Add missing fclose() statement in error condition.
144
145 commit 53d265576ae0cea480f22f3b08f1c05c8af40d4d
146 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
147 Date:   2017-10-14 22:42:12 +0200
148
149     CMakeLists.txt: turn BUILD_PKGCONFIG_FILES ON by default on Windows if compiler is GCC
150
151 commit be6ea90e13fe81a922d831b589c54554282e5545
152 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
153 Date:   2017-10-12 01:16:23 +0200
154
155     opj_j2k_set_threads(): add sanity check to error out if called after opj_read_header()
156
157 commit b8bf9bf78995526bbf0dc0536914661a07f9d2f5
158 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
159 Date:   2017-10-12 01:05:04 +0200
160
161     Improve doc of opj_codec_set_threads()
162
163 commit 66297f07a43d2770a97c8456d20202f3d051d980
164 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
165 Date:   2017-10-09 11:40:43 +0200
166
167     Unix build: fix regression of 2.3.0 where a shared-only or static-only build lacks the installation target for the library (#1019, fixes regression introduced by 3dfc6ca2bcf06fd1adb6b6b4cecc6c092f08ba0b)
168
169 commit e8b6b54d1f7a2c3d501b9afebe9019ad14f4053a
170 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
171 Date:   2017-10-06 19:25:07 +0200
172
173     opj_decompress -h: document -threads ALL_CPUS
174
175 commit acd915080e7a63d1892171533ec245e629c88116
176 Author: Antonin Descampe &lt;antonin@gmail.com&gt;
177 Date:   2017-10-04 23:17:04 -0300
178
179     Finalise ABI check update for v2.3.0
180
181 commit d322cc876f976a88328c00c148e5a5536f5c1b56
182 Author: Antonin Descampe &lt;antonin@gmail.com&gt;
183 Date:   2017-10-04 22:59:08 -0300
184
185     Update ABI check for v2.3.0
186
187 commit 081de4b15f54cb4482035b7bf5e3fb443e4bc84b
188 Author: Antonin Descampe &lt;antonin@descampe.net&gt;
189 Date:   2017-10-04 19:23:14 -0300
190
191     Update CHANGELOG.md
192
193 commit 3916fa2e2a286ea795cdb6df7cebed6ac05be983
194 Author: Antonin Descampe &lt;antonin@descampe.net&gt;
195 Date:   2017-10-03 17:48:44 -0300
196
197     Update NEWS.md
198
199 commit ab84ad39d71481555efdd2dd7c56b344b7b75f0f
200 Author: Antonin Descampe &lt;antonin@descampe.net&gt;
201 Date:   2017-10-03 17:48:09 -0300
202
203     Update CHANGELOG.md
204
205 commit 5a67128a251af3f9557d6a9b3b23a7925aec1a5f
206 Author: Antonin Descampe &lt;antonin@descampe.net&gt;
207 Date:   2017-10-03 17:15:44 -0300
208
209     Update NEWS.md
210
211 commit 0b8903d9ea482d85dcaf8def1ddc41597105b228
212 Author: Antonin Descampe &lt;antonin@gmail.com&gt;
213 Date:   2017-10-03 17:08:30 -0300
214
215     Preparing v2.3.0 release
216
217 commit 47b43dbc2bb5a1e6d61bde91e57ccf7191b07616
218 Merge: d45ccb0 8ed5886
219 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
220 Date:   2017-09-28 11:24:59 +0200
221
222     Merge pull request #1028 from quangnh89/master
223     
224     update instructions to build with Visual Studio and 64-Bit Visual C++ Toolset.
225
226 commit 8ed588608f13af16f63e38267c1d51b124d6d8ad
227 Author: Quang Nguyen &lt;quangnh89@gmail.com&gt;
228 Date:   2017-09-28 10:00:09 +0700
229
230     update instructions to build with Visual Studio and 64-Bit Visual C++ Toolset.
231
232 commit d45ccb048bb2166c5d975f4e1b8acaf8ba3d198d
233 Merge: 3f0de88 e17bbde
234 Author: Antonin Descampe &lt;antonin@descampe.net&gt;
235 Date:   2017-09-26 18:30:20 -0300
236
237     Merge pull request #1022 from rouault/partial_component_decoding
238     
239     Add capability to decode only a subset of all components of an image.
240
241 commit 3f0de88c7bf4e56826987aa7d3edb5acdd4399f2
242 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
243 Date:   2017-09-22 21:43:09 +0200
244
245     Remove opjstyle binary that went inadvertently committed in d4e54e9f35d532062533f1d369c159810b01d224 (#1026)
246
247 commit 3dfb01228b4f06a538c2a19352e34fd172e20fe3
248 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
249 Date:   2017-09-22 12:03:29 +0200
250
251     INSTALL.md: add instructions to build with Visual Studio (#1023, from Winfried instructions)
252
253 commit e5a561b5d86e6292832a7baefdcdf24e25821ae3
254 Merge: 4c8aba2 f92d30f
255 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
256 Date:   2017-09-21 17:39:24 +0200
257
258     Merge pull request #1024 from stweil/warnings
259     
260     Add missing newline at end of file
261
262 commit f92d30f9e7340f50294cca438c1fb62fb4fb03dd
263 Author: Stefan Weil &lt;sw@weilnetz.de&gt;
264 Date:   2017-09-14 22:02:41 +0200
265
266     Add missing newline at end of file
267     
268     This fixes warnings from the clang compiler:
269     
270     /openjpeg/src/lib/openjp2/sparse_array.h:141:32: warning:
271      no newline at end of file [-Wnewline-eof]
272     
273     Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
274
275 commit 4c8aba2add074c4a8101156037e9ca7051bc4baf
276 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
277 Date:   2017-09-21 14:37:01 +0200
278
279     Add assertion
280
281 commit 113e0976e232ac2110d50405f8629787f3f53cfc
282 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
283 Date:   2017-09-21 14:14:32 +0200
284
285     Comment dead code (Coverity CID 94681)
286
287 commit 39082fc6654553f43f6f3a73e0eeaedebc4bdf9f
288 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
289 Date:   2017-09-21 14:13:16 +0200
290
291     Workaround Coverity CID 113061
292
293 commit 7711307d865d46ca1bb8bb152071178b10066d05
294 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
295 Date:   2017-09-21 14:10:49 +0200
296
297     Workaround Coverity CID 169392
298
299 commit 19e157871ff28bb5e8296f9e9f9aee6a17a37ace
300 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
301 Date:   2017-09-21 14:06:03 +0200
302
303     opj_j2k_get_default_thread_count(): validate value of OPJ_NUM_THREADS to fix Coverity 179465 and 179463
304
305 commit 68e596dada2ee38a66b01494e5a425e623688300
306 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
307 Date:   2017-09-21 13:54:14 +0200
308
309     Fix copy&amp;paste error (Coverity CID 169394)
310
311 commit 16b701659d7d9f72aade1d695818a645e2f603a6
312 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
313 Date:   2017-09-20 01:06:02 +0200
314
315     opj_decompress: add a warning when -d and -t are used together (#693)
316
317 commit b8c4b450c4b5bec649463573f57235c4f41c57cd
318 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
319 Date:   2017-09-20 00:55:22 +0200
320
321     Use a #define J2K_MAX_POCS 32 to avoid hard-coded constant (#349)
322
323 commit 9cba05762ded66b803df94b00adbd5a97727da95
324 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
325 Date:   2017-09-20 00:43:54 +0200
326
327     Avoid index-out-of-bounds access when invoking opj_compress with -n 11 or higher. But not a proper fix itself (refs #493)
328
329 commit 8df07d5866c9e3517bf04a7abee4a07a04735df4
330 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
331 Date:   2017-09-19 18:35:52 +0200
332
333     Avoid relying on operator precedence (raised by cppcheck)
334
335 commit c22ea12219c711031ef9b5823f2d9eb1081261e9
336 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
337 Date:   2017-09-19 18:35:31 +0200
338
339     Workaroudn cppcheck (correct) warning about same code in then and else branches
340
341 commit c84e594cffb181b96f522becf1ba0302e2cc6da7
342 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
343 Date:   2017-09-19 18:35:07 +0200
344
345     Fix badly named variable in function prototype (raised by cppcheck)
346
347 commit 82ab7effe3e65b989ee8e97719ceca71908b16ed
348 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
349 Date:   2017-09-19 18:34:49 +0200
350
351     Remove redundant test (raised by cppcheck)
352
353 commit ce8edf9bffb8caae5480b862a04b66e0e355394b
354 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
355 Date:   2017-09-19 18:25:55 +0200
356
357     Replace  C++ style comments by C ones
358
359 commit d415723fd9f2ee415e506e94ee8be8127680fdcd
360 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
361 Date:   2017-09-19 18:22:07 +0200
362
363     Replace  C++ style comments by C ones
364
365 commit e17bbde9066600528ab523adee69d9c9c33ba157
366 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
367 Date:   2017-09-19 17:48:07 +0200
368
369     opj_set_decoded_components(): add a provision for a apply_color_transforms parameter in case we support it in the future
370
371 commit 7e2b6bebff12eab8bdc17fc9af017e8c11652f4f
372 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
373 Date:   2017-09-19 16:52:07 +0200
374
375     Add capability to decode only a subset of all components of an image.
376     
377     This adds a opj_set_decoded_components(opj_codec_t *p_codec,
378     OPJ_UINT32 numcomps, const OPJ_UINT32* comps_indices) function,
379     and equivalent "opj_decompress -c compno[,compno]*" option.
380     
381     When specified, neither the MCT transform nor JP2 channel transformations
382     will be applied.
383     
384     Tests added for various combinations of whole image vs tiled-based decoding,
385     full or reduced resolution, use of decode area or not.
386
387 commit ce199f42e77f972d6ee782b63492f6d861891053
388 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
389 Date:   2017-09-19 12:48:12 +0200
390
391     src/bin/jp3d/convert.c: add missing fclose() in error code path (#1018)
392
393 commit fdef69b43ce5222ac0f2a87f2fad1442ece340e8
394 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
395 Date:   2017-09-19 12:46:20 +0200
396
397     Fix warnings and errors when compiling with a c++ compiler (#1021)
398
399 commit 18f6696372f4c32334385f8dcc8d39ad8ac24601
400 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
401 Date:   2017-09-19 12:13:34 +0200
402
403     Fix compilation with AppleClang 8.1.0.8020042 (#1020)
404
405 commit 3dfc6ca2bcf06fd1adb6b6b4cecc6c092f08ba0b
406 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
407 Date:   2017-09-17 12:17:49 +0200
408
409     Build: make sure that -DBUILD_SHARED_LIBS:bool=off is honoured to build only the static lib (#1019)
410
411 commit 28094e1ebfa420f9a0bdc7a11b8d4ee5f154db35
412 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
413 Date:   2017-09-08 10:56:49 +0200
414
415     opj_tcd_mct_decode(): avoid heap buffer overflow when components have not the same number of resolutions. Also fixes an issue with subtile decoding. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3331. Credit to OSS Fuzz
416
417 commit 33167ddc13fd20313ccfcdc64141000407b68b8f
418 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
419 Date:   2017-09-08 09:53:52 +0200
420
421     opj_j2k_update_image_data(): restrict optimized path
422
423 commit b73ce715d2a484d7355639d863d0418a0e5b8858
424 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
425 Date:   2017-09-08 09:16:51 +0200
426
427     Use opj_image_data_free() where appropriate (adapted from https://github.com/uclouvain/openjpeg/pull/1015/commits/dab9db0723a5bb9f3d745f9dd7a0b8b3b18b8054, #1014)
428
429 commit 5abd86b14bb26d1882ee1c07b03f809f85162a5d
430 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
431 Date:   2017-09-07 18:01:33 +0200
432
433     Properly fix cc893a4ebfaf8c42cf1221ac82c83df91e77340b to avoid heap-buffer-overflow when numcomps &lt; 3
434
435 commit 51a1dcaa6ed5713520dca36fc58cd9240c08b7ca
436 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
437 Date:   2017-09-07 17:52:59 +0200
438
439     Avoid malloc poisoning issue when including &lt;pthread.h&gt; of uclibc (#1013)
440
441 commit cc893a4ebfaf8c42cf1221ac82c83df91e77340b
442 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
443 Date:   2017-09-07 15:32:54 +0200
444
445     opj_tcd_mct_decode(): fix checks to verify MCT can be done safely. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3305 (master only)
446
447 commit c67e1cd73f6c1fca081f5445af4f65b240c40edc
448 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
449 Date:   2017-09-06 17:33:38 +0200
450
451     Fix invalid access out of bounds, and bad behaviour, when calling repeatdly opj_get_decoded_tile() on an image with a color palette
452
453 commit 297f202104fc0ff6b0627e15e7e6883c915f80bf
454 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
455 Date:   2017-09-06 16:49:28 +0200
456
457     Fix 2.2.0 regression when reading codestream with reperated calls to opj_get_decoded_tile() where tile parts of a same tile are not consecutive
458     
459     This check was introduced per #939, but relied on the incorrect assumption
460     we decode all the tile parts of all tiles.
461
462 commit 003759a4829f3f1baa5a2292956618fecf314818
463 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
464 Date:   2017-09-06 15:59:19 +0200
465
466     Fix null pointer dereference on partial tile decoding when they are empty. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3297 (master only)
467
468 commit e656822f927c869f31f2685c67644eacb75fc5d2
469 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
470 Date:   2017-09-05 23:32:03 +0200
471
472     Add knownfailures-Ubuntu12.04-gcc4.6.3-x86_64-Release-3rdP.txt
473     
474     For some reason, the OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release OPJ_NUM_THREADS=2
475     configuration fails once PR1010 has been merged in master
476     ( https://travis-ci.org/uclouvain/openjpeg/jobs/272219011 ) whereas (almost) the same
477     code in my branch didn't fail per https://travis-ci.org/rouault/openjpeg/jobs/271738113
478     
479     The errors we get are the same as with the other x86_64 compilers, so nothing alarming here.
480
481 commit 968e36bbd989fdf789c6a02c80c747346bb851c5
482 Merge: 3a382d3 579b893
483 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
484 Date:   2017-09-05 22:18:58 +0200
485
486     Merge pull request #1010 from rouault/subtile_decoding_stage3
487     
488     Subtile decoding: memory use reduction and perf improvements
489
490 commit 579b8937eae7e6b6868b8b5c6286a742c10a5130
491 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
492 Date:   2017-09-04 17:35:52 +0200
493
494     Replace uses of size_t by OPJ_SIZE_T
495
496 commit 3a382d312306f45853b3ad78b770754d4bc7e440
497 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
498 Date:   2017-09-03 00:30:36 +0200
499
500     opj_getopt.c: avoid crash on invalid input (#301)
501
502 commit e5ab1682a1bf52c203b16720011d869901929ac9
503 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
504 Date:   2017-09-02 09:10:53 +0200
505
506     Improve error message when specifying a too big cp_reduce parameter (#474)
507
508 commit c1e0fba0c46cb528a08b89b986e86ff0f4792558
509 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
510 Date:   2017-09-01 22:09:58 +0200
511
512     opj_v4dwt_decode_step1_sse(): rework a bit to improve code generation
513
514 commit 676d4c807f0162877f9f32e4cdda2e242788d410
515 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
516 Date:   2017-09-01 21:36:35 +0200
517
518     opj_j2k_update_image_data(): avoid allocating image buffer if we can just reuse the tile buffer one
519
520 commit 4c7effa6bc37beb2a8e2f29ecf5845cde93f6b88
521 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
522 Date:   2017-09-01 21:17:26 +0200
523
524     opj_t1_clbl_decode_processor(): use SSE2 in subtile decoding code path, for irreversible
525
526 commit 2c365fe0ecc8c6597db491a953a91308b1d0d4b1
527 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
528 Date:   2017-09-01 20:43:39 +0200
529
530     Replace error message 'Not enough memory for tile data' by 'Size of tile data exceeds system limits' (refs https://github.com/uclouvain/openjpeg/pull/730#issuecomment-326654188)
531
532 commit 559d16e8f43a0cd090d217d7d111820989299b85
533 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
534 Date:   2017-09-01 16:31:13 +0200
535
536     opj_t1_decode_cblk(): move some code to codeblock processor for (theoretical) better multi-threading in subtile decoding
537
538 commit 7017e67a01c378a7a1ee5e34dd544c793b5c23e4
539 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
540 Date:   2017-09-01 16:31:10 +0200
541
542     sparse_array: optimizations for lossy case
543
544 commit b428b8c7e7227cf96c83229df4d7bf009b6d2172
545 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
546 Date:   2017-09-01 20:01:39 +0200
547
548     opj_tcd_rateallocate(): make sure to use all passes for a lossless layer (#1009)
549     
550     And save a useless loop, which should be a tiny faster.
551
552 commit 7aa071aa273aa0b8fafbf055e5eb99b9cb8600a8
553 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
554 Date:   2017-09-01 19:49:01 +0200
555
556     opj_j2k_setup_encoder(): emit warnings if tcp_rates are not decreasing or tcp_distoratio are not increasing (#1009)
557
558 commit a538815c774db94a0d3fa323c9ca4f456ef04903
559 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
560 Date:   2017-09-01 19:27:56 +0200
561
562     opj_j2k_setup_encoder(): avoid potential int overflow in computations related to max_cs_size
563
564 commit 09929bb615bd6bf2a9f7703fc7b04a12096b091e
565 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
566 Date:   2017-09-01 19:16:35 +0200
567
568     opj_compress help: revert 32572617765cb9d77302384653a48d793b8f657f and indicate 1 again as being the value to get lossless for -r. In opj_j2k_setup_encoder(), make sure that ll rates[] &lt;= 1.0 are set to 0. Document 0 as being lossless for -q / tcp_distoratio (#1009)
569
570 commit 32572617765cb9d77302384653a48d793b8f657f
571 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
572 Date:   2017-09-01 17:32:54 +0200
573
574     opj_compress help: indicate 0 value, instead of 1, for -r parameter to get lossless encoding (#1009)
575
576 commit 8a17be8945f6f8fcae3f9e5c7c4988e971d245ee
577 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
578 Date:   2017-09-01 16:31:08 +0200
579
580     opj_v4dwt_decode_step2_sse(): loop unroll
581
582 commit 83b5a168ec0e89210671d60670c9a1143ce8776b
583 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
584 Date:   2017-09-01 16:31:06 +0200
585
586     opj_dwt_decode_partial_97(): simplify/more efficient use of sparse arrays in vertical pass
587
588 commit ae19001ba425a9b396a29fba3417dccc746bd2ef
589 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
590 Date:   2017-09-01 16:31:04 +0200
591
592     opj_tcd_dc_level_shift_decode(): optimize lossy case
593
594 commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28
595 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
596 Date:   2017-09-01 10:26:18 +0200
597
598     Fix undefined shift behaviour in opj_dwt_is_whole_tile_decoding(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3255. Credit to OSS Fuzz
599
600 commit 04b70908a7ada29481d2e1903b76f44a68d4d268
601 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
602 Date:   2017-08-29 11:40:53 +0200
603
604     Use IDWT whole tile decoding if the area of interest equals to the image bounds, taking into account the reduced resolution factor
605
606 commit 4776b15fa7ec2afa74f65cd471f94513ea08205a
607 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
608 Date:   2017-08-28 18:07:44 +0200
609
610     Add test for fix of a55c024fc6b917a409b85aeafd7326421c4aea34
611
612 ...</pre></div>
613
614 </body>
615 </html>