From 3acca7076d5babd9a046fc58a2d240763bcbef76 Mon Sep 17 00:00:00 2001 From: OpenJPEG Travis CI Date: Sun, 30 Jul 2017 15:02:31 +0000 Subject: [PATCH] Update ABI/API compatibility reports after commit e23e0c94d0eb30623bc67be19c38c22ee5378344 --- abi-check/changelog/openjpeg/current/log.html | 72 ++----------------- abi-check/db/openjpeg/Tracker.data | 2 +- abi-check/timeline/openjpeg/index.html | 4 +- 3 files changed, 10 insertions(+), 68 deletions(-) diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html index c2c1f1e0..21860da9 100644 --- a/abi-check/changelog/openjpeg/current/log.html +++ b/abi-check/changelog/openjpeg/current/log.html @@ -20,7 +20,13 @@

Changelog from Git



-
commit 1ed8d67797ef57143e2c855b602016bf9d89337d
+
commit e23e0c94d0eb30623bc67be19c38c22ee5378344
+Author: Even Rouault <even.rouault@spatialys.com>
+Date:   2017-07-30 16:48:15 +0200
+
+    Avoid p_stream->m_user_data_length >= (OPJ_UINT64)p_stream->m_byte_offset assertion in opj_stream_get_number_byte_left(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2786. Credit to OSS Fuzz
+
+commit 1ed8d67797ef57143e2c855b602016bf9d89337d
 Author: Even Rouault <even.rouault@spatialys.com>
 Date:   2017-07-30 15:35:47 +0200
 
@@ -438,22 +444,7 @@ Date:   2017-06-20 18:24:21 +0200
 
     Enable __SSE__ / __SSE2__ with Visual Studio
 
-commit fa55b52d19f39765d7f108d654a8f87035a5772f
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-06-20 17:56:25 +0200
-
-    Improve performance of inverse DWT 5x3 (#953)
-    
-    * Use single-pass lifting inverse wavelet transform.
-    * For vertical pass, use SSE2 when available so as to process 8 columns
-      in parallel. This is the most beneficial improvement, since the
-      vertical pass involves a lot of cache trashing.
-    
-    With the bench_dwt utility with default arguments (16383x16383 image),
-    time goes from 4.064 s to 1.212 s.
-
 commit 5c56933daf1da88aa6f2a8c8dc5fcc7b1d76cb00
-Merge: 32b20b9 8df2521
 Author: Even Rouault <even.rouault@mines-paris.org>
 Date:   2017-06-18 00:49:20 +0200
 
@@ -461,23 +452,6 @@ Date:   2017-06-18 00:49:20 +0200
     
     Remove OPJ_NOSANITIZE in opj_bio_read() and opj_bio_write() (#761)
 
-commit 8df2521a6015af7f69a378811986ddb0b3bfbd3a
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-06-17 19:15:00 +0200
-
-    Remove OPJ_NOSANITIZE in opj_bio_read() and opj_bio_write() (#761)
-    
-    Commit 29313eb5 introduced those flags to avoid issues with
-    -fsanitize=unsigned-integer-overflow
-    However it is better just to rewrite the loop to avoid such condition
-    to occur.
-
-commit 32b20b93e04d38303f736e975eb5f483fda01ca5
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-06-17 16:37:56 +0200
-
-    Fix astyle issue
-
 commit a0839cca24e19f1f0906e30ee1009ce89e4942b4
 Author: Jeroen Ooms <jeroenooms@gmail.com>
 Date:   2017-06-16 13:58:25 +0200
@@ -572,12 +546,6 @@ Date:   2017-06-02 11:52:16 +0200
 
     Force inlining of mqc decoding and pass steps through heavy use of macros, so as to get better register allocation
 
-commit 7e8b502842075738c9a062a2f06dace3f35dd7cd
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-06-02 09:36:25 +0200
-
-    t1_generate_luts.c: fix compiler warnings
-
 commit 53d46fc7330ed652db66aa37b498fbfa27be625c
 Merge: 6e97d87 a8ca7c5
 Author: Even Rouault <even.rouault@mines-paris.org>
@@ -596,7 +564,6 @@ Date:   2017-05-23 15:12:19 +0200
     And remove occurences of unused arguments in src/lib/openjp2
 
 commit 6e97d877b155aff55d1ae1fef4a36fa56d51e472
-Merge: 8728cfb 2d2c368
 Author: Even Rouault <even.rouault@mines-paris.org>
 Date:   2017-05-23 14:49:38 +0200
 
@@ -604,18 +571,6 @@ Date:   2017-05-23 14:49:38 +0200
     
     Tests: test opj_compress in VSC mode (related to #172)
 
-commit 2d2c368b19ee59cba7470c94bcc2c06ca6db1d80
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-05-23 13:46:04 +0200
-
-    Tests: test opj_compress in VSC mode (related to #172)
-
-commit 8728cfbc799a61dd0600ee04aa64d829937d8710
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-05-23 13:54:28 +0200
-
-    t1.c: fix compiler warnings
-
 commit 5f1e380b5155577864a84c1e64f213b6d9f83334
 Author: Russell McOrmond <russell.mcormond@canadiana.ca>
 Date:   2017-05-16 09:31:07 -0400
@@ -656,7 +611,6 @@ Date:   2017-05-15 12:21:30 +0200
     Reformat: apply reformattin on .h files (#128)
 
 commit 28d2eabca79d06378843d1e94fecfb4a5e22178d
-Merge: 0ecac46 cde210b
 Author: Even Rouault <even.rouault@mines-paris.org>
 Date:   2017-05-15 12:09:45 +0200
 
@@ -664,18 +618,6 @@ Date:   2017-05-15 12:09:45 +0200
     
     Add mechanisms to reformat and check code style, and reformat whole codebase (#128)
 
-commit 0ecac46a1db911cbe340c4467000e91cea82c96d
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-05-11 20:18:42 +0200
-
-    perf_test.py: implement -i option
-
-commit cde210be392d60fbcd8a3e7cacfa62660a95e8d9
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-05-11 11:21:37 +0200
-
-    astyle.options: use non deprecated option name
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index 9d0f340d..ad53aca1 100644 --- a/abi-check/db/openjpeg/Tracker.data +++ b/abi-check/db/openjpeg/Tracker.data @@ -473,7 +473,7 @@ $VAR1 = { '2.1' => '2014-04-29 12:58', '2.1.1' => '2016-07-05 14:54', '2.1.2' => '2016-09-28 18:18', - 'current' => '2017-07-30 15:35:47' + 'current' => '2017-07-30 16:48:15' }, 'HeadersDiff' => { '1.1' => { diff --git a/abi-check/timeline/openjpeg/index.html b/abi-check/timeline/openjpeg/index.html index f20a60b6..236110c5 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,7 +30,7 @@ Headers
Diff current -2017-07-30
15:35 +2017-07-30
16:48 N/A changelog N/A @@ -152,7 +152,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Sun Jul 30 13:48:49 2017.
+
Maintained by OpenJPEG team. Last updated on Sun Jul 30 15:02:30 2017.


abi-laboratory.pro
-- 2.30.2