Update ABI/API compatibility reports after commit da5e897232
This commit is contained in:
parent
239e15bfc3
commit
f412b8f51b
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit d96d2b9a2524f41a8e024462f94417c09747ba99
|
||||
<pre class='wrap'>commit da5e897232ef824daf9a492e746ed22cf2a43f18
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2018-02-11 13:31:04 +0100
|
||||
|
||||
Avoid out-of-bounds write overflow due to uint32 overflow computation on images with huge dimensions. Credit to Google Autofuzz project for providing test case
|
||||
|
||||
commit d96d2b9a2524f41a8e024462f94417c09747ba99
|
||||
Merge: 07d526e 6941bc6
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2018-02-05 17:31:49 +0100
|
||||
|
@ -585,12 +591,6 @@ Date: 2017-09-01 16:31:06 +0200
|
|||
|
||||
opj_dwt_decode_partial_97(): simplify/more efficient use of sparse arrays in vertical pass
|
||||
|
||||
commit ae19001ba425a9b396a29fba3417dccc746bd2ef
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 16:31:04 +0200
|
||||
|
||||
opj_tcd_dc_level_shift_decode(): optimize lossy case
|
||||
|
||||
commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 10:26:18 +0200
|
||||
|
@ -603,12 +603,6 @@ Date: 2017-08-29 11:40:53 +0200
|
|||
|
||||
Use IDWT whole tile decoding if the area of interest equals to the image bounds, taking into account the reduced resolution factor
|
||||
|
||||
commit 4776b15fa7ec2afa74f65cd471f94513ea08205a
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-28 18:07:44 +0200
|
||||
|
||||
Add test for fix of a55c024fc6b917a409b85aeafd7326421c4aea34
|
||||
|
||||
...</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-02-05 17:31:49'
|
||||
'current' => '2018-02-11 13:31:04'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1517849343',
|
||||
'ScmUpdateTime' => '1518356108',
|
||||
'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-02-05<br/>17:31</td>
|
||||
<td>2018-02-11<br/>13:31</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 Mon Feb 5 16:49:25 2018.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sun Feb 11 13:35:33 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