Update ABI/API compatibility reports after commit 370d024d10
This commit is contained in:
parent
2593b057e9
commit
7bbd0b1a90
|
@ -20,7 +20,22 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit d9f8f7ba9a51732eda9017cea6493cc86a62c7ef
|
||||
<pre class='wrap'>commit 370d024d108ffe2d5ce9b52f6b7fae5261c4871d
|
||||
Merge: d9f8f7b 157a3d8
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-11-14 12:28:44 +0100
|
||||
|
||||
Merge pull request #1042 from radarhere/cmake
|
||||
|
||||
Changed cmake version test to allow for cmake 2.8.11.x
|
||||
|
||||
commit 157a3d840884abe5020b1a8b94576a7447063385
|
||||
Author: Andrew Murray <radarhere@users.noreply.github.com>
|
||||
Date: 2017-11-14 21:45:09 +1100
|
||||
|
||||
Changed cmake version test to allow for cmake 2.8.11.x
|
||||
|
||||
commit d9f8f7ba9a51732eda9017cea6493cc86a62c7ef
|
||||
Merge: 53d2655 10d22ec
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-10-20 21:59:14 +0200
|
||||
|
@ -526,19 +541,6 @@ Date: 2017-09-01 16:30:50 +0200
|
|||
|
||||
Optimize reading/write into sparse array
|
||||
|
||||
commit 0ae3cba3404674bbe2028ea9a801301a4c951b33
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 16:30:48 +0200
|
||||
|
||||
Allow several repeated calls to opj_set_decode_area() and opj_decode() for single-tiled images
|
||||
|
||||
* Only works for single-tiled images --> will error out cleanly, as currently
|
||||
in other cases
|
||||
* Save re-reading the codestream for the tile, and re-use code-blocks of the
|
||||
previous decoding pass.
|
||||
* Future improvements might involve improving opj_decompress, and the image writing logic,
|
||||
to use this strategy.
|
||||
|
||||
commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 10:26:18 +0200
|
||||
|
@ -610,14 +612,6 @@ Date: 2017-08-24 14:09:31 +0200
|
|||
|
||||
imagetopgx(): improve performance in 8 bit case (relates to broken.jpc test case)
|
||||
|
||||
commit fdcd4e6365731cc1015213e424068131bcd1f31f
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-24 13:23:25 +0200
|
||||
|
||||
Remove -NR-DEC-p1_06.j2k-156-decode and NR-DEC-p1_06.j2k-164-decode from knownfailures
|
||||
|
||||
and make them explicit failures. The result images are empty at the requested resolution
|
||||
|
||||
...</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' => '2017-10-20 21:59:14'
|
||||
'current' => '2017-11-14 12:28:44'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1508530809',
|
||||
'ScmUpdateTime' => '1510659758',
|
||||
'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>2017-10-20<br/>21:59</td>
|
||||
<td>2017-11-14<br/>12:28</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 Fri Oct 20 20:20:37 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Nov 14 11:43:02 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