Update ABI/API compatibility reports after commit 07a454324c
This commit is contained in:
parent
d3ebfc806c
commit
7da125240d
|
@ -20,7 +20,16 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit eb27272a79cd81256e475b9aad8461fda8b7f989
|
||||
<pre class='wrap'>commit 07a454324cfeb431ee3fc3799df522dff252b12b
|
||||
Merge: eb27272 75a7f1a
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2021-01-04 14:06:43 +0100
|
||||
|
||||
Merge pull request #866 from tSed/master
|
||||
|
||||
fix static build only against tiff and its indirect dependencies
|
||||
|
||||
commit eb27272a79cd81256e475b9aad8461fda8b7f989
|
||||
Merge: 2519439 4d147d9
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2021-01-04 10:45:52 +0100
|
||||
|
@ -667,15 +676,6 @@ Date: 2020-04-30 11:52:42 +0200
|
|||
The slightly worse results with threads==8 than with thread==4
|
||||
is due to hyperthreading being not appropriate here.
|
||||
|
||||
commit 97eb7e0bf17b476d516262e0af462ec7eeb8f505
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-04-29 11:50:17 +0200
|
||||
|
||||
Add multithreading support in the T1 (entropy phase) encoder
|
||||
|
||||
- API wise, opj_codec_set_threads() can be used on the encoding side
|
||||
- opj_compress has a -threads switch similar to opj_uncompress
|
||||
|
||||
commit 1d358f25c8eabbc7c274bcc148f4f5d594ec13fe
|
||||
Merge: 64689d0 4edb8c8
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
|
|
|
@ -768,7 +768,7 @@ $VAR1 = {
|
|||
'2.3.0' => '2017-10-04 22:23',
|
||||
'2.3.1' => '2019-04-02 10:08',
|
||||
'2.4.0' => '2020-12-28 20:59',
|
||||
'current' => '2021-01-04 10:45:52'
|
||||
'current' => '2021-01-04 14:06:43'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -886,7 +886,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1609754307',
|
||||
'ScmUpdateTime' => '1609766506',
|
||||
'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>2021-01-04<br/>10:45</td>
|
||||
<td>2021-01-04<br/>14:06</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.4.0/current/report.html'>100%</a></td>
|
||||
|
@ -188,7 +188,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 Jan 4 09:59:03 2021.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Jan 4 13:22:25 2021.<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