Update ABI/API compatibility reports after commit 9906fbf737692486cebabe98169988d818e...
[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 9906fbf737692486cebabe98169988d818e2e66a
24 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
25 Date:   2017-07-29 16:22:36 +0200
26
27     Avoid assertion in opj_j2k_merge_ppt() in case premature EOC is encountered in opj_j2k_read_tile_header(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2785. Credit to OSS Fuzz
28
29 commit 71b4f5b124d14ed609763b11e19d2d480bc32f58
30 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
31 Date:   2017-07-29 15:52:11 +0200
32
33     opj_pi_next_pcrl(): avoid undefined shift behaviour. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2787. Credit to OSS Fuzz
34
35 commit d6654d906c1ae66590b6d600458a91f1ee923de5
36 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
37 Date:   2017-07-28 22:15:47 +0200
38
39     opj_int_ceildiv(): fix int32 overflow. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2494. Credit to OSS Fuzz
40
41 commit 361c4506fdfb9b6f0e41d86d5d0ea1efb5704ecf
42 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
43 Date:   2017-07-28 22:06:26 +0200
44
45     opj_tcd_dc_level_shift_decode(): avoid int overflow. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2516. Credit to OSS Fuzz
46
47 commit 7bdbe490cba9990916f94a40379cc787434340ff
48 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
49 Date:   2017-07-28 21:55:22 +0200
50
51     Fix null pointer dereference in opj_jp2_apply_pclr(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2558. Credit to OSS Fuzz
52
53 commit 16aeb9282f6b3877aa8365c461ba8d3d1338adae
54 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
55 Date:   2017-07-28 21:39:30 +0200
56
57     Fix null pointer dereference in opj_j2k_add_mct() (#895)
58     
59     Fixes openjeg-crashes-2017-07-27/issue879-poc1.j2k of #895
60
61 commit c5bf5ef4d6552e9159aaad29cb27826acd1a3389
62 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
63 Date:   2017-07-28 21:29:55 +0200
64
65     Avoid use-after-free when a MCT marker is found after a MCC one (#895)
66     
67     Fixes openjeg-crashes-2017-07-27/issue880-poc2.j2k of #895
68
69 commit e03e9474667e5117341351699f0b1dbb06f93346
70 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
71 Date:   2017-07-27 22:29:17 +0200
72
73     Avoid undefined shift behaviour if bit depth == 32 (#895)
74     
75     Fixes openjeg-crashes-2017-07-27/id:000000,sig:11,src:003798,op:ext_AO,pos:128.jp2
76
77 commit 820fcfe8bb101a2862c076b02c9b6b636ce39d2f
78 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
79 Date:   2017-07-27 19:34:54 +0200
80
81     opj_j2k_update_image_data / opj_tcd_update_tile_data: fix unaligned load/store (#895)
82     
83     When components don't have the same width, unaligned load/store are possible.
84     
85     Fixes openjeg-crashes-2017-07-27/id:000000,sig:11,src:001342,op:flip4,pos:162.jp2 of #895
86
87 commit 6c4e5bacb9d9791fc6ff074bd7958b3820d70514
88 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
89 Date:   2017-07-27 19:22:14 +0200
90
91     opj_pi_next_rpcl / opj_pi_next_pcrl / opj_pi_next_cprl: avoid int overflow (#895)
92     
93     Fixes int overflow on openjeg-crashes-2017-07-27/id:000000,sig:08,src:000879,op:flip2,pos:128.jp2
94
95 commit 178194c093422c9564efc41f9ecb5c630b43f723
96 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
97 Date:   2017-07-27 18:51:51 +0200
98
99     opj_jp2_check_color(): replace assertion regarding mtyp by runtime check (#672, #895)
100     
101     Fixes test case openjeg-crashes-2017-07-27/id:000000,sig:06,src:000001,op:flip1,pos:808.jp2
102     of #895
103
104 commit d6fa30099797c68c6a67decf58571dd59dbf734b
105 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
106 Date:   2017-07-26 23:25:38 +0200
107
108     Avoids undefined shift behaviour in m_dc_level_shift computation
109     
110     Fixes warning found on clusterfuzz-testcase-minimized-5146316340461568
111     https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2495
112     
113     Credit to OSS Fuzz
114
115 commit a88cbb6a0b3539461dfb29922102953b7a7fc3a7
116 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
117 Date:   2017-07-26 22:53:59 +0200
118
119     Fix various undefined shift behaviour in pi.c
120     
121     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2496
122     Credit to OSS Fuzz
123
124 commit 6c5fe9407b7768eb2ac55b83511bc103551d207a
125 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
126 Date:   2017-07-26 22:22:44 +0200
127
128     Avoid potential undefined shift behaviour in opj_bio_read() from opj_t2_read_packet_header()
129     
130     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2485
131     Credit to OSS Fuzz
132
133 commit dbf527bf2a53bc88e6cf1373991002ec0e8e22a1
134 Merge: 5e795d9 94c4b73
135 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
136 Date:   2017-07-26 22:05:32 +0200
137
138     Merge pull request #800 from rouault/tier1_optimizations_multithreading_pterm_check
139     
140     Implement predictive termination check
141
142 commit 94c4b7300cc515330bf798bb45eb0d68e2c84aa0
143 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
144 Date:   2017-07-26 21:39:50 +0200
145
146     T1 decoder: check code stream errors when predictable termination is enabled and emit a warning when errors are found
147
148 commit 5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd
149 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
150 Date:   2017-07-26 21:06:38 +0200
151
152     Spelling fixes (patch by ka7, #890, rebased on top of master)
153
154 commit 2be20ce7d9996e960d79f3ad6ec439a9895849ed
155 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
156 Date:   2017-07-26 21:04:01 +0200
157
158     Reformat src/bin/wx/OPJViewer/source/OPJThreads.cpp src/bin/wx/OPJViewer/source/imagjpeg2000.cpp wrapping/java/openjp2/JavaOpenJPEG.c
159
160 commit 94cc97c58acfa574e734fac5eb673c516c0ac469
161 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
162 Date:   2017-07-26 20:13:09 +0200
163
164     opj_decompress: fix null pointer dereference on comps[].data on id_000167,sig_11,src_006079,op_havoc,rep_4 (#939)
165
166 commit 8d2e69e37d01bf6a0440d3109d92235c3c586ffe
167 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
168 Date:   2017-07-26 19:49:38 +0200
169
170     Fix assertion / memory leak in opj_j2k_merge_ppt() on corrupted images (#939)
171     
172     Fixes issue on id:000020,sig:06,src:001958,op:flip4,pos:149 that has two
173     SOT markers for the same tile with the same tile part number, causing
174     opj_j2k_merge_ppt() to be called several times.
175
176 commit 5c5319984b81e2aa32d1d83abdef0cdb8dbe7b18
177 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
178 Date:   2017-07-26 18:05:56 +0200
179
180     Avoid division by zero in opj_pi_next_rpcl, opj_pi_next_pcrl, opj_pi_next_cprl (#938)
181     
182     Fixes crash on id_000004,sig_06,src_000679,op_arith8,pos_49,val_-17
183
184 commit 80818c39f5bfbac37768fcee95b0ffeceaa77264
185 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
186 Date:   2017-07-26 12:24:26 +0200
187
188     Avoid index out of bounds access to pi-&gt;include[] (#938)
189     
190     Fix id:000098,sig:11,src:005411,op:havoc,rep:2 test case
191
192 commit d27ccf01c68a31ad62b33d2dc1ba2bb1eeaafe7b
193 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
194 Date:   2017-07-26 11:30:56 +0200
195
196     Avoid division by zero in opj_pi_next_rpcl, opj_pi_next_pcrl and opj_pi_next_cprl (#938)
197     
198     Fixes issues with id:000026,sig:08,src:002419,op:int32,pos:60,val:+32 and
199     id:000019,sig:08,src:001098,op:flip1,pos:49
200
201 commit 39e962a0ca5e53722f6badda8e93681aad412cf1
202 Merge: 60f8ddf 90ced71
203 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
204 Date:   2017-07-13 13:33:21 +0200
205
206     Merge pull request #969 from jeroen/staticlibs
207     
208     install static libraries
209
210 commit 90ced71601f05e87b4fa922261554eeeb11118b9
211 Author: Jeroen &lt;jeroenooms@gmail.com&gt;
212 Date:   2017-07-13 11:34:15 +0200
213
214     install static libraries
215
216 commit 60f8ddf577b20ccbb3dc0559b624115b9ba522ba
217 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
218 Date:   2017-07-06 12:11:37 +0200
219
220     Comment fix
221
222 commit a38c4496b631bb5d3f8d5ea42d394544523a9bc6
223 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
224 Date:   2017-07-05 21:33:42 +0200
225
226     Remove unused m_DA_x0, m_DA_y0, m_DA_x1, m_DA_y1 members from opj_j2k_dec structure
227
228 commit 1a8eac6a90ca61f3703f9b97afc2ec4918f0ab55
229 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
230 Date:   2017-07-03 14:14:03 +0200
231
232     Add tests/fuzzers for OSS Fuzz (#965)
233
234 commit c308de39edc1697efbd5c10dc4852a58f9b86558
235 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
236 Date:   2017-07-03 14:33:57 +0200
237
238     opj_j2k_read_header_procedure(): validate marker size to avoid excessive memory allocation attempt
239
240 commit 5736b1a3683261a5b31fc19a691731dc9fce5920
241 Merge: ecbfcbc a0839cc
242 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
243 Date:   2017-07-03 12:03:29 +0200
244
245     Merge pull request #954 from jeroen/static
246     
247     build both shared and static library
248
249 commit ecbfcbc2764ff1b09e693d57e3ef5764518f1e1c
250 Merge: e673c8b 96d757c
251 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
252 Date:   2017-07-01 13:51:52 +0200
253
254     Merge pull request #964 from rouault/remove_useless_knownfailures
255     
256     Remove useless knownfailures (since LAZY encoding is fixed)
257
258 commit e673c8bd4da9f0414da472ac5f3d8e03e5102982
259 Merge: 8fa405e b992376
260 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
261 Date:   2017-07-01 12:54:39 +0200
262
263     Merge pull request #963 from rouault/travis_avx2
264     
265     Enable AVX2 at runtime on Travis-CI and AppVeyor
266
267 commit b9923764da198742c635ad7dff9de158c3dbb60d
268 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
269 Date:   2017-07-01 04:15:36 +0200
270
271     Add tools/travis-ci/knownfailures-Ubuntu14.04-clang3.8.0-x86_64-Release-3rdP.txt (copied from knownfailures-Ubuntu12.04-clang3.9.0-x86_64-Release-3rdP.txt)
272
273 commit f194ff32ac3fd5bab88607ea6bf09a73adb99758
274 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
275 Date:   2017-07-01 02:53:55 +0200
276
277     appveyor.yml: add a /arch:AVX2 config on Windows
278     
279     Try running the tests if the CPU supports AVX2.
280
281 commit 96d757cb8e6c3fb0e133817e5057ee5eae6a594d
282 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
283 Date:   2017-07-01 04:24:46 +0200
284
285     Remove useless knownfailures (since LAZY encoding is fixed)
286
287 commit 69a001819c9ac36bb3210e475d099cc2abbbf89f
288 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
289 Date:   2017-07-01 01:46:55 +0200
290
291     .travis.yml: try to run tests in -mavx2 mode if the CPU supports it
292     
293     And modify settings so as to hae a AVX2 compatible CPU
294
295 commit 8fa405ee15b5151df40d8d96460257ee5b510135
296 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
297 Date:   2017-06-30 00:03:05 +0200
298
299     IDWT 5x3: fix bug in AVX2 implementation (#953, #957)
300
301 commit 6239ed7be41d370c537ca43e198cf2fdc6eb9a60
302 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
303 Date:   2017-06-26 13:13:26 +0200
304
305     INSTALL.md: add section discussing how to enable CPU specific optimizations
306
307 commit 533fa2fdee4f69a5d7bb8f0b1c0a8f432dad334f
308 Merge: 6026786 4fe7620
309 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
310 Date:   2017-06-26 12:45:34 +0200
311
312     Merge pull request #957 from rouault/idwt_53_improvements
313     
314     IDWT 5x3 single-pass lifting and SSE2/AVX2 implementation
315
316 commit 60267860698b86e215bee584857e6b4f2f08b693
317 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
318 Date:   2017-06-21 13:20:35 +0200
319
320     Style fix
321
322 commit 93aca84731bfffb20e968af10055a8cd0401806e
323 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
324 Date:   2017-06-21 12:54:40 +0200
325
326     Fix mingw related warnings
327
328 commit cdd3e83bae71e1e023c4c2bdd5e52d082576e550
329 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
330 Date:   2017-06-21 12:49:01 +0200
331
332     Fix clang warning about extraneous parentheses
333
334 commit 4fe7620d4adc131c3ff93bb47bb8d138d69c9cbd
335 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
336 Date:   2017-06-21 12:28:51 +0200
337
338     .travis.yml: add a configuration to test compilation of AVX2 (but disable tests since Travis doesn't have AVX2 compatible machines)
339
340 commit fd0dc535ad9ae0d369d1039aaf56235583ca64ea
341 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
342 Date:   2017-06-21 12:12:58 +0200
343
344     IDWT 5x3: generalize SSE2 version for AVX2
345     
346     Thanks to our macros that abstract SSE use, the functions can use
347     AVX2 when available (at compile time)
348     
349     This brings an extra 23% speed improvement on bench_dwt in 64bit builds
350     with AVX2 compared to SSE2.
351
352 commit f6e3475cc9328e5378e96e72b5adf29fb07c5feb
353 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
354 Date:   2017-06-21 01:07:56 +0200
355
356     dwt.c: small cleanup
357
358 commit f06cfadef8e2b1ad9008957cc6bc80a27c53f2eb
359 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
360 Date:   2017-06-20 18:24:21 +0200
361
362     Enable __SSE__ / __SSE2__ with Visual Studio
363
364 commit fa55b52d19f39765d7f108d654a8f87035a5772f
365 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
366 Date:   2017-06-20 17:56:25 +0200
367
368     Improve performance of inverse DWT 5x3 (#953)
369     
370     * Use single-pass lifting inverse wavelet transform.
371     * For vertical pass, use SSE2 when available so as to process 8 columns
372       in parallel. This is the most beneficial improvement, since the
373       vertical pass involves a lot of cache trashing.
374     
375     With the bench_dwt utility with default arguments (16383x16383 image),
376     time goes from 4.064 s to 1.212 s.
377
378 commit 919ed5f8b8681aeae54ce3884b3ecca56cadc2e0
379 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
380 Date:   2017-06-20 17:56:19 +0200
381
382     Add bench_dwt program (compiled only if BUILD_BENCH_DWT=ON)
383
384 commit 5c56933daf1da88aa6f2a8c8dc5fcc7b1d76cb00
385 Merge: 32b20b9 8df2521
386 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
387 Date:   2017-06-18 00:49:20 +0200
388
389     Merge pull request #955 from rouault/remove_opj_nosanitize
390     
391     Remove OPJ_NOSANITIZE in opj_bio_read() and opj_bio_write() (#761)
392
393 commit 8df2521a6015af7f69a378811986ddb0b3bfbd3a
394 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
395 Date:   2017-06-17 19:15:00 +0200
396
397     Remove OPJ_NOSANITIZE in opj_bio_read() and opj_bio_write() (#761)
398     
399     Commit 29313eb5 introduced those flags to avoid issues with
400     -fsanitize=unsigned-integer-overflow
401     However it is better just to rewrite the loop to avoid such condition
402     to occur.
403
404 commit 32b20b93e04d38303f736e975eb5f483fda01ca5
405 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
406 Date:   2017-06-17 16:37:56 +0200
407
408     Fix astyle issue
409
410 commit 5f596cb2833d5ea7a4d04d22af551731bd770f05
411 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
412 Date:   2017-06-17 14:10:15 +0200
413
414     Fix warning about unused arguments
415
416 commit cc07aec6c7b50090c3f471ca2c68d0ffa8aa4ff1
417 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
418 Date:   2017-06-17 14:09:31 +0200
419
420     Fix warnings with recent GCC versions
421
422 commit a0839cca24e19f1f0906e30ee1009ce89e4942b4
423 Author: Jeroen Ooms &lt;jeroenooms@gmail.com&gt;
424 Date:   2017-06-16 13:58:25 +0200
425
426     only build both static and dynamic on non-windows
427
428 commit 1329b3240aafb1b31328091eb6f7720787b391be
429 Author: Jeroen Ooms &lt;jeroenooms@gmail.com&gt;
430 Date:   2017-06-16 13:27:19 +0200
431
432     build both shared and static library
433
434 commit 36dd87cea80ad56e0e3178221aa579a28f02a549
435 Merge: 9cbc990 5f1e380
436 Author: Antonin Descampe &lt;antonin@descampe.net&gt;
437 Date:   2017-06-14 17:23:06 +0200
438
439     Merge pull request #928 from RussellMcOrmond/master
440     
441     Quiet mode for opj_decompress via -quiet long parameter.
442
443 commit 9cbc9903c3034d1a101d0521402503ead0abcff0
444 Merge: 2609fb8 9a9b069
445 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
446 Date:   2017-06-13 12:09:52 +0200
447
448     Merge branch 't1_flag_optimizations'
449
450 commit 2609fb8077125b5b31f1bcc2f98c12ff1e6572d7
451 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
452 Date:   2017-06-12 17:15:23 +0100
453
454     Packet header writing: set empty packet header bit to 0 when appropriate (small optimization)
455
456 commit 73d1510d473b7dcfccfdee57e0e511e6791d5091
457 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
458 Date:   2017-06-12 11:23:55 +0100
459
460     Encoder: fix packet writing of empty sub-bands (#891, #892)
461     
462     There are situations where, given a tile size, at a resolution level,
463     there are sub-bands with x0==x1 or y0==y1, that consequently don't have any
464     valid codeblocks, but the other sub-bands may be non-empty.
465     Given that we recycle the memory from one tile to another one, those
466     ghost codeblocks might be non-0 and thus candidate for packet inclusion.
467
468 commit 81c5311758a0ae1f1aea349a6ee0bca2a238fa79
469 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
470 Date:   2017-06-09 10:47:13 +0200
471
472     T1: fix BYPASS/LAZY, TERMALL/RESTART and PTERM/ERTERM encoding modes. (#674)
473     
474     There were a number of defects regarding when and how the termination of
475     passes had to done and the computation of their rate.
476
477 commit 9a9b06911e164bdc854cf6b9c3bc5b6e751bf46d
478 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
479 Date:   2017-06-02 19:22:15 +0200
480
481     opj_t1_dec_sigpass_raw/opj_t1_dec_refpass_raw: harmonize style with mqc methods
482
483 commit 532243f1fd9997db63ea7f6b199d21138ccf58a3
484 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
485 Date:   2017-06-02 16:49:26 +0200
486
487     MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.
488     
489     This saves comparing the current pointer with the end of buffer pointer.
490     This results at least in tiny speed improvement for raw decoding, and
491     smaller code size for MQC as well.
492     
493     This kills the remains of the raw.h/.c files that were only used for
494     decoding. Encoding using the mqc structure already.
495
496 commit 9b39fc4bccb3e9e4e9a9f61c4dc672fb7f05d865
497 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
498 Date:   2017-06-02 14:32:12 +0200
499
500     Fix documentation of opj_t1_decode_cblks()
501
502 commit dde6cbabc0cb93102c2091c15d11dec1267d0fd8
503 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
504 Date:   2017-06-02 14:25:57 +0200
505
506     Simplify VSC handling: instead of masking out bits when reading the 4th row.
507     
508     Do not set them when updating flags of the 1st row
509
510 commit 3d9940a35b8c566c1fb41db56018c91b511a976a
511 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
512 Date:   2017-06-02 11:52:16 +0200
513
514     Force inlining of mqc decoding and pass steps through heavy use of macros, so as to get better register allocation
515
516 commit 7e8b502842075738c9a062a2f06dace3f35dd7cd
517 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
518 Date:   2017-06-02 09:36:25 +0200
519
520     t1_generate_luts.c: fix compiler warnings
521
522 commit 2ba861c37cb5032d1fa90a7c9298f6e08a0f5413
523 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
524 Date:   2017-06-01 19:42:03 +0200
525
526     Optimize opj_t1_update_flags()
527
528 commit a0861855c11bcb8c93f399ca51e766b5c8ef9e33
529 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
530 Date:   2017-06-01 17:02:50 +0200
531
532     T1: remove use of neghalf variable. It is useless since bpno is always &gt; 0
533
534 commit 10410fe72ec2d20f2bbdfb68a383bce1df17f35d
535 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
536 Date:   2017-06-01 11:15:25 +0200
537
538     T1: avoid pointer indirection for mqc and raw members of opj_t1_t
539
540 commit a5003787ffdbc4fb4a9b4e18187e9f69c36b9e9b
541 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
542 Date:   2017-06-01 10:23:30 +0200
543
544     T1: remove flags_stride variable from opj_t1_t
545
546 commit 0ec842e1f1e6ebc80df5308cab457372456b204d
547 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
548 Date:   2017-05-31 19:45:03 +0200
549
550     Inline opj_raw_decode()
551
552 commit aa7a8a4398b3792b4a52fb443d49d317a9a4984f
553 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
554 Date:   2017-05-31 17:15:27 +0200
555
556     T1: loop unrolling in dec_sigpass_raw and dec_refpass_raw
557
558 commit 68557ff5036e68112bcbf194d2a7f48b1f58b752
559 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
560 Date:   2017-05-31 14:35:56 +0200
561
562     T1: Transpose coder optimizations to decoder, and cleanup code
563
564 commit 1957a498b68af12bfa8d382f96e54f8403bb2fb6
565 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
566 Date:   2017-05-23 14:55:45 +0200
567
568     Fix compiler warnings
569
570 commit 40c0f42def262ed76e2f0048d09aab9e0ee1af02
571 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
572 Date:   2017-05-23 13:02:24 +0200
573
574     Factor index computation for lut_enc_ctxno_sc and lut_enc_spb
575
576 commit d6907b93044108aacc6ab9281a7a9ab48546824c
577 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
578 Date:   2017-05-23 00:40:30 +0200
579
580     Optimize a bit opj_t1_enc_clnpass()
581
582 commit c76a59213100bbec567a0c78b7b1b8ba82d1e1fa
583 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
584 Date:   2017-05-22 23:30:30 +0200
585
586     T1: remove unused code in decoder
587
588 commit 53d46fc7330ed652db66aa37b498fbfa27be625c
589 Merge: 6e97d87 a8ca7c5
590 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
591 Date:   2017-05-23 16:15:55 +0200
592
593     Merge pull request #936 from rouault/master_warnings
594     
595     CMake: add stronger warnings for openjp2 lib/bin by default, and error out on declaration-after-statement
596
597 commit a8ca7c51f38a4cbdcb4a541137478df03e5eb76d
598 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
599 Date:   2017-05-23 15:12:19 +0200
600
601     CMake: add stronger warnings for openjp2 lib/bin by default, and error out on declaration-after-statement
602     
603     And remove occurences of unused arguments in src/lib/openjp2
604
605 commit 6e97d877b155aff55d1ae1fef4a36fa56d51e472
606 Merge: 8728cfb 2d2c368
607 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
608 Date:   2017-05-23 14:49:38 +0200
609
610     Merge pull request #935 from rouault/add_compress_vsc_test
611     
612     Tests: test opj_compress in VSC mode (related to #172)
613
614 commit 2d2c368b19ee59cba7470c94bcc2c06ca6db1d80
615 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
616 Date:   2017-05-23 13:46:04 +0200
617
618     Tests: test opj_compress in VSC mode (related to #172)
619
620 commit 8728cfbc799a61dd0600ee04aa64d829937d8710
621 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
622 Date:   2017-05-23 13:54:28 +0200
623
624     t1.c: fix compiler warnings
625
626 commit 5f1e380b5155577864a84c1e64f213b6d9f83334
627 Author: Russell McOrmond &lt;russell.mcormond@canadiana.ca&gt;
628 Date:   2017-05-16 09:31:07 -0400
629
630     Fixed formatting issues ASTYLE
631
632 commit 9d8e1ecdeb99b1e4b4ffd19feb152c88fe4f83ba
633 Author: Russell McOrmond &lt;russell.mcormond@canadiana.ca&gt;
634 Date:   2017-05-15 14:39:54 -0400
635
636     Quiet mode for opj_decompress via -quiet long parameter.
637
638 commit 83d7a6d4a44833e78321bfd367dc0f822a8d0945
639 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
640 Date:   2017-05-15 14:11:47 +0200
641
642     MQC: remove disabled MQC_PERF_OPT mode, which brings no performance improvements (see #923)
643
644 commit 4431fa72657b6c4a92c3cf29cfc5c8df69424a0e
645 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
646 Date:   2017-05-15 14:09:51 +0200
647
648     Add comments about non successfull attempt of implementing alternate INITDEC, DECODE and BYTEIN procedures (refs #921)
649
650 commit f7a126af61877cd4623327142521d82a0c19430d
651 Merge: 28d2eab 3c2972f
652 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
653 Date:   2017-05-15 13:08:03 +0200
654
655     Merge pull request #926 from rouault/reformat_h_files
656     
657     Reformat: apply reformattin on .h files (#128)
658
659 commit 3c2972f924857016bb454201c7e92f25de9105ee
660 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
661 Date:   2017-05-15 12:21:30 +0200
662
663     Reformat: apply reformattin on .h files (#128)
664
665 commit 28d2eabca79d06378843d1e94fecfb4a5e22178d
666 Merge: 0ecac46 cde210b
667 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
668 Date:   2017-05-15 12:09:45 +0200
669
670     Merge pull request #919 from rouault/reformat
671     
672     Add mechanisms to reformat and check code style, and reformat whole codebase (#128)
673
674 commit 0ecac46a1db911cbe340c4467000e91cea82c96d
675 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
676 Date:   2017-05-11 20:18:42 +0200
677
678     perf_test.py: implement -i option
679
680 commit cde210be392d60fbcd8a3e7cacfa62660a95e8d9
681 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
682 Date:   2017-05-11 11:21:37 +0200
683
684     astyle.options: use non deprecated option name
685
686 commit 563bd8499e63db976ca8358216138647593354bc
687 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
688 Date:   2017-05-09 15:44:46 +0200
689
690     Reformat whole codebase with astyle.options (#128)
691
692 commit d4e54e9f35d532062533f1d369c159810b01d224
693 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
694 Date:   2017-05-09 15:28:09 +0200
695
696     Add mechanisms to reformant and check code style (#128)
697     
698     Use an internal version of astyle (astyle 3.0). Scripts taken from QGIS.
699     astyle.options from https://github.com/uclouvain/openjpeg/issues/128
700     
701     scripts/prepare-commit.sh can be used locally to automatically reformat
702     edited files.
703     
704     Travis-CI will run scripts/verify-indentation.sh to verify committed files.
705
706 commit 8650b70e06408d394c1708846b6fc2d86cf14079
707 Merge: e92fe29 05d5845
708 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
709 Date:   2017-05-09 13:16:53 +0200
710
711     Merge pull request #918 from rouault/profile
712     
713     Add profiling of CPU and memory usage (#912)
714
715 commit 05d58451a1221ba95db8fb1d159eb0f76dbafb22
716 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
717 Date:   2017-05-06 15:06:24 +0200
718
719     Add profiling of CPU and memory usage (#912)
720
721 commit e92fe29016300e7ae9ccfa6e9cf5422456f57e25
722 Merge: 20291aa 328f076
723 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
724 Date:   2017-05-09 12:33:07 +0200
725
726     Merge pull request #917 from rouault/bench
727     
728     Add performance benchmarking scripts
729
730 commit 328f076d2639d8664436e2b620cf9eed4f7dee53
731 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
732 Date:   2017-05-04 15:22:14 +0200
733
734     Add performance benchmarking scripts
735     
736     And run them by Travis-CI
737
738 commit 20291aad07591da40ac86e5f5a87b4f6d154ba6a
739 Merge: a18040e 04980a8
740 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
741 Date:   2017-05-03 12:41:02 +0200
742
743     Merge pull request #915 from rouault/appveyor_fix_attempt
744     
745     Fix retrieval of jpylyzer in AppVeyor
746
747 commit 04980a8c7b6c260394084ab12b4bdee957caa24f
748 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
749 Date:   2017-05-03 12:03:00 +0200
750
751     Fix retrieval of jpylyzer in AppVeyor
752
753 commit a18040e02238c577cf7853a0e303cbca62e044a8
754 Merge: e7ff1ef a43f1be
755 Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
756 Date:   2017-05-03 11:48:02 +0200
757
758     Merge pull request #893 from rouault/remove_tagtree_warnings
759     
760     Remove warnings related to empty tag-trees.
761
762 ...</pre></div>
763
764 </body>
765 </html>