diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html index 5b8761df..7235af60 100644 --- a/abi-check/changelog/openjpeg/current/log.html +++ b/abi-check/changelog/openjpeg/current/log.html @@ -20,7 +20,15 @@

Changelog from Git



-
commit 948332e6ed17565100d1df5f6fdbf66865218e36
+
commit c196b23b90321b5c7e3238294607a2e8626c503f
+Author: ichlubna <43234438+ichlubna@users.noreply.github.com>
+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 <sw@weilnetz.de>
 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 <even.rouault@spatialys.com>
-Date:   2017-09-19 12:48:12 +0200
-
-    src/bin/jp3d/convert.c: add missing fclose() in error code path (#1018)
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index 19af9a30..c4bd4ea8 100644 --- a/abi-check/db/openjpeg/Tracker.data +++ b/abi-check/db/openjpeg/Tracker.data @@ -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' diff --git a/abi-check/installed/openjpeg/current/lib/libopenjp2.a b/abi-check/installed/openjpeg/current/lib/libopenjp2.a index 06903247..5f2e01c8 100644 Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.a and b/abi-check/installed/openjpeg/current/lib/libopenjp2.a differ diff --git a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 index 231a1fca..b35c8aec 100644 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 diff --git a/abi-check/timeline/openjpeg/index.html b/abi-check/timeline/openjpeg/index.html index ed710c40..85dcf722 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,7 +30,7 @@ Headers
Diff current -2018-10-31
20:44 +2018-11-16
09:40 7 changelog 100% @@ -170,7 +170,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Wed Oct 31 20:11:20 2018.
+
Maintained by OpenJPEG team. Last updated on Fri Nov 16 08:55:52 2018.


abi-laboratory.pro