Update ABI/API compatibility reports after commit 26fe8f6043
This commit is contained in:
parent
07658f4e0d
commit
12c9297d4d
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 07c2fe28b0ef3dc9f168f2b2c449275ac1dde981
|
||||
<pre class='wrap'>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
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -18,7 +18,45 @@
|
|||
<table width='100%' cellpadding='0' cellspacing='0'><tr><td><table cellpadding='0' cellspacing='0'><tr><td align='center'><h1 class='tool'><a title='Home: ABI tracker for OpenJPEG' href='../../../../timeline/openjpeg/index.html' class='tool'>ABI<br/>Tracker</a></h1></td><td width='30px;'></td><td><h1>(OpenJPEG)</h1></td></tr></table><hr/>
|
||||
<br/>
|
||||
<br/>
|
||||
<h1>Headers diff: <span class='version'>2.2.0</span> vs <span class='version'>current</span></h1><br/><br/><br/><div style='width:100%;' align='left' class='small'>This html diff was produced by rfcdiff 1.41.The latest version is available from <a href='http://tools.ietf.org/tools/rfcdiff/'>http://tools.ietf.org/tools/rfcdiff/</a></div>
|
||||
<h1>Headers diff: <span class='version'>2.2.0</span> vs <span class='version'>current</span></h1><br/><br/>
|
||||
<table class='diff_tbl' border="0" cellpadding="0" cellspacing="0">
|
||||
<tr bgcolor="orange"><th></th><th> openjpeg.h (2.2.0) </th><th> </th><th> openjpeg.h (current) </th><th></th></tr>
|
||||
<tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr>
|
||||
<tr bgcolor="gray" ><td></td><th><a name="part-l1" /><small>skipping to change at</small><em> line 864</em></th><th> </th><th><a name="part-r1" /><small>skipping to change at</small><em> line 864</em></th><td></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left">/**</td><td> </td><td class="right">/**</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> * Tile-component coding parameters information</td><td> </td><td class="right"> * Tile-component coding parameters information</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> */</td><td> </td><td class="right"> */</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left">typedef struct opj_tccp_info {</td><td> </td><td class="right">typedef struct opj_tccp_info {</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> /** component index */</td><td> </td><td class="right"> /** component index */</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> OPJ_UINT32 compno;</td><td> </td><td class="right"> OPJ_UINT32 compno;</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> /** coding style */</td><td> </td><td class="right"> /** coding style */</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> OPJ_UINT32 csty;</td><td> </td><td class="right"> OPJ_UINT32 csty;</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> /** number of resolutions */</td><td> </td><td class="right"> /** number of resolutions */</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> OPJ_UINT32 numresolutions;</td><td> </td><td class="right"> OPJ_UINT32 numresolutions;</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td><a name="diff0001" /></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="lblock"> /** code-blocks width */</td><td> </td><td class="rblock"> /** <span class="insert">log2 of </span>code-blocks width */</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> OPJ_UINT32 cblkw;</td><td> </td><td class="right"> OPJ_UINT32 cblkw;</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td><a name="diff0002" /></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="lblock"> /** code-blocks height */</td><td> </td><td class="rblock"> /** <span class="insert">log2 of </span>code-blocks height */</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> OPJ_UINT32 cblkh;</td><td> </td><td class="right"> OPJ_UINT32 cblkh;</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> /** code-block coding style */</td><td> </td><td class="right"> /** code-block coding style */</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> OPJ_UINT32 cblksty;</td><td> </td><td class="right"> OPJ_UINT32 cblksty;</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> /** discrete wavelet transform identifier: 0 = 9-7 irreversible, 1 = 5-
|
||||
3 reversible */</td><td> </td><td class="right"> /** discrete wavelet transform identifier: 0 = 9-7 irreversible, 1 = 5-
|
||||
3 reversible */</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> OPJ_UINT32 qmfbid;</td><td> </td><td class="right"> OPJ_UINT32 qmfbid;</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> /** quantisation style */</td><td> </td><td class="right"> /** quantisation style */</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> OPJ_UINT32 qntsty;</td><td> </td><td class="right"> OPJ_UINT32 qntsty;</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> /** stepsizes used for quantization */</td><td> </td><td class="right"> /** stepsizes used for quantization */</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> OPJ_UINT32 stepsizes_mant[OPJ_J2K_MAXBANDS];</td><td> </td><td class="right"> OPJ_UINT32 stepsizes_mant[OPJ_J2K_MAXBANDS];</td><td class="lineno" valign="top"></td></tr>
|
||||
<tr><td class="lineno" valign="top"></td><td class="left"> /** stepsizes used for quantization */</td><td> </td><td class="right"> /** stepsizes used for quantization */</td><td class="lineno" valign="top"></td></tr>
|
||||
|
||||
<tr><td></td><td class="left"></td><td> </td><td class="right"></td><td></td></tr>
|
||||
<tr bgcolor="gray"><th colspan="5" align="center"><a name="end"> End of changes. 2 change blocks. </a></th></tr>
|
||||
<tr class="stats"><td></td><th><i>2 lines changed or deleted</i></th><th><i> </i></th><th><i>2 lines changed or added</i></th><td></td></tr>
|
||||
<tr><td colspan="5" align="center" class="small"></td></tr>
|
||||
</table>
|
||||
<br/><div style='width:100%;' align='left' class='small'>This html diff was produced by rfcdiff 1.41.The latest version is available from <a href='http://tools.ietf.org/tools/rfcdiff/'>http://tools.ietf.org/tools/rfcdiff/</a></div>
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"Total": 0
|
||||
"Total": 1
|
||||
}
|
|
@ -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;
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -30,13 +30,13 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-08-09<br/>21:51</td>
|
||||
<td>2017-08-10<br/>11:45</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.2.0/current/report.html'>100%</a></td>
|
||||
<td class='ok'>0</td>
|
||||
<td class='ok'>0</td>
|
||||
<td>0</td>
|
||||
<td><a href='../../headers_diff/openjpeg/2.2.0/current/diff.html'>1</a></td>
|
||||
</tr>
|
||||
<tr id='v2.2.0'><td>2.2.0</td>
|
||||
<td>2017-08-10</td>
|
||||
|
@ -161,7 +161,7 @@
|
|||
<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 Thu Aug 10 05:04:34 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Aug 10 10:02:01 2017.<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>
|
||||
|
|
Loading…
Reference in New Issue