Update ABI/API compatibility reports after commit 113e0976e232ac2110d50405f8629787f3f...
[openjpeg.git] / abi-check / changelog / openjpeg / current / log.html
index 0a7a48e34bfd412a5a9ea728b46acb334f88a03a..023a6f25be3d6df4d3bd5659b83e92e8a98006af 100644 (file)
 <br/>
 <h1>Changelog from Git</h1><br/><br/>
 <div class='changelog'>
-<pre class='wrap'>commit 33167ddc13fd20313ccfcdc64141000407b68b8f
+<pre class='wrap'>commit 113e0976e232ac2110d50405f8629787f3f53cfc
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-21 14:14:32 +0200
+
+    Comment dead code (Coverity CID 94681)
+
+commit 39082fc6654553f43f6f3a73e0eeaedebc4bdf9f
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-21 14:13:16 +0200
+
+    Workaround Coverity CID 113061
+
+commit 7711307d865d46ca1bb8bb152071178b10066d05
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-21 14:10:49 +0200
+
+    Workaround Coverity CID 169392
+
+commit 19e157871ff28bb5e8296f9e9f9aee6a17a37ace
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-21 14:06:03 +0200
+
+    opj_j2k_get_default_thread_count(): validate value of OPJ_NUM_THREADS to fix Coverity 179465 and 179463
+
+commit 68e596dada2ee38a66b01494e5a425e623688300
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-21 13:54:14 +0200
+
+    Fix copy&amp;paste error (Coverity CID 169394)
+
+commit 16b701659d7d9f72aade1d695818a645e2f603a6
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-20 01:06:02 +0200
+
+    opj_decompress: add a warning when -d and -t are used together (#693)
+
+commit b8c4b450c4b5bec649463573f57235c4f41c57cd
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-20 00:55:22 +0200
+
+    Use a #define J2K_MAX_POCS 32 to avoid hard-coded constant (#349)
+
+commit 9cba05762ded66b803df94b00adbd5a97727da95
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-20 00:43:54 +0200
+
+    Avoid index-out-of-bounds access when invoking opj_compress with -n 11 or higher. But not a proper fix itself (refs #493)
+
+commit 8df07d5866c9e3517bf04a7abee4a07a04735df4
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-19 18:35:52 +0200
+
+    Avoid relying on operator precedence (raised by cppcheck)
+
+commit c22ea12219c711031ef9b5823f2d9eb1081261e9
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-19 18:35:31 +0200
+
+    Workaroudn cppcheck (correct) warning about same code in then and else branches
+
+commit c84e594cffb181b96f522becf1ba0302e2cc6da7
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-19 18:35:07 +0200
+
+    Fix badly named variable in function prototype (raised by cppcheck)
+
+commit 82ab7effe3e65b989ee8e97719ceca71908b16ed
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-19 18:34:49 +0200
+
+    Remove redundant test (raised by cppcheck)
+
+commit ce8edf9bffb8caae5480b862a04b66e0e355394b
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-19 18:25:55 +0200
+
+    Replace  C++ style comments by C ones
+
+commit d415723fd9f2ee415e506e94ee8be8127680fdcd
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-19 18:22:07 +0200
+
+    Replace  C++ style comments by C ones
+
+commit ce199f42e77f972d6ee782b63492f6d861891053
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-19 12:48:12 +0200
+
+    src/bin/jp3d/convert.c: add missing fclose() in error code path (#1018)
+
+commit fdef69b43ce5222ac0f2a87f2fad1442ece340e8
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-19 12:46:20 +0200
+
+    Fix warnings and errors when compiling with a c++ compiler (#1021)
+
+commit 18f6696372f4c32334385f8dcc8d39ad8ac24601
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-19 12:13:34 +0200
+
+    Fix compilation with AppleClang 8.1.0.8020042 (#1020)
+
+commit 3dfc6ca2bcf06fd1adb6b6b4cecc6c092f08ba0b
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-17 12:17:49 +0200
+
+    Build: make sure that -DBUILD_SHARED_LIBS:bool=off is honoured to build only the static lib (#1019)
+
+commit 28094e1ebfa420f9a0bdc7a11b8d4ee5f154db35
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-09-08 10:56:49 +0200
+
+    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
+
+commit 33167ddc13fd20313ccfcdc64141000407b68b8f
 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
 Date:   2017-09-08 09:53:52 +0200
 
@@ -273,68 +387,6 @@ Date:   2017-09-01 16:30:41 +0200
 
     TCD: allow tile buffer to be greater than 4GB on 64 bit hosts (but number of pixels must remain under 4 billion)
 
-commit d1299d9670d766006a7a162a770d3b70eaeef9bd
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-09-01 16:30:39 +0200
-
-    Fix compiler warning in release mode
-
-commit d5153ba404fa13b9c6e7b2c20d4d128aac718fba
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-09-01 16:30:37 +0200
-
-    Remove limitation that prevents from opening images bigger than 4 billion pixels
-    
-    However the intermediate buffer for decoding must still be smaller than 4
-    billion pixels, so this is useful for decoding at a lower resolution level,
-    or subtile decoding.
-
-commit c37e360a5112b5471168e429159f61b74c0c2f58
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-09-01 16:30:35 +0200
-
-    opj_tcd_init_tile(): fix typo on overflow detection condition (introduced in previous commit)
-
-commit eee5104a8885227167a349b6dabdb1f72a04d9d0
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-09-01 16:30:32 +0200
-
-    opj_dwt_decode_partial_tile(): avoid undefined behaviour in lifting operation by properly initializing working buffer
-
-commit f9e9942330f476b66ac4a35d0ae521200878f343
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-09-01 16:30:29 +0200
-
-    Sub-tile decoding: only allocate tile component buffer of the needed dimension
-    
-    Instead of being the full tile size.
-    
-    * Use a sparse array mechanism to store code-blocks and intermediate stages of
-      IDWT.
-    * IDWT, DC level shift and MCT stages are done just on that smaller array.
-    * Improve copy of tile component array to final image, by saving an intermediate
-      buffer.
-    * For full-tile decoding at reduced resolution, only allocate the tile buffer to
-      the reduced size, instead of the full-resolution size.
-
-commit aa7198146b995fe2993ce24f5715057b7da0386d
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-21 23:21:39 +0200
-
-    opj_compress: reorder checks related to code block dimensions, to avoid potential int overflow
-
-commit 0a25dceca7761ee3f16cbb2ced87b915a948b25e
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-21 23:20:51 +0200
-
-    opj_j2k_setup_encoder(): validate code block width/height
-
-commit 84bbb4a8743a93d567f40d7233d5196105c8d84e
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-21 23:12:45 +0200
-
-    opj_t1_allocate_buffers(): remove useless overflow checks
-
 commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28
 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
 Date:   2017-09-01 10:26:18 +0200
@@ -432,173 +484,6 @@ Date:   2017-08-21 19:02:04 +0200
 
     j2k.c: fix comment, and remove FIXME
 
-commit 24d069e3ffa2286930a2e7e2638431ea1de6846a
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-21 17:19:13 +0200
-
-    Add comment
-
-commit e9bbc6d3dde946bdb5195f053f24b91335d5d84c
-Merge: 3eed024 17a7ac4
-Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
-Date:   2017-08-21 13:02:07 +0200
-
-    Merge pull request #1001 from rouault/subtile_decoding_stage2
-    
-    Subtile decoding: only apply IDWT on areas that participate to the window of interest
-
-commit 17a7ac42d581c537cfc1da4324e53047ad82b13e
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-21 12:25:38 +0200
-
-    Add comments for filter_width values
-
-commit f87c5ef7ebef3d7a908e98f2de1b6a0336ae57ae
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-20 22:02:41 +0200
-
-    Subtile decoding: only do 9x7 IDWT computations on relevant areas of tile-component buffer.
-
-commit 3eed024eb45534f86537404e08d08fa572a40782
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-19 15:45:54 +0200
-
-    pgxtoimage(): avoid excessive memory allocation attempt (#999)
-
-commit 5d403250561398f7ba3041d9eb8c893bd680dd72
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-18 15:08:51 +0200
-
-    Subtile decoding: only do 5x3 IDWT computations on relevant areas of tile-component buffer.
-    
-    This lowers 'bin/opj_decompress -i ../MAPA.jp2 -o out.tif -d 0,0,256,256'
-    down to 0.860s
-
-commit e5285319229a5d77bf316bb0d3a6cbd3cb8666d9
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-18 13:39:20 +0200
-
-    pgxtoimage(): fix write stack buffer overflow (#997)
-
-commit 028c504a43e962a725c4fd73d6642ee73c653e1b
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-18 12:30:11 +0200
-
-    test_decode_area: fix to make it work with odd image dimensions
-
-commit 5597522cac96b1bc6d48a447751b1c6049248eef
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-18 10:16:38 +0200
-
-    bmp_read_rle8_data(): avoid potential infinite loop (#996)
-
-commit 5d12806091eab0659431fefcefdb797b09f8e884
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-17 19:18:48 +0200
-
-    opj_j2k_update_rates(): grow tile size buffer for some situations
-
-commit 4b0bfbfabc3ce1cc4c6d18dc7113b9f6335372d4
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-17 16:07:19 +0200
-
-    Zero-initialize tile buffer regions of skipped code-blocks, so as to make Valgrind happy
-
-commit fe338a057c39797bf61939471ebaef09e44464c7
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-14 13:23:57 +0200
-
-    Sub-tile decoding: only decode precincts and codeblocks that intersect the window specified in opj_set_decode_area()
-
-commit 17ea17f487a777d14bd322ac06c4e6cb9124a226
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-17 19:05:29 +0200
-
-    Fix -Wconversion warning
-
-commit fd8448ed446a935da3210821a783e794ede3c599
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-17 17:04:48 +0200
-
-    bench_dwt.c: fix signedness related warnings
-
-commit da046b73a89806eae2f7f461c2a46bda7e07aaa8
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-17 17:02:40 +0200
-
-    convert.c: fix recently introduced -Wsign-conversion warnings
-
-commit 9f7d79fd30df3712e6bfc6d475bfa143c069c4df
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-17 14:52:10 +0200
-
-    opj_getopt_long(): avoid infinite loop on invalid or missing value for an option (#736)
-
-commit 1ab6e0e07a67193564811c5720a69cb28f09a809
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-17 12:01:16 +0200
-
-    opj_decompress_fuzzer.cpp: reject images with too big tiles. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2918. Credit to OSS Fuzz
-
-commit 2cd30c2b06ce332dede81cccad8b334cde997281
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-17 11:47:40 +0200
-
-    tgatoimage(): avoid excessive memory allocation attempt, and fixes unaligned load (#995)
-
-commit 09e83407fa2b53c606d3179031b8d8b31272e20c
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-17 11:05:53 +0200
-
-    Avoid asserting on assert(i == pcol) in opj_jp2_apply_pclr() by adding new check in opj_jp2_check_color(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3068. Credit to OSS Fuzz
-
-commit 8e6c371e66d9c579048fd336cc3365869486080a
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-16 18:29:59 +0200
-
-    opj_t1_encode_cblk(): avoid uint32 overflow when numbps = 0 (which is well defined behaviour, and is properly handled here, but better avoid it to detect real issues)
-
-commit 1e387de74273c4dac618df94475556541c1caf3e
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-16 17:38:47 +0200
-
-    Fix build issue of JPWL by adding opj_image_data_alloc() and opj_image_data_free() to src/lib/openmj2 (#994)
-
-commit c535531f03369623b9b833ef41952c62257b507e
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-16 17:20:29 +0200
-
-    opj_t2_encode_packet(): fix potential write heap buffer overflow (#992)
-
-commit dcac91b8c72f743bda7dbfa9032356bc8110098a
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-16 17:09:10 +0200
-
-    opj_j2k_write_sot(): fix potential write heap buffer overflow (#991)
-
-commit af760007711bf93041d3eba3a41b9a48d365f303
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-16 13:36:52 +0200
-
-    tiftoimage(): fix read heap buffer overflow (#988)
-    
-    The number of components is given only by TIFFTAG_SAMPLESPERPIXEL / tiSpp.
-    Querying TIFFTAG_EXTRASAMPLES only give information about which channel is
-    the alpha channel, but we mostly ignore it for now, so remove that part of the
-    code.
-
-commit ab4de904e7dc1deee83122cd2bf6e0e7f4eb2eb0
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-16 13:11:36 +0200
-
-    imagetotga(): fix read heap buffer overflow if numcomps &lt; 3 (#987)
-
-commit 9624b2fa4722edf77fbac631e7dacaae12c91672
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-08-16 12:52:33 +0200
-
-    opj_t2_encode_packet(): only emit an error about insufficiently large output buffer in FINAL_PASS mode. Fixes (master-only) regression added in 0b4fef6d1901254e41ab74ed681daba477d724c3
-
 ...</pre></div>
 
 </body>