Update ABI/API compatibility reports after commit c196b23b90321b5c7e3238294607a2e8626...
authorOpenJPEG Travis CI <info@openjpeg.org>
Fri, 16 Nov 2018 08:55:52 +0000 (08:55 +0000)
committerOpenJPEG Travis CI <info@openjpeg.org>
Fri, 16 Nov 2018 08:55:52 +0000 (08:55 +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.3.0
abi-check/timeline/openjpeg/index.html

index 5b8761df90b2b0274e7fc7e0a868b064288b4a1d..7235af60cdb7f1d47dcddce19ef85a785de63689 100644 (file)
 <br/>
 <h1>Changelog from Git</h1><br/><br/>
 <div class='changelog'>
-<pre class='wrap'>commit 948332e6ed17565100d1df5f6fdbf66865218e36
+<pre class='wrap'>commit c196b23b90321b5c7e3238294607a2e8626c503f
+Author: ichlubna &lt;43234438+ichlubna@users.noreply.github.com&gt;
+Date:   2018-11-16 09:40:31 +0100
+
+    openjp3d: Int overflow fixed (#1159)
+    
+    When compressing a lot of slices (starting from 44 FullHD slices with 3 8bit components in our experiments) the rate values are high enough to cause an int overflow that leads to negative lengths and wrong results. The cast happens too late.
+
+commit 948332e6ed17565100d1df5f6fdbf66865218e36
 Author: Stefan Weil &lt;sw@weilnetz.de&gt;
 Date:   2018-10-31 20:44:30 +0100
 
@@ -821,12 +829,6 @@ Date:   2017-09-19 16:52:07 +0200
     Tests added for various combinations of whole image vs tiled-based decoding,
     full or reduced resolution, use of decode area or not.
 
-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)
-
 ...</pre></div>
 
 </body>
index 19af9a301871ef17080effddaca2684c903377c8..c4bd4ea8881a2d2186767d96bafbc522cf2bc917 100644 (file)
@@ -633,7 +633,7 @@ $VAR1 = {
                       '2.1.2' => '2016-09-28 18:18',
                       '2.2.0' => '2017-08-10 00:31',
                       '2.3.0' => '2017-10-04 22:23',
-                      'current' => '2018-10-31 20:44:30'
+                      'current' => '2018-11-16 09:40:31'
                     },
           'HeadersDiff' => {
                              '1.1' => {
@@ -731,7 +731,7 @@ $VAR1 = {
           'Maintainer' => 'OpenJPEG team',
           'MaintainerUrl' => 'http://www.openjpeg.org/',
           'PackageDiff' => {},
-          'ScmUpdateTime' => '1541016657',
+          'ScmUpdateTime' => '1542358527',
           'Soname' => {
                         '1.1' => {
                                    'lib/libopenjpeg.so' => 'libopenjpeg.so'
index 06903247dafd2d2ba660b4a64b3aa15cbf6ea7bd..5f2e01c886557abc0c28b6591c74d62541c498f5 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 231a1fca22850206f508e628d9515349857f935d..b35c8aec301cd9206588c7e0dee9e187e58dd6cb 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 and b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 differ
index ed710c4039d635078ce447882fa69125cb69735d..85dcf722298e2f687c73831938a1dc654cfc59ff 100644 (file)
@@ -30,7 +30,7 @@
 <th>Headers<br/>Diff</th>
 </tr>
 <tr id='current'><td>current</td>
-<td>2018-10-31<br/>20:44</td>
+<td>2018-11-16<br/>09:40</td>
 <td>7</td>
 <td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
 <td class='ok'><a href='../../objects_report/openjpeg/2.3.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 Oct 31 20:11:20 2018.<br/>
+</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Nov 16 08:55:52 2018.<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>