Update ABI/API compatibility reports after commit 820fcfe8bb
This commit is contained in:
parent
6a92d272b4
commit
1c63470fc5
|
@ -20,7 +20,17 @@
|
||||||
<br/>
|
<br/>
|
||||||
<h1>Changelog from Git</h1><br/><br/>
|
<h1>Changelog from Git</h1><br/><br/>
|
||||||
<div class='changelog'>
|
<div class='changelog'>
|
||||||
<pre class='wrap'>commit 6c4e5bacb9d9791fc6ff074bd7958b3820d70514
|
<pre class='wrap'>commit 820fcfe8bb101a2862c076b02c9b6b636ce39d2f
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2017-07-27 19:34:54 +0200
|
||||||
|
|
||||||
|
opj_j2k_update_image_data / opj_tcd_update_tile_data: fix unaligned load/store (#895)
|
||||||
|
|
||||||
|
When components don't have the same width, unaligned load/store are possible.
|
||||||
|
|
||||||
|
Fixes openjeg-crashes-2017-07-27/id:000000,sig:11,src:001342,op:flip4,pos:162.jp2 of #895
|
||||||
|
|
||||||
|
commit 6c4e5bacb9d9791fc6ff074bd7958b3820d70514
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2017-07-27 19:22:14 +0200
|
Date: 2017-07-27 19:22:14 +0200
|
||||||
|
|
||||||
|
@ -770,12 +780,6 @@ Date: 2017-02-13 12:36:45 +0100
|
||||||
Besides that, the image is correctly decoded. So there is no reason to emit
|
Besides that, the image is correctly decoded. So there is no reason to emit
|
||||||
those warnings.
|
those warnings.
|
||||||
|
|
||||||
commit 7113c4e3bbb4b397ae0c27cbfb645ae8acfee042
|
|
||||||
Author: Antonin Descampe <antonin@gmail.com>
|
|
||||||
Date: 2016-10-03 23:47:10 +0200
|
|
||||||
|
|
||||||
Update THANKS.md
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -473,7 +473,7 @@ $VAR1 = {
|
||||||
'2.1' => '2014-04-29 12:58',
|
'2.1' => '2014-04-29 12:58',
|
||||||
'2.1.1' => '2016-07-05 14:54',
|
'2.1.1' => '2016-07-05 14:54',
|
||||||
'2.1.2' => '2016-09-28 18:18',
|
'2.1.2' => '2016-09-28 18:18',
|
||||||
'current' => '2017-07-27 19:22:14'
|
'current' => '2017-07-27 19:34:54'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<th>Headers<br/>Diff</th>
|
<th>Headers<br/>Diff</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id='current'><td>current</td>
|
<tr id='current'><td>current</td>
|
||||||
<td>2017-07-27<br/>19:22</td>
|
<td>2017-07-27<br/>19:34</td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
|
@ -152,7 +152,7 @@
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Jul 27 17:39:29 2017.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Jul 27 18:00:14 2017.<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>
|
<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