Update ABI/API compatibility reports after commit 0394f8d0f1

This commit is contained in:
OpenJPEG Travis CI 2017-08-09 00:03:52 +00:00
parent a96041f7c7
commit e8f6dc2f76
8 changed files with 278 additions and 243 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,16 @@
<br/> <br/>
<h1>Changelog from Git</h1><br/><br/> <h1>Changelog from Git</h1><br/><br/>
<div class='changelog'> <div class='changelog'>
<pre class='wrap'>commit 3b1b0672663b59853b63d48f94b63ca497883527 <pre class='wrap'>commit 0394f8d0f1c981e0bc587beddc14d1fb0b265b1b
Merge: 3b1b067 bc3cb74
Author: Antonin Descampe &lt;antonin@descampe.net&gt;
Date: 2017-08-08 16:51:54 -0700
Merge pull request #975 from szukw000/changes-for-afl-tests
Catch images broken by AFL
commit 3b1b0672663b59853b63d48f94b63ca497883527
Merge: 2fbd4bb 9211469 Merge: 2fbd4bb 9211469
Author: Even Rouault &lt;even.rouault@mines-paris.org&gt; Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
Date: 2017-08-07 20:17:36 +0200 Date: 2017-08-07 20:17:36 +0200
@ -217,12 +226,24 @@ Date: 2017-07-05 23:48:28 +0200
n0: 402672336 0x40369E: main (opj_decompress.c:1459) n0: 402672336 0x40369E: main (opj_decompress.c:1459)
n0: 53704448 in 58 places, all below massif's threshold (1.00%) n0: 53704448 in 58 places, all below massif's threshold (1.00%)
commit bc3cb7410023e9d0c7ff9972a0bc8cf1fe9b32a4
Author: szukw000 &lt;szukw000@arcor.de&gt;
Date: 2017-08-07 16:44:28 +0200
Changes for converttif.c to fix tsize_t
commit 2fbd4bb0b9c6178f12c852dc40db6ab05734bfe2 commit 2fbd4bb0b9c6178f12c852dc40db6ab05734bfe2
Author: Even Rouault &lt;even.rouault@spatialys.com&gt; Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2017-08-04 18:01:29 +0200 Date: 2017-08-04 18:01:29 +0200
opj_j2k_read_sot(): check current TPSot number regarding previous (non-zero) TNsot to avoid opj_j2k_merge_ppt() to be called several times. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2851. Credit to OSS Fuzz opj_j2k_read_sot(): check current TPSot number regarding previous (non-zero) TNsot to avoid opj_j2k_merge_ppt() to be called several times. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2851. Credit to OSS Fuzz
commit 57e36dbfeb57451444c5c20eab66ab0bedd3d3b3
Author: szukw000 &lt;szukw000@arcor.de&gt;
Date: 2017-08-02 17:27:08 +0200
First change on changes-for-afl-tests
commit 155fc2e279b85bd04709967b2797de4f69b0cf3e commit 155fc2e279b85bd04709967b2797de4f69b0cf3e
Author: Antonin Descampe &lt;antonin@gmail.com&gt; Author: Antonin Descampe &lt;antonin@gmail.com&gt;
Date: 2017-08-02 17:07:29 +0200 Date: 2017-08-02 17:07:29 +0200
@ -241,6 +262,12 @@ Date: 2017-07-31 17:35:10 +0200
src/bin/jpwl/convert.c: add missing fclose() in error code path (suggested by maddin200, #976) src/bin/jpwl/convert.c: add missing fclose() in error code path (suggested by maddin200, #976)
commit 00f45684a8339e69ed55df2397f3c19d09fecaed
Author: szukw000 &lt;szukw000@arcor.de&gt;
Date: 2017-07-31 13:58:08 +0200
Catch images broken by AFL
commit 13cde9fa37249628af6b6f10601b733f87a025f4 commit 13cde9fa37249628af6b6f10601b733f87a025f4
Author: Even Rouault &lt;even.rouault@spatialys.com&gt; Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2017-07-30 19:46:52 +0200 Date: 2017-07-30 19:46:52 +0200
@ -571,6 +598,12 @@ Date: 2017-07-06 12:11:37 +0200
Comment fix Comment fix
commit a38c4496b631bb5d3f8d5ea42d394544523a9bc6
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2017-07-05 21:33:42 +0200
Remove unused m_DA_x0, m_DA_y0, m_DA_x1, m_DA_y1 members from opj_j2k_dec structure
...</pre></div> ...</pre></div>
</body> </body>

View File

@ -496,7 +496,7 @@ $VAR1 = {
'2.1' => '2014-04-29 12:58', '2.1' => '2014-04-29 12:58',
'2.1.1' => '2016-07-05 14:54', '2.1.1' => '2016-07-05 14:54',
'2.1.2' => '2016-09-28 18:18', '2.1.2' => '2016-09-28 18:18',
'current' => '2017-08-07 20:17:36' 'current' => '2017-08-08 16:51:54'
}, },
'HeadersDiff' => { 'HeadersDiff' => {
'1.1' => { '1.1' => {
@ -574,7 +574,7 @@ $VAR1 = {
'Maintainer' => 'OpenJPEG team', 'Maintainer' => 'OpenJPEG team',
'MaintainerUrl' => 'http://www.openjpeg.org/', 'MaintainerUrl' => 'http://www.openjpeg.org/',
'PackageDiff' => {}, 'PackageDiff' => {},
'ScmUpdateTime' => '1502130566', 'ScmUpdateTime' => '1502237001',
'Soname' => { 'Soname' => {
'1.1' => { '1.1' => {
'lib/libopenjpeg.so' => 'libopenjpeg.so' 'lib/libopenjpeg.so' => 'libopenjpeg.so'

View File

@ -605,7 +605,8 @@ s values. */</td><td class="lineno" valign="top"></td></tr>
<tr><td class="lineno" valign="top"></td><td class="left">} opj_cparameters_t;</td><td> </td><td class="right">} opj_cparameters_t;</td><td class="lineno" valign="top"></td></tr> <tr><td class="lineno" valign="top"></td><td class="left">} opj_cparameters_t;</td><td> </td><td class="right">} opj_cparameters_t;</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"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr>
<tr><td><a name="diff0030" /></td></tr> <tr><td><a name="diff0030" /></td></tr>
<tr><td class="lineno" valign="top"></td><td class="lblock">#define OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG <span class="delete"> </span>0x0001</td><td> </td><td class="rblock">#define OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG 0x0001</td><td class="lineno" valign="top"></td></tr> <tr><td class="lineno" valign="top"></td><td class="lblock">#define OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG 0x0001</td><td> </td><td class="rblock">#define OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG 0x0001</td><td class="lineno" valign="top"></td></tr>
<tr><td class="lineno" valign="top"></td><td class="lblock"></td><td> </td><td class="rblock"><span class="insert">#define OPJ_DPARAMETERS_DUMP_FLAG 0x0002</span></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"></td><td> </td><td class="right"></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">/**</td><td> </td><td class="right">/**</td><td class="lineno" valign="top"></td></tr>
<tr><td class="lineno" valign="top"></td><td class="left"> * Decompression parameters</td><td> </td><td class="right"> * Decompression parameters</td><td class="lineno" valign="top"></td></tr> <tr><td class="lineno" valign="top"></td><td class="left"> * Decompression parameters</td><td> </td><td class="right"> * Decompression parameters</td><td class="lineno" valign="top"></td></tr>
@ -1207,7 +1208,7 @@ nhance)</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">==========================================================</td><td> </td><td class="right">==========================================================</td><td class="lineno" valign="top"></td></tr>
<tr><td class="lineno" valign="top"></td><td class="left"> openjpeg version</td><td> </td><td class="right"> openjpeg version</td><td class="lineno" valign="top"></td></tr> <tr><td class="lineno" valign="top"></td><td class="left"> openjpeg version</td><td> </td><td class="right"> openjpeg version</td><td class="lineno" valign="top"></td></tr>
<tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></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-l4" /><small>skipping to change at</small><em> line 1062</em></th><th> </th><th><a name="part-r4" /><small>skipping to change at</small><em> line 1065</em></th><td></td></tr> <tr bgcolor="gray" ><td></td><th><a name="part-l4" /><small>skipping to change at</small><em> line 1062</em></th><th> </th><th><a name="part-r4" /><small>skipping to change at</small><em> line 1066</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">*/</td><td> </td><td class="right">*/</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"></td><td> </td><td class="right"></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">/**</td><td> </td><td class="right">/**</td><td class="lineno" valign="top"></td></tr>
@ -1801,7 +1802,7 @@ at);</td><td class="lineno" valign="top"></td></tr>
<tr><td class="lineno" valign="top"></td><td class="left">&lt;li&gt;Size of precinct : 2^15 x 2^15 (means 1 precinct)</td><td> </td><td class="right">&lt;li&gt;Size of precinct : 2^15 x 2^15 (means 1 precinct)</td><td class="lineno" valign="top"></td></tr> <tr><td class="lineno" valign="top"></td><td class="left">&lt;li&gt;Size of precinct : 2^15 x 2^15 (means 1 precinct)</td><td> </td><td class="right">&lt;li&gt;Size of precinct : 2^15 x 2^15 (means 1 precinct)</td><td class="lineno" valign="top"></td></tr>
<tr><td class="lineno" valign="top"></td><td class="left">&lt;li&gt;Size of code-block : 64 x 64</td><td> </td><td class="right">&lt;li&gt;Size of code-block : 64 x 64</td><td class="lineno" valign="top"></td></tr> <tr><td class="lineno" valign="top"></td><td class="left">&lt;li&gt;Size of code-block : 64 x 64</td><td> </td><td class="right">&lt;li&gt;Size of code-block : 64 x 64</td><td class="lineno" valign="top"></td></tr>
<tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></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-l5" /><small>skipping to change at</small><em> line 1417</em></th><th> </th><th><a name="part-r5" /><small>skipping to change at</small><em> line 1475</em></th><td></td></tr> <tr bgcolor="gray" ><td></td><th><a name="part-l5" /><small>skipping to change at</small><em> line 1417</em></th><th> </th><th><a name="part-r5" /><small>skipping to change at</small><em> line 1476</em></th><td></td></tr>
<tr><td class="lineno" valign="top"></td><td class="left">&lt;li&gt;No mode switch activated</td><td> </td><td class="right">&lt;li&gt;No mode switch activated</td><td class="lineno" valign="top"></td></tr> <tr><td class="lineno" valign="top"></td><td class="left">&lt;li&gt;No mode switch activated</td><td> </td><td class="right">&lt;li&gt;No mode switch activated</td><td class="lineno" valign="top"></td></tr>
<tr><td class="lineno" valign="top"></td><td class="left">&lt;li&gt;Progression order: LRCP</td><td> </td><td class="right">&lt;li&gt;Progression order: LRCP</td><td class="lineno" valign="top"></td></tr> <tr><td class="lineno" valign="top"></td><td class="left">&lt;li&gt;Progression order: LRCP</td><td> </td><td class="right">&lt;li&gt;Progression order: LRCP</td><td class="lineno" valign="top"></td></tr>
<tr><td class="lineno" valign="top"></td><td class="left">&lt;li&gt;No index file</td><td> </td><td class="right">&lt;li&gt;No index file</td><td class="lineno" valign="top"></td></tr> <tr><td class="lineno" valign="top"></td><td class="left">&lt;li&gt;No index file</td><td> </td><td class="right">&lt;li&gt;No index file</td><td class="lineno" valign="top"></td></tr>
@ -2015,7 +2016,7 @@ c);</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><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">&nbsp;End of changes. 158 change blocks.&nbsp;</a></th></tr> <tr bgcolor="gray"><th colspan="5" align="center"><a name="end">&nbsp;End of changes. 158 change blocks.&nbsp;</a></th></tr>
<tr class="stats"><td></td><th><i>949 lines changed or deleted</i></th><th><i> </i></th><th><i>950 lines changed or added</i></th><td></td></tr> <tr class="stats"><td></td><th><i>949 lines changed or deleted</i></th><th><i> </i></th><th><i>951 lines changed or added</i></th><td></td></tr>
<tr><td colspan="5" align="center" class="small"></td></tr> <tr><td colspan="5" align="center" class="small"></td></tr>
</table> </table>
<br/><br/> <br/><br/>

View File

@ -501,6 +501,7 @@ typedef struct opj_cparameters {
} opj_cparameters_t; } opj_cparameters_t;
#define OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG 0x0001 #define OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG 0x0001
#define OPJ_DPARAMETERS_DUMP_FLAG 0x0002
/** /**
* Decompression parameters * Decompression parameters

View File

@ -30,7 +30,7 @@
<th>Headers<br/>Diff</th> <th>Headers<br/>Diff</th>
</tr> </tr>
<tr id='current'><td>current</td> <tr id='current'><td>current</td>
<td>2017-08-07<br/>20:17</td> <td>2017-08-08<br/>16:51</td>
<td>7</td> <td>7</td>
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td> <td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
<td class='ok'><a href='../../objects_report/openjpeg/2.1.2/current/report.html'>100%</a></td> <td class='ok'><a href='../../objects_report/openjpeg/2.1.2/current/report.html'>100%</a></td>
@ -152,7 +152,7 @@
<td>N/A</td> <td>N/A</td>
<td>N/A</td> <td>N/A</td>
</tr> </tr>
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Aug 7 18:29:53 2017.<br/> </table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Aug 9 00:03:51 2017.<br/>
<br/> <br/>
<hr/> <hr/>
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div> <div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>