Update ABI/API compatibility reports after commit c196b23b90
This commit is contained in:
parent
109920665e
commit
12c4f3813f
|
@ -20,7 +20,15 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 948332e6ed17565100d1df5f6fdbf66865218e36
|
||||
<pre class='wrap'>commit c196b23b90321b5c7e3238294607a2e8626c503f
|
||||
Author: ichlubna <43234438+ichlubna@users.noreply.github.com>
|
||||
Date: 2018-11-16 09:40:31 +0100
|
||||
|
||||
openjp3d: Int overflow fixed (#1159)
|
||||
|
||||
When compressing a lot of slices (starting from 44 FullHD slices with 3 8bit components in our experiments) the rate values are high enough to cause an int overflow that leads to negative lengths and wrong results. The cast happens too late.
|
||||
|
||||
commit 948332e6ed17565100d1df5f6fdbf66865218e36
|
||||
Author: Stefan Weil <sw@weilnetz.de>
|
||||
Date: 2018-10-31 20:44:30 +0100
|
||||
|
||||
|
@ -821,12 +829,6 @@ Date: 2017-09-19 16:52:07 +0200
|
|||
Tests added for various combinations of whole image vs tiled-based decoding,
|
||||
full or reduced resolution, use of decode area or not.
|
||||
|
||||
commit ce199f42e77f972d6ee782b63492f6d861891053
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 12:48:12 +0200
|
||||
|
||||
src/bin/jp3d/convert.c: add missing fclose() in error code path (#1018)
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -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-10-31 20:44:30'
|
||||
'current' => '2018-11-16 09:40:31'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1541016657',
|
||||
'ScmUpdateTime' => '1542358527',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
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>2018-10-31<br/>20:44</td>
|
||||
<td>2018-11-16<br/>09:40</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.0/current/report.html'>100%</a></td>
|
||||
|
@ -170,7 +170,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 Wed Oct 31 20:11:20 2018.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Nov 16 08:55:52 2018.<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