Update ABI/API compatibility reports after commit 0c0f27f17d
This commit is contained in:
parent
3a1ecfd0b3
commit
516989c2a7
|
@ -20,7 +20,22 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 15cf3d95814dc931ca0ecb132f81cb152e051bae
|
||||
<pre class='wrap'>commit 0c0f27f17d431d98d190f30bec3879f434512158
|
||||
Merge: 15cf3d9 649298d
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-11-25 16:59:46 +0100
|
||||
|
||||
Merge pull request #1287 from zodf0055980/master
|
||||
|
||||
Encoder: grow again buffer size
|
||||
|
||||
commit 649298dcf84b2f20cfe458d887c1591db47372a6
|
||||
Author: yuan <zodf0055980@gmail.com>
|
||||
Date: 2020-11-25 20:41:39 +0800
|
||||
|
||||
Encoder: grow again buffer size in opj_tcd_code_block_enc_allocate_data() (fixes #1283)
|
||||
|
||||
commit 15cf3d95814dc931ca0ecb132f81cb152e051bae
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-11-23 18:14:02 +0100
|
||||
|
||||
|
@ -877,30 +892,6 @@ Date: 2019-03-29 10:44:35 +0100
|
|||
|
||||
This commit doesn't compile due to missing OPJ_UINT64 type
|
||||
|
||||
commit e1740e7ce79d0a1676db4da0f4189b64e85f52cb
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2019-03-29 10:40:58 +0100
|
||||
|
||||
Revert "[MJ2] Avoid index out of bounds access to pi->include[]"
|
||||
|
||||
This reverts commit c277159986c80142180fbe5efb256bbf3bdf3edc.
|
||||
|
||||
The commit didn't compile. include_size is not defined in openmj2
|
||||
|
||||
commit b2751967ecabf8d8856e85ab91e25d4f235e2eb3
|
||||
Author: Sebastian Rasmussen <sebras@gmail.com>
|
||||
Date: 2018-10-31 20:22:11 +0100
|
||||
|
||||
openjp2/j2k: Report error if all wanted components are not decoded.
|
||||
|
||||
Previously the caller had to check whether each component data had
|
||||
been decoded. This means duplicating the checking in every user of
|
||||
openjpeg which is unnecessary. If the caller wantes to decode all
|
||||
or a set of, or a specific component then openjpeg ought to error
|
||||
out if it was unable to do so.
|
||||
|
||||
Fixes #1158.
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -705,7 +705,7 @@ $VAR1 = {
|
|||
'2.2.0' => '2017-08-10 00:31',
|
||||
'2.3.0' => '2017-10-04 22:23',
|
||||
'2.3.1' => '2019-04-02 10:08',
|
||||
'current' => '2020-11-23 18:14:02'
|
||||
'current' => '2020-11-25 16:59:46'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -813,7 +813,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1606167537',
|
||||
'ScmUpdateTime' => '1606339015',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2020-11-23<br/>18:14</td>
|
||||
<td>2020-11-25<br/>16:59</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.3.1/current/report.html'>100%</a></td>
|
||||
|
@ -179,7 +179,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 Mon Nov 23 21:39:32 2020.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Nov 25 21:17:33 2020.<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