diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html index 73fc92d1..848b8e06 100644 --- a/abi-check/changelog/openjpeg/current/log.html +++ b/abi-check/changelog/openjpeg/current/log.html @@ -20,7 +20,13 @@

Changelog from Git



-
commit a55c024fc6b917a409b85aeafd7326421c4aea34
+
commit 4776b15fa7ec2afa74f65cd471f94513ea08205a
+Author: Even Rouault <even.rouault@spatialys.com>
+Date:   2017-08-28 18:07:44 +0200
+
+    Add test for fix of a55c024fc6b917a409b85aeafd7326421c4aea34
+
+commit a55c024fc6b917a409b85aeafd7326421c4aea34
 Author: Even Rouault <even.rouault@spatialys.com>
 Date:   2017-08-28 17:18:33 +0200
 
@@ -412,27 +418,6 @@ Date:   2017-08-09 14:13:58 +0200
 
     Document qmfbid values
 
-commit ac375ac9f5b4ae47501b60795e905e3d25dd00f8
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-08-09 11:34:08 +0200
-
-    Partial revert BPC related check of #975 (#979)
-    
-    PR #975 introduced a check that rejects images that have different bit depth/sign
-    per compoment in SIZ marker if the JP2 IHDR box has BPC != 255
-    This didn't work properly if decoding a .j2k file since the new bit added in
-    opj_cp_t wasn't initialized to the right value.
-    For clarity, tThis new bit has also been renamed to allow_different_bit_depth_sign
-    
-    But looking closer at the code, it seems we were already tolerant to inconsistencies.
-    For example we parsed a JP2 BPCC box even if BPC != 255 (just a warning is emitted)
-    So failing hard in opj_j2k_read_siz() wouldn't be very inconsistent, and that
-    alone cannot protect against other issues, so just emit a warning if BPC != 255
-    and the SIZ marker contains different bit depth/sign per component.
-    
-    Note: we could also check that the content of JP2 BPCC box is consistant with the one
-    of the SIZ marker.
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index 96996c77..37116972 100644 --- a/abi-check/db/openjpeg/Tracker.data +++ b/abi-check/db/openjpeg/Tracker.data @@ -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-28 17:18:33' + 'current' => '2017-08-28 18:07:44' }, 'HeadersDiff' => { '1.1' => { @@ -648,7 +648,7 @@ $VAR1 = { 'Maintainer' => 'OpenJPEG team', 'MaintainerUrl' => 'http://www.openjpeg.org/', 'PackageDiff' => {}, - 'ScmUpdateTime' => '1503934378', + 'ScmUpdateTime' => '1503937484', '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 c5df73ff..76ffa378 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.2.0 b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.2.0 index 8c8eb70b..94bf6228 100644 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 diff --git a/abi-check/timeline/openjpeg/index.html b/abi-check/timeline/openjpeg/index.html index 21694fb1..3ae1ac78 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,7 +30,7 @@ Headers
Diff current -2017-08-28
17:18 +2017-08-28
18:07 7 changelog 100% @@ -161,7 +161,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Mon Aug 28 15:33:21 2017.
+
Maintained by OpenJPEG team. Last updated on Mon Aug 28 16:25:08 2017.


abi-laboratory.pro