diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html index 145a855e..c9f5744c 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 07c2fe28b0ef3dc9f168f2b2c449275ac1dde981
+
commit 26fe8f60433aa677fd29590e7da23437c41e99c8
+Author: Even Rouault <even.rouault@spatialys.com>
+Date:   2017-08-10 11:45:49 +0200
+
+    Improve doc of opj_tccp_info_t::cblkw and cblkh
+
+commit 07c2fe28b0ef3dc9f168f2b2c449275ac1dde981
 Author: Antonin Descampe <antonin@gmail.com>
 Date:   2017-08-09 21:51:16 -0700
 
@@ -572,15 +578,6 @@ Date:   2017-07-27 19:22:14 +0200
     
     Fixes int overflow on openjeg-crashes-2017-07-27/id:000000,sig:08,src:000879,op:flip2,pos:128.jp2
 
-commit 178194c093422c9564efc41f9ecb5c630b43f723
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-07-27 18:51:51 +0200
-
-    opj_jp2_check_color(): replace assertion regarding mtyp by runtime check (#672, #895)
-    
-    Fixes test case openjeg-crashes-2017-07-27/id:000000,sig:06,src:000001,op:flip1,pos:808.jp2
-    of #895
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index cb9bb7b6..de0eb5f8 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-09 21:51:16' + 'current' => '2017-08-10 11:45:49' }, 'HeadersDiff' => { '1.1' => { @@ -641,14 +641,14 @@ $VAR1 = { '2.2.0' => { 'current' => { 'Path' => 'headers_diff/openjpeg/2.2.0/current/diff.html', - 'Total' => 0 + 'Total' => 1 } } }, 'Maintainer' => 'OpenJPEG team', 'MaintainerUrl' => 'http://www.openjpeg.org/', 'PackageDiff' => {}, - 'ScmUpdateTime' => '1502341450', + 'ScmUpdateTime' => '1502359295', 'Soname' => { '1.1' => { 'lib/libopenjpeg.so' => 'libopenjpeg.so' diff --git a/abi-check/headers_diff/openjpeg/2.2.0/current/diff.html b/abi-check/headers_diff/openjpeg/2.2.0/current/diff.html index 437374d0..b4727b85 100644 --- a/abi-check/headers_diff/openjpeg/2.2.0/current/diff.html +++ b/abi-check/headers_diff/openjpeg/2.2.0/current/diff.html @@ -18,7 +18,45 @@

ABI
Tracker

(OpenJPEG)




-

Headers diff: 2.2.0 vs current




This html diff was produced by rfcdiff 1.41.The latest version is available from http://tools.ietf.org/tools/rfcdiff/
+

Headers diff: 2.2.0 vs current



+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 openjpeg.h (2.2.0)   openjpeg.h (current) 
skipping to change at line 864 skipping to change at line 864
/** /**
* Tile-component coding parameters information * Tile-component coding parameters information
*/ */
typedef struct opj_tccp_info { typedef struct opj_tccp_info {
/** component index */ /** component index */
OPJ_UINT32 compno; OPJ_UINT32 compno;
/** coding style */ /** coding style */
OPJ_UINT32 csty; OPJ_UINT32 csty;
/** number of resolutions */ /** number of resolutions */
OPJ_UINT32 numresolutions; OPJ_UINT32 numresolutions;
/** code-blocks width */ /** log2 of code-blocks width */
OPJ_UINT32 cblkw; OPJ_UINT32 cblkw;
/** code-blocks height */ /** log2 of code-blocks height */
OPJ_UINT32 cblkh; OPJ_UINT32 cblkh;
/** code-block coding style */ /** code-block coding style */
OPJ_UINT32 cblksty; OPJ_UINT32 cblksty;
/** discrete wavelet transform identifier: 0 = 9-7 irreversible, 1 = 5- +3 reversible */ /** discrete wavelet transform identifier: 0 = 9-7 irreversible, 1 = 5- +3 reversible */
OPJ_UINT32 qmfbid; OPJ_UINT32 qmfbid;
/** quantisation style */ /** quantisation style */
OPJ_UINT32 qntsty; OPJ_UINT32 qntsty;
/** stepsizes used for quantization */ /** stepsizes used for quantization */
OPJ_UINT32 stepsizes_mant[OPJ_J2K_MAXBANDS]; OPJ_UINT32 stepsizes_mant[OPJ_J2K_MAXBANDS];
/** stepsizes used for quantization */ /** stepsizes used for quantization */
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added
+
This html diff was produced by rfcdiff 1.41.The latest version is available from http://tools.ietf.org/tools/rfcdiff/
diff --git a/abi-check/headers_diff/openjpeg/2.2.0/current/meta.json b/abi-check/headers_diff/openjpeg/2.2.0/current/meta.json index 58a1d64f..82953d05 100644 --- a/abi-check/headers_diff/openjpeg/2.2.0/current/meta.json +++ b/abi-check/headers_diff/openjpeg/2.2.0/current/meta.json @@ -1,3 +1,3 @@ { - "Total": 0 + "Total": 1 } \ No newline at end of file diff --git a/abi-check/installed/openjpeg/current/include/openjpeg-2.2/openjpeg.h b/abi-check/installed/openjpeg/current/include/openjpeg-2.2/openjpeg.h index d571c516..9ae29a4f 100644 --- a/abi-check/installed/openjpeg/current/include/openjpeg-2.2/openjpeg.h +++ b/abi-check/installed/openjpeg/current/include/openjpeg-2.2/openjpeg.h @@ -867,9 +867,9 @@ typedef struct opj_tccp_info { OPJ_UINT32 csty; /** number of resolutions */ OPJ_UINT32 numresolutions; - /** code-blocks width */ + /** log2 of code-blocks width */ OPJ_UINT32 cblkw; - /** code-blocks height */ + /** log2 of code-blocks height */ OPJ_UINT32 cblkh; /** code-block coding style */ OPJ_UINT32 cblksty; diff --git a/abi-check/installed/openjpeg/current/lib/libopenjp2.a b/abi-check/installed/openjpeg/current/lib/libopenjp2.a index 81c94cb2..cc8fcf37 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 0f4be50e..737d3612 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 fdbdc5a7..131c7e1f 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,13 +30,13 @@ Headers
Diff current -2017-08-09
21:51 +2017-08-10
11:45 7 changelog 100% 0 0 -0 +1 2.2.0 2017-08-10 @@ -161,7 +161,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Thu Aug 10 05:04:34 2017.
+
Maintained by OpenJPEG team. Last updated on Thu Aug 10 10:02:01 2017.


abi-laboratory.pro