diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html index f05cf0b2..74c1a39a 100644 --- a/abi-check/changelog/openjpeg/current/log.html +++ b/abi-check/changelog/openjpeg/current/log.html @@ -20,7 +20,18 @@

Changelog from Git



-
commit bdcead70d5900cf5b90774b218183334ca898723
+
commit 07d526e4cb93b6d2e1a52cf49e3d011d3d4caa11
+Author: Even Rouault <even.rouault@spatialys.com>
+Date:   2018-01-08 09:38:44 +0100
+
+    opj_t2_encode_packet(): disable setting empty packet header bit to 1 when there is an empty packet
+    
+    This effectively reverts commit 2609fb8077125b5b31f1bcc2f98c12ff1e6572d7
+    since it has been reported that
+    such packets cause decoding issues with cinema J2K hardware
+    decoders: https://groups.google.com/forum/#!topic/openjpeg/M7M_fLX_Bco
+
+commit bdcead70d5900cf5b90774b218183334ca898723
 Merge: e4c3595 4841292
 Author: Even Rouault <even.rouault@mines-paris.org>
 Date:   2018-01-07 17:49:37 +0100
@@ -571,12 +582,6 @@ Date:   2017-09-01 16:31:02 +0200
 
     opj_dwt_decode_partial_1_parallel(): add SSE2 optimization
 
-commit 873004c615b1bed3ce780e869288602af86fdee5
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-09-01 16:31:00 +0200
-
-    Sub-tile decoding: speed up vertical pass in IDWT5x3 by processing 4 cols at a time
-
 commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28
 Author: Even Rouault <even.rouault@spatialys.com>
 Date:   2017-09-01 10:26:18 +0200
@@ -601,23 +606,6 @@ Date:   2017-08-28 17:18:33 +0200
 
     Subtile decoding: fix overflows in subband coordinate computation that cause later buffer overflow. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3115. Credit to OSS Fuzz. master only
 
-commit 8f92fc97913bec7ffa2dc10d062c0cdd19da20e4
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-08-28 14:57:49 +0200
-
-    Make opj_set_decode_area() and opj_decode() take into account opj_set_decoded_resolution_factor() (#1006, affect API use)
-    
-    * Better document usage of opj_set_decode_area(), ie expecting coordinates
-      in full resolution/reference grid even if requesting at a lower resolution
-      factor
-    * Make sure that image->comps[].factor is set by opj_set_decode_area() and
-      opj_decode() from the value specified in opj_set_decoded_resolution_factor()
-    * opj_decompress: add 2 environmenet variables to test alternate ways of
-      using the API, namely USE_OPJ_SET_DECODED_RESOLUTION_FACTOR=YES to use
-      opj_set_decoded_resolution_factor() instead of parameters.cp_reduce, and
-      SKIP_OPJ_SET_DECODE_AREA=YES to not call opj_set_decode_area() if -d is
-      not specified.
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index ef5b3631..5a47b9f8 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-01-07 17:49:37' + 'current' => '2018-01-08 09:38:44' }, 'HeadersDiff' => { '1.1' => { @@ -731,7 +731,7 @@ $VAR1 = { 'Maintainer' => 'OpenJPEG team', 'MaintainerUrl' => 'http://www.openjpeg.org/', 'PackageDiff' => {}, - 'ScmUpdateTime' => '1515345537', + 'ScmUpdateTime' => '1515403348', '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 051327e0..dde4072d 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 923f5826..61a9397b 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 e54f45bd..15b62234 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,7 +30,7 @@ Headers
Diff current -2018-01-07
17:49 +2018-01-08
09:38 7 changelog 100% @@ -170,7 +170,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Sun Jan 7 17:19:21 2018.
+
Maintained by OpenJPEG team. Last updated on Mon Jan 8 09:22:52 2018.


abi-laboratory.pro