Update ABI/API compatibility reports after commit 43dd9ee17894a22fa3df88b1e561274632d...
authorOpenJPEG Travis CI <info@openjpeg.org>
Sat, 5 Dec 2020 00:29:50 +0000 (00:29 +0000)
committerOpenJPEG Travis CI <info@openjpeg.org>
Sat, 5 Dec 2020 00:29:50 +0000 (00:29 +0000)
abi-check/changelog/openjpeg/current/log.html
abi-check/db/openjpeg/Tracker.data
abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.a
abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.so.2.3.1
abi-check/installed/openjpeg/current/lib/libopenjp2.a
abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.1
abi-check/timeline/openjpeg/index.html

index 46040b4f74517d815565276e88b5510c1e6daacd..f9f888fa0b8fbfc97976b508ce93961b738d3625 100644 (file)
 <br/>
 <h1>Changelog from Git</h1><br/><br/>
 <div class='changelog'>
-<pre class='wrap'>commit aaff099b49365cfecfc475ada48b9244c6eefc9c
+<pre class='wrap'>commit 43dd9ee17894a22fa3df88b1e561274632d9ab43
+Merge: aaff099 4ce7d28
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2020-12-04 20:37:43 +0100
+
+    Merge pull request #1303 from zodf0055980/fix#1283
+    
+    Encoder: grow again buffer size
+
+commit 4ce7d285a55d29b79880d0566d4b010fe1907aa9
+Author: yuan &lt;zodf0055980@gmail.com&gt;
+Date:   2020-12-04 19:00:22 +0800
+
+    Encoder: grow again buffer size in opj_tcd_code_block_enc_allocate_data() (fixes #1283)
+
+commit aaff099b49365cfecfc475ada48b9244c6eefc9c
 Merge: fb9eae5 73fdf28
 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
 Date:   2020-12-02 23:56:57 +0100
@@ -871,21 +886,6 @@ Date:   2019-04-25 00:40:04 +0200
 
     Add test for previous commit
 
-commit 23883458b9de2c57fc1890b42efbd0832c8fbe3b
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2019-04-25 00:34:44 +0200
-
-    opj_j2k_check_poc_val(): prevent potential write outside of allocated array
-
-commit 6589c609f6d6b3743715fceefbdac6e4ecb76aee
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2019-04-25 00:28:05 +0200
-
-    opj_j2k_check_poc_val(): fix starting index for checking layer dimension
-    
-    The standard mandates that the layer index always starts at zero for every
-    progression.
-
 ...</pre></div>
 
 </body>
index 61f9bf193ddb3a3e7d5fb1ebd1edcbc281990b75..3a0b13c272e59aa480ddeed3dc3addb85e7c7dcf 100644 (file)
@@ -705,7 +705,7 @@ $VAR1 = {
                       '2.2.0' => '2017-08-10 00:31',
                       '2.3.0' => '2017-10-04 22:23',
                       '2.3.1' => '2019-04-02 10:08',
-                      'current' => '2020-12-02 23:56:57'
+                      'current' => '2020-12-04 20:37:43'
                     },
           'HeadersDiff' => {
                              '1.1' => {
@@ -813,7 +813,7 @@ $VAR1 = {
           'Maintainer' => 'OpenJPEG team',
           'MaintainerUrl' => 'http://www.openjpeg.org/',
           'PackageDiff' => {},
-          'ScmUpdateTime' => '1606972336',
+          'ScmUpdateTime' => '1607128153',
           'Soname' => {
                         '1.1' => {
                                    'lib/libopenjpeg.so' => 'libopenjpeg.so'
index 0d819ee5ab4ec0beb665f91c651262dbded7740d..961dc38dea536b134e6db18a1eb50befc5014f55 100644 (file)
Binary files a/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.a and b/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.a differ
index de46e9338eba01e8f0f6160e3d24a4fdd75993a6..3824d02d8b75d4eecfe57bbdc5fd902ecd59a19a 100644 (file)
Binary files a/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.so.2.3.1 and b/abi-check/installed/openjpeg/2.3.1/lib/libopenjp2.so.2.3.1 differ
index be81e1b438880fbed8737e22fb4d3e4dbaecac8d..ad69d454aabd0638115bbe2e1280957ea3815bc3 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.a and b/abi-check/installed/openjpeg/current/lib/libopenjp2.a differ
index b22981e2fb60fd577d642cb2808fe634f4851bdf..e5027fcfc952f39b407ee58438ab766ba60e1e80 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.1 and b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.1 differ
index dbce6ad4f9277853bdb7d55b3409d47db09f0de7..208df5cd305889a114f3768a33fb69565a741d00 100644 (file)
@@ -30,7 +30,7 @@
 <th>Headers<br/>Diff</th>
 </tr>
 <tr id='current'><td>current</td>
-<td>2020-12-02<br/>23:56</td>
+<td>2020-12-04<br/>20:37</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.1/current/report.html'>100%</a></td>
 <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 Thu Dec  3 05:12:51 2020.<br/>
+</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Dec  5 00:29:49 2020.<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>