From: OpenJPEG Travis CI Date: Wed, 11 Oct 2017 23:20:55 +0000 (+0000) Subject: Update ABI/API compatibility reports after commit b8bf9bf78995526bbf0dc0536914661a07f... X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=7f8fe4f06ed12d2c0c64943cef3121f246f7a143;p=openjpeg.git Update ABI/API compatibility reports after commit b8bf9bf78995526bbf0dc0536914661a07f9d2f5 --- diff --git a/abi-check/abi_dump/openjpeg/current/9bc2e/ABI.dump b/abi-check/abi_dump/openjpeg/current/9bc2e/ABI.dump index 50e50585..4d109016 100644 --- a/abi-check/abi_dump/openjpeg/current/9bc2e/ABI.dump +++ b/abi-check/abi_dump/openjpeg/current/9bc2e/ABI.dump @@ -217,7 +217,7 @@ $VAR1 = { }, '169577' => { 'Header' => 'openjpeg.h', - 'Line' => '1583', + 'Line' => '1586', 'Param' => { '0' => { 'name' => 'cstr_info', diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html index 605251b2..4088fea0 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 66297f07a43d2770a97c8456d20202f3d051d980
+
commit b8bf9bf78995526bbf0dc0536914661a07f9d2f5
+Author: Even Rouault <even.rouault@spatialys.com>
+Date:   2017-10-12 01:05:04 +0200
+
+    Improve doc of opj_codec_set_threads()
+
+commit 66297f07a43d2770a97c8456d20202f3d051d980
 Author: Even Rouault <even.rouault@spatialys.com>
 Date:   2017-10-09 11:40:43 +0200
 
@@ -521,18 +527,6 @@ Date:   2017-09-01 16:30:44 +0200
     Untested though, since that means a tile buffer of at least 16 GB. So
     there might be places where uint32 overflow on multiplication still occur...
 
-commit 008a12d4fce0a7b1eabc51e04ed339be759646e2
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-09-01 16:30:41 +0200
-
-    TCD: allow tile buffer to be greater than 4GB on 64 bit hosts (but number of pixels must remain under 4 billion)
-
-commit d1299d9670d766006a7a162a770d3b70eaeef9bd
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-09-01 16:30:39 +0200
-
-    Fix compiler warning in release mode
-
 commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28
 Author: Even Rouault <even.rouault@spatialys.com>
 Date:   2017-09-01 10:26:18 +0200
@@ -624,18 +618,6 @@ Date:   2017-08-21 23:06:53 +0200
 
     test_tile_encoder: fix checks on argc
 
-commit c97666f72ba26a7ceb64931963b988a6f8f377f9
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-08-21 19:02:04 +0200
-
-    j2k.c: fix comment, and remove FIXME
-
-commit 24d069e3ffa2286930a2e7e2638431ea1de6846a
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2017-08-21 17:19:13 +0200
-
-    Add comment
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index 4fd38860..c9953473 100644 --- a/abi-check/db/openjpeg/Tracker.data +++ b/abi-check/db/openjpeg/Tracker.data @@ -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' => '2017-10-09 11:40:43' + 'current' => '2017-10-12 01:05:04' }, 'HeadersDiff' => { '1.1' => { @@ -724,14 +724,14 @@ $VAR1 = { '2.3.0' => { 'current' => { 'Path' => 'headers_diff/openjpeg/2.3.0/current/diff.html', - 'Total' => 0 + 'Total' => 1 } } }, 'Maintainer' => 'OpenJPEG team', 'MaintainerUrl' => 'http://www.openjpeg.org/', 'PackageDiff' => {}, - 'ScmUpdateTime' => '1507542772', + 'ScmUpdateTime' => '1507764031', 'Soname' => { '1.1' => { 'lib/libopenjpeg.so' => 'libopenjpeg.so' diff --git a/abi-check/headers_diff/openjpeg/2.3.0/current/diff.html b/abi-check/headers_diff/openjpeg/2.3.0/current/diff.html index 3345aa82..69de3e21 100644 --- a/abi-check/headers_diff/openjpeg/2.3.0/current/diff.html +++ b/abi-check/headers_diff/openjpeg/2.3.0/current/diff.html @@ -18,7 +18,46 @@

ABI
Tracker

(OpenJPEG)




-

Headers diff: 2.3.0 vs current




This html diff was produced by rfcdiff 1.41.The latest version is available from http://tools.ietf.org/tools/rfcdiff/
+

Headers diff: 2.3.0 vs current



+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 openjpeg.h (2.3.0)   openjpeg.h (current) 
skipping to change at line 1306 skipping to change at line 1306
/** /**
* Allocates worker threads for the compressor/decompressor. * Allocates worker threads for the compressor/decompressor.
* *
* By default, only the main thread is used. If this function is not used, * By default, only the main thread is used. If this function is not used,
* but the OPJ_NUM_THREADS environment variable is set, its value will be * but the OPJ_NUM_THREADS environment variable is set, its value will be
* used to initialize the number of threads. The value can be either an int +eger * used to initialize the number of threads. The value can be either an int +eger
* number, or "ALL_CPUS". If OPJ_NUM_THREADS is set and this function is ca +lled, * number, or "ALL_CPUS". If OPJ_NUM_THREADS is set and this function is ca +lled,
* this function will override the behaviour of the environment variable. * this function will override the behaviour of the environment variable.
* *
* Currently this function must be called after opj_setup_decoder() and
* before opj_read_header().
*
* Note: currently only has effect on the decompressor. * Note: currently only has effect on the decompressor.
* *
* @param p_codec decompressor handler * @param p_codec decompressor handler
* @param num_threads number of threads. * @param num_threads number of threads.
* *
* @return OPJ_TRUE if the decoder is correctly set * @return OPJ_TRUE if the decoder is correctly set
*/ */
OPJ_API OPJ_BOOL OPJ_CALLCONV opj_codec_set_threads(opj_codec_t *p_codec, OPJ_API OPJ_BOOL OPJ_CALLCONV opj_codec_set_threads(opj_codec_t *p_codec,
int num_threads); int num_threads);
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added
+
This html diff was produced by rfcdiff 1.41.The latest version is available from http://tools.ietf.org/tools/rfcdiff/
diff --git a/abi-check/headers_diff/openjpeg/2.3.0/current/meta.json b/abi-check/headers_diff/openjpeg/2.3.0/current/meta.json index 58a1d64f..82953d05 100644 --- a/abi-check/headers_diff/openjpeg/2.3.0/current/meta.json +++ b/abi-check/headers_diff/openjpeg/2.3.0/current/meta.json @@ -1,3 +1,3 @@ { - "Total": 0 + "Total": 1 } \ No newline at end of file diff --git a/abi-check/installed/openjpeg/current/include/openjpeg-2.3/openjpeg.h b/abi-check/installed/openjpeg/current/include/openjpeg-2.3/openjpeg.h index f36286eb..a8357c93 100644 --- a/abi-check/installed/openjpeg/current/include/openjpeg-2.3/openjpeg.h +++ b/abi-check/installed/openjpeg/current/include/openjpeg-2.3/openjpeg.h @@ -1313,6 +1313,9 @@ OPJ_API OPJ_BOOL OPJ_CALLCONV opj_setup_decoder(opj_codec_t *p_codec, * number, or "ALL_CPUS". If OPJ_NUM_THREADS is set and this function is called, * this function will override the behaviour of the environment variable. * + * Currently this function must be called after opj_setup_decoder() and + * before opj_read_header(). + * * Note: currently only has effect on the decompressor. * * @param p_codec decompressor handler diff --git a/abi-check/installed/openjpeg/current/lib/libopenjp2.a b/abi-check/installed/openjpeg/current/lib/libopenjp2.a index 49d3a3c1..e78ae231 100644 Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.a and b/abi-check/installed/openjpeg/current/lib/libopenjp2.a differ diff --git a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 index 1a16bb36..c1911de9 100644 Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 and b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.3.0 differ diff --git a/abi-check/timeline/openjpeg/index.html b/abi-check/timeline/openjpeg/index.html index 1da03c0a..02bf2a50 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,13 +30,13 @@ Headers
Diff current -2017-10-09
11:40 +2017-10-12
01:05 7 changelog 100% 0 0 -0 +1 2.3.0 2017-10-04 @@ -170,7 +170,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Mon Oct 9 09:53:15 2017.
+
Maintained by OpenJPEG team. Last updated on Wed Oct 11 23:20:54 2017.


abi-laboratory.pro