Update ABI/API compatibility reports after commit fd205f457b
This commit is contained in:
parent
9c763b1e16
commit
63b403239b
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 2c7eb4fed9cbed43ae402840f6706998ce2dd1c4
|
||||
<pre class='wrap'>commit fd205f457b157e925e2a6eb03aba397b45b0ed4e
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2018-06-16 16:17:58 +0200
|
||||
|
||||
opj_compress: try to make help message of -c switch clearer (fixes #1117)
|
||||
|
||||
commit 2c7eb4fed9cbed43ae402840f6706998ce2dd1c4
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2018-03-12 14:24:20 +0100
|
||||
|
||||
|
@ -682,12 +688,6 @@ Date: 2017-09-01 20:43:39 +0200
|
|||
|
||||
Replace error message 'Not enough memory for tile data' by 'Size of tile data exceeds system limits' (refs https://github.com/uclouvain/openjpeg/pull/730#issuecomment-326654188)
|
||||
|
||||
commit 559d16e8f43a0cd090d217d7d111820989299b85
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 16:31:13 +0200
|
||||
|
||||
opj_t1_decode_cblk(): move some code to codeblock processor for (theoretical) better multi-threading in subtile decoding
|
||||
|
||||
commit b428b8c7e7227cf96c83229df4d7bf009b6d2172
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 20:01:39 +0200
|
||||
|
@ -708,12 +708,6 @@ Date: 2017-09-01 19:27:56 +0200
|
|||
|
||||
opj_j2k_setup_encoder(): avoid potential int overflow in computations related to max_cs_size
|
||||
|
||||
commit 09929bb615bd6bf2a9f7703fc7b04a12096b091e
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 19:16:35 +0200
|
||||
|
||||
opj_compress help: revert 32572617765cb9d77302384653a48d793b8f657f and indicate 1 again as being the value to get lossless for -r. In opj_j2k_setup_encoder(), make sure that ll rates[] <= 1.0 are set to 0. Document 0 as being lossless for -q / tcp_distoratio (#1009)
|
||||
|
||||
...</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-03-12 14:24:20'
|
||||
'current' => '2018-06-16 16:17:58'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1520861867',
|
||||
'ScmUpdateTime' => '1529159378',
|
||||
'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-03-12<br/>14:24</td>
|
||||
<td>2018-06-16<br/>16:17</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 Mar 12 13:38:12 2018.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Jun 16 14:30:03 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