| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-20 | Bump cmake_minimum_required() in thirdparty/ and ↵ | Even Rouault | |
| tools/ctest_scripts/travis-ci.cmake | |||
| 2024-12-09 | abi_check.sh: comment OPJ_PREVIOUS_VERSION | Even Rouault | |
| 2024-12-09 | abi_check.sh: Update version number for automatic abi check (2.5.1->2.5.3) | Even Rouault | |
| 2024-12-09 | Revert " abi_check.sh: Update version number for automatic abi check ↵ | Even Rouault | |
| (2.5.2->2.5.3)" This reverts commit 4e3412d0a0777a12fddf0b469fd09771a2678bad. | |||
| 2024-12-09 | abi_check.sh: Update version number for automatic abi check (2.5.2->2.5.3) | Even Rouault | |
| 2024-11-13 | Rename knownfailures-macOS14.6-xcode15.4-arm64-Release-3rdP.txt to ↵ | Even Rouault | |
| knownfailures-macOS14.7-xcode15.4-arm64-Release-3rdP.txt | |||
| 2024-08-25 | Merge pull request #1548 from mayeut/fix-abi-check | Even Rouault | |
| fix: abi check | |||
| 2024-08-17 | fix: abi check | mayeut | |
| 2024-08-17 | CI: add macOS arm64 | mayeut | |
| 2024-02-26 | abi_check.sh: comment OPJ_PREVIOUS_VERSION | Even Rouault | |
| 2024-02-26 | abi_check.sh: Update version number for automatic abi check (2.5.0->2.5.1) | Even Rouault | |
| 2024-01-08 | CMake: drop support for cmake < 3.5 | Dominik Wójt | |
| Compatibility for cmake version < 3.5 is now deprecated in cmake and specifing version below 3.5 in cmake_minimum_required produces a warning.[1] [1] https://cmake.org/cmake/help/latest/release/3.27.html#deprecated-and-removed-features | |||
| 2023-12-08 | tools/travis-ci/install.sh: workaround issue with jpylyzer on Mac | Even Rouault | |
| 2023-12-08 | CI: update KDU to new version (older one no longer available) | Even Rouault | |
| 2023-09-23 | chore: GHA Ubuntu 22.04 now uses gcc 11.4.0 | mayeut | |
| 2023-03-07 | Fix CI | Even Rouault | |
| 2022-05-13 | abi_check.sh: comment OPJ_PREVIOUS_VERSION | Even Rouault | |
| 2022-05-13 | update tools/abi-tracker/openjpeg.json | Even Rouault | |
| 2022-05-13 | abi_check.sh: Update version number for automatic abi check | Even Rouault | |
| 2022-05-07 | Rename knownfailures-Ubuntu20.04-gcc9.3.0-x86_64-Release-3rdP.txt to ↵ | Even Rouault | |
| knownfailures-Ubuntu20.04-gcc9.4.0-x86_64-Release-3rdP.txt | |||
| 2022-05-07 | tools/travis-ci/install.sh: git clone with https:// to fix 'The ↵ | Even Rouault | |
| unauthenticated git protocol on port 9418 is no longer supported.' | |||
| 2021-09-25 | Added support for high throughput (HTJ2K) decoding. | Aous Naman | |
| There are a few limitations: - mixed mode (HT and regular code blocks) is not supported. - ROI in HT blocks is not supported. - Placeholder passes are not supported. - MultiHT sets are not support, only a singleHT set. - there are known issues with some compliance testing files related to the parsing of packet header. | |||
| 2021-09-12 | Add github action workflows CI | Even Rouault | |
| 2021-05-04 | tools/travis-ci/install.sh: fix links to Kakadu and jpylyzer binaries | Even Rouault | |
| 2020-12-29 | Comment back opj_previous_version in abi_check.sh | Even Rouault | |
| 2020-12-29 | abi_check.sh: Update version number for automatic abi check | Even Rouault | |
| 2020-05-20 | Testing: revise testing of lossy encoding by comparing PEAK and MSE with ↵ | Even Rouault | |
| original image | |||
| 2020-05-20 | Add multithreaded support in the DWT encoder. | Even Rouault | |
| Update the bench_dwt utility to have a -decode/-encode switch Measured performance gains for DWT encoder on a Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (4 cores, hyper threaded) Encoding time: $ ./bin/bench_dwt -encode -num_threads 1 time for dwt_encode: total = 8.348 s, wallclock = 8.352 s $ ./bin/bench_dwt -encode -num_threads 2 time for dwt_encode: total = 9.776 s, wallclock = 4.904 s $ ./bin/bench_dwt -encode -num_threads 4 time for dwt_encode: total = 13.188 s, wallclock = 3.310 s $ ./bin/bench_dwt -encode -num_threads 8 time for dwt_encode: total = 30.024 s, wallclock = 4.064 s Scaling is probably limited by memory access patterns causing memory access to be the bottleneck. The slightly worse results with threads==8 than with thread==4 is due to hyperthreading being not appropriate here. | |||
| 2019-11-17 | abi-check.sh: fix false postive ABI error, and display output error log | Even Rouault | |
| There is currently a false positive ABI check failure between v2.3.1 and current. It disappears when removing the generated reports of v2.3.1 and recreating them. It is likely that some tooling has evolved since the initial v2.3.1 report generation. | |||
| 2019-04-02 | Comment back opj_previous_version in abi_check.sh | Antonin Descampe | |
| 2019-04-02 | Update version number for automatic abi check | Antonin Descampe | |
| 2019-03-29 | abi-check.sh: fix broken download URL | Even Rouault | |
| 2018-09-22 | Update knownfailures- files given current configurations | Even Rouault | |
| 2018-06-20 | Add test cases for https://github.com/uclouvain/openjpeg/issues/1120 and ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2785 | |||
| 2018-03-04 | Fix Mac builds | Even Rouault | |
| 2018-01-07 | Add known failure for Windows VC10 i386 target (refs #1043) | Even Rouault | |
| 2017-11-30 | Add known failure for i386 target (refs #1043) | Even Rouault | |
| 2017-10-04 | Finalise ABI check update for v2.3.0 | Antonin Descampe | |
| 2017-10-04 | Update ABI check for v2.3.0 | Antonin Descampe | |
| 2017-09-05 | Add knownfailures-Ubuntu12.04-gcc4.6.3-x86_64-Release-3rdP.txt | Even Rouault | |
| For some reason, the OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release OPJ_NUM_THREADS=2 configuration fails once PR1010 has been merged in master ( https://travis-ci.org/uclouvain/openjpeg/jobs/272219011 ) whereas (almost) the same code in my branch didn't fail per https://travis-ci.org/rouault/openjpeg/jobs/271738113 The errors we get are the same as with the other x86_64 compilers, so nothing alarming here. | |||
| 2017-08-24 | Another cleanup in knownfailures-* files | Even Rouault | |
| 2017-08-24 | Remove test steps from specialized knownfailures- that are already in ↵ | Even Rouault | |
| knownfailures-all.txt | |||
| 2017-08-24 | issue104_jpxstream.jp2 decompresses just fine (and like Kakadu). Update ↵ | Even Rouault | |
| md5refs.txt and remove from knownfailures | |||
| 2017-08-24 | Remove broken.jpc test from known failures, by avoiding too long processing time | Even Rouault | |
| 2017-08-24 | Remove -NR-DEC-p1_06.j2k-156-decode and NR-DEC-p1_06.j2k-164-decode from ↵ | Even Rouault | |
| knownfailures and make them explicit failures. The result images are empty at the requested resolution | |||
| 2017-08-09 | Comment back previous version in abi-check.sh | Antonin Descampe | |
| 2017-08-09 | update abi-check for latest release | Antonin Descampe | |
| 2017-08-02 | Update abi-check to take into account new defaults for "add" git command | Antonin Descampe | |
| 2017-08-02 | WIP: fix abi-check and automatic upload | Antonin Descampe | |
| 2017-07-03 | Add tests/fuzzers for OSS Fuzz (#965) | Even Rouault | |
