Update ABI/API compatibility reports after commit fdcd4e6365731cc1015213e424068131bcd...
authorOpenJPEG Travis CI <info@openjpeg.org>
Thu, 24 Aug 2017 12:20:30 +0000 (12:20 +0000)
committerOpenJPEG Travis CI <info@openjpeg.org>
Thu, 24 Aug 2017 12:20:30 +0000 (12:20 +0000)
abi-check/changelog/openjpeg/current/log.html
abi-check/db/openjpeg/Tracker.data
abi-check/installed/openjpeg/current/lib/libopenjp2.a
abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.2.0
abi-check/timeline/openjpeg/index.html

index cb8d79fd627f8268b9c31f71aad2063cc3d68931..7b8db74570595d9f6b48cd1805d6c012c6f0f30f 100644 (file)
 <br/>
 <h1>Changelog from Git</h1><br/><br/>
 <div class='changelog'>
-<pre class='wrap'>commit bc71bd1219269057ea18e6acbc77a96ec37aba82
+<pre class='wrap'>commit fdcd4e6365731cc1015213e424068131bcd1f31f
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2017-08-24 13:23:25 +0200
+
+    Remove -NR-DEC-p1_06.j2k-156-decode and NR-DEC-p1_06.j2k-164-decode from knownfailures
+    
+    and make them explicit failures. The result images are empty at the requested resolution
+
+commit bc71bd1219269057ea18e6acbc77a96ec37aba82
 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
 Date:   2017-08-23 18:58:32 +0200
 
@@ -450,48 +458,6 @@ Date:   2017-07-06 19:34:21 +0200
           n0: 23893200 0x40374E: main (opj_decompress.c:1459)
      n0: 17497464 in 52 places, all below massif's threshold (1.00%)
 
-commit ca34d13e76a588a00171e57690c1deeaf068723a
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2017-07-06 16:11:11 +0200
-
-    Decoding: do not allocate memory for the codestream of each codeblock
-    
-    Currently we allocate at least 8192 bytes for each codeblock, and copy
-    the relevant parts of the codestream in that per-codeblock buffer as we
-    decode packets.
-    As the whole codestream for the tile is ingested in memory and alive
-    during the decoding, we can directly point to it instead of copying. But
-    to do that, we need an intermediate concept, a 'chunk' of code-stream segment,
-    given that segments may be made of data at different places in the code-stream
-    when quality layers are used.
-    
-    With that change, the decoding of MAPA_005.jp2 goes down from the previous
-    improvement of 2.7 GB down to 1.9 GB.
-    
-    New profile:
-    
-    n4: 1885648469 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
-     n1: 1610689344 0x4E78287: opj_aligned_malloc (opj_malloc.c:61)
-      n1: 1610689344 0x4E71D7B: opj_alloc_tile_component_data (tcd.c:676)
-       n1: 1610689344 0x4E7272C: opj_tcd_init_decode_tile (tcd.c:816)
-        n1: 1610689344 0x4E4BDD9: opj_j2k_read_tile_header (j2k.c:8618)
-         n1: 1610689344 0x4E4C8A2: opj_j2k_decode_tiles (j2k.c:10349)
-          n1: 1610689344 0x4E4E36E: opj_j2k_decode (j2k.c:7847)
-           n1: 1610689344 0x4E52FA2: opj_jp2_decode (jp2.c:1564)
-            n0: 1610689344 0x40374E: main (opj_decompress.c:1459)
-     n1: 219232541 0x4E4BBF0: opj_j2k_read_tile_header (j2k.c:4685)
-      n1: 219232541 0x4E4C8A2: opj_j2k_decode_tiles (j2k.c:10349)
-       n1: 219232541 0x4E4E36E: opj_j2k_decode (j2k.c:7847)
-        n1: 219232541 0x4E52FA2: opj_jp2_decode (jp2.c:1564)
-         n0: 219232541 0x40374E: main (opj_decompress.c:1459)
-     n1: 39822000 0x4E727A9: opj_tcd_init_decode_tile (tcd.c:1219)
-      n1: 39822000 0x4E4BDD9: opj_j2k_read_tile_header (j2k.c:8618)
-       n1: 39822000 0x4E4C8A2: opj_j2k_decode_tiles (j2k.c:10349)
-        n1: 39822000 0x4E4E36E: opj_j2k_decode (j2k.c:7847)
-         n1: 39822000 0x4E52FA2: opj_jp2_decode (jp2.c:1564)
-          n0: 39822000 0x40374E: main (opj_decompress.c:1459)
-     n0: 15904584 in 52 places, all below massif's threshold (1.00%)
-
 commit bc3cb7410023e9d0c7ff9972a0bc8cf1fe9b32a4
 Author: szukw000 &lt;szukw000@arcor.de&gt;
 Date:   2017-08-07 16:44:28 +0200
@@ -510,18 +476,6 @@ Date:   2017-08-02 17:27:08 +0200
 
     First change on changes-for-afl-tests
 
-commit 155fc2e279b85bd04709967b2797de4f69b0cf3e
-Author: Antonin Descampe &lt;antonin@gmail.com&gt;
-Date:   2017-08-02 17:07:29 +0200
-
-    Update abi-check to take into account new defaults for "add" git command
-
-commit 00f45684a8339e69ed55df2397f3c19d09fecaed
-Author: szukw000 &lt;szukw000@arcor.de&gt;
-Date:   2017-07-31 13:58:08 +0200
-
-    Catch images broken by AFL
-
 ...</pre></div>
 
 </body>
index 5d07653093e85691abca63f08ea57b1dbc1a6d49..3702ea72f00169cd92241036fa7a899d73ad4e31 100644 (file)
@@ -560,7 +560,7 @@ $VAR1 = {
                       '2.1.1' => '2016-07-05 14:54',
                       '2.1.2' => '2016-09-28 18:18',
                       '2.2.0' => '2017-08-10 00:31',
-                      'current' => '2017-08-23 18:58:32'
+                      'current' => '2017-08-24 13:23:25'
                     },
           'HeadersDiff' => {
                              '1.1' => {
@@ -648,7 +648,7 @@ $VAR1 = {
           'Maintainer' => 'OpenJPEG team',
           'MaintainerUrl' => 'http://www.openjpeg.org/',
           'PackageDiff' => {},
-          'ScmUpdateTime' => '1503508343',
+          'ScmUpdateTime' => '1503577205',
           'Soname' => {
                         '1.1' => {
                                    'lib/libopenjpeg.so' => 'libopenjpeg.so'
index dedd5dd9224dec1ed3ec6a1265f7b7b342b1d3e1..9c5bb56ae523358d9bd4ab9b629f397eb34bcdc3 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.a and b/abi-check/installed/openjpeg/current/lib/libopenjp2.a differ
index 9788fa7fee335f8ac532e995f96fa609e04804f1..6ca047892abe6b1d119374b385b30f7db3baa7ff 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.2.0 and b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.2.0 differ
index 9d4402476cb700b93ecbb1398ca6945d263aa20b..9f3144caf31a18d78a81725158d8fee2a3f3dec7 100644 (file)
@@ -30,7 +30,7 @@
 <th>Headers<br/>Diff</th>
 </tr>
 <tr id='current'><td>current</td>
-<td>2017-08-23<br/>18:58</td>
+<td>2017-08-24<br/>13:23</td>
 <td>7</td>
 <td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
 <td class='ok'><a href='../../objects_report/openjpeg/2.2.0/current/report.html'>100%</a></td>
 <td>N/A</td>
 <td>N/A</td>
 </tr>
-</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Aug 23 17:12:47 2017.<br/>
+</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Aug 24 12:20:29 2017.<br/>
 <br/>
 <hr/>
 <div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>