| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-14 | Fix segfault in src/bin/jp2/opj_decompress.c due to uninitialized pointer ↵ | xiaoxiaoafeifei | |
| (fixes #1368) (#1369) | |||
| 2021-07-12 | Fix code formatting | Even Rouault | |
| 2021-07-12 | Merge pull request #1366 from sebras/fix-out-of-bounds-access | Even Rouault | |
| opj_j2k_is_imf_compliant: Fix out of bounds access | |||
| 2021-07-12 | opj_j2k_is_imf_compliant: Fix out of bounds access. | Sebastian Rasmussen | |
| Previously when mainlevel was parsed == 12 openjpeg would generate a warning, but then the sublevel value would be compared to an out of bounds element in the tabMaxSubLevelFromMainLevel array. From this commit OpenJPEG will only use mainlevel if in range. | |||
| 2021-07-12 | Merge pull request #1365 from sebras/fix-warning-formatting | Even Rouault | |
| opj_j2k_is_imf_compliant: Fix argument formatting for warnings. | |||
| 2021-07-12 | opj_j2k_is_imf_compliant: Fix argument formatting for warnings. | Sebastian Rasmussen | |
| 2021-06-09 | Merge pull request #1361 from rouault/update_version_numbers_to_2_5 | Even Rouault | |
| CMakeLists.txt/appveyor.yml: update version number to 2.5.0… | |||
| 2021-06-08 | CMakeLists.txt/appveyor.yml: update version number to 2.5.0 to make it ↵ | Even Rouault | |
| easier for downstream consumers to use new features | |||
| 2021-06-08 | Merge pull request #1359 from rouault/TLM | Even Rouault | |
| Add support for enabling generation of TLM markers in encoder | |||
| 2021-06-07 | Add support for enabling generation of TLM markers in encoder | Even Rouault | |
| Support was already there, but restricted to Cinema and IMF profiles, and 255 tiles * Add -TLM switch added to opj_compress * Make opj_encoder_set_extra_options() function accept a TLM=YES option. | |||
| 2021-06-07 | Merge pull request #1360 from rouault/travis_gcc_4_8_fix | Even Rouault | |
| .travis.yml: try to fix gcc 4.8 config by updating to xenial | |||
| 2021-06-07 | .travis.yml: try to fix gcc 4.8 config by updating to xenial | Even Rouault | |
| 2021-06-07 | Merge pull request #1358 from rouault/compiler_warning_fixes | Even Rouault | |
| Fix various compiler warnings | |||
| 2021-06-07 | Fix various compiler warnings | Even Rouault | |
| 2021-06-07 | openjpeg.c: avoid casts of function pointers | Even Rouault | |
| 2021-06-01 | Merge pull request #1354 from msabwat/emscripten | Even Rouault | |
| fix #1345: don't remove big endian test for other platforms | |||
| 2021-06-01 | fix #1345: don't remove big endian test for other platforms | Mehdi Sabwat | |
| thanks to @ePirat, it turns out that !EMSCRIPTEN does not evaluate to 1 on other platforms, so the the #1345 actually disabled the test for all platforms. | |||
| 2021-05-07 | Merge pull request #1345 from msabwat/emscripten | Even Rouault | |
| emscripten: disable big endian test | |||
| 2021-05-07 | emscripten: disable big endian test | Mehdi Sabwat | |
| This test should not run on the emscripten platform because of : https://github.com/emscripten-core/emscripten/blob/dff33368427fba16745c8ce52f11484a67b2855d/cmake/Modules/TestBigEndian.cmake#L5 | |||
| 2021-05-06 | Import files tiff and yuv(raw) (#1316) | Jamaika1 | |
| 2021-05-06 | Merge pull request #1350 from rouault/remove_jpwl_jp3d_mj2 | Even Rouault | |
| Remove obsolete components JPWL, JP3D and MJ2 | |||
| 2021-05-04 | Remove obsolete components JPWL, JP3D and MJ2 | Even Rouault | |
| 2021-05-04 | Merge pull request #1348 from rouault/fix_kdu | Even Rouault | |
| tools/travis-ci/install.sh: fix links to Kakadu and jpylyzer binaries | |||
| 2021-05-04 | .travis.yml: disable tests that no longer pass for unknown reason | Even Rouault | |
| 2021-05-04 | tools/travis-ci/install.sh: fix links to Kakadu and jpylyzer binaries | Even Rouault | |
| 2021-01-10 | Merge pull request #1321 from ffontaine/master | Even Rouault | |
| Fix cmake file with DESTDIR | |||
| 2021-01-07 | cmake/OpenJPEGConfig.cmake: replace ABSOLUTE by REALPATH | Fabrice Fontaine | |
| Fix #1174 by replacing ABSOLUTE by REALPATH which will resolve symlinks: https://cmake.org/cmake/help/latest/command/get_filename_component.html Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> | |||
| 2021-01-07 | Revert "Use INC_DIR for OPENJPEG_INCLUDE_DIRS (fixes uclouvain#1174)" | Fabrice Fontaine | |
| This reverts commit 65586374d639cfc0104419992f9022174b412594 which breaks cross-compilation of poppler under buildroot (because of DESTDIR usage). | |||
| 2021-01-04 | Merge pull request #867 from pseiderer/fix-lcms2-static-linking-using-pgk-config | Even Rouault | |
| Fix lcms2 static linking using pgk config | |||
| 2021-01-04 | thirdparty: lcms2: append flags found by pkg-config if available | Peter Seiderer | |
| This change allows to get all required CFLAGS/LDFLAGS in case of static only build. Fixes a buildroot build failure (see [1], [2] and [3]). [1] http://autobuild.buildroot.net/results/5ce/5cee20afd8bef5268832cddcb3a5270746be7a57 [2] http://lists.busybox.net/pipermail/buildroot/2016-November/177187.html [3] http://lists.busybox.net/pipermail/buildroot/2016-November/177188.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> --- Depends on https://github.com/uclouvain/openjpeg/pull/866 | |||
| 2021-01-04 | Merge pull request #866 from tSed/master | Even Rouault | |
| fix static build only against tiff and its indirect dependencies | |||
| 2021-01-04 | Merge pull request #1317 from ffontaine/master | Even Rouault | |
| CMakeLists.txt: Don't require a C++ compiler | |||
| 2021-01-04 | CMakeLists.txt: Don't require a C++ compiler | Peter Korsgaard | |
| By default, CMake assumes that the project is using both C and C++. By explicitly passing 'C' as argument of the project() macro, we tell CMake that only C is used, which prevents CMake from erroring out if a C++ compiler doesn't exist. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> [Retrieved (and slightly updated by adding enable_language(CXX) if WITH_ASTYLE is set) from: https://git.buildroot.net/buildroot/tree/package/openjpeg/0003-CMakeLists.txt-Don-t-require-a-C-compiler.patch] Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> | |||
| 2020-12-31 | Fix Windows build | Even Rouault | |
| 2020-12-31 | patch provided 3rdparty zlib to work with MacOS | Antonin Descampe | |
| 2020-12-29 | Add HOWTO-RELEASE | 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-12-28 | Merge pull request #1312 from stweil/news | Even Rouault | |
| Fix year in NEWS | |||
| 2020-12-28 | Fix year in NEWS | Stefan Weil | |
| Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2020-12-28 | Prepare for v2.4.0v2.4.0 | Even Rouault | |
| 2020-12-28 | Merge pull request #1310 from Jamaika1/patch-1 | Even Rouault | |
| Change defined WIN32 | |||
| 2020-12-28 | Merge pull request #1307 from ↵ | Even Rouault | |
| cygwin-lem/pr_use-OPENJPEG_INSTALL_DOC_DIR-to-DESTINATION-of-HTMLs Set ${OPENJPEG_INSTALL_DOC_DIR} to DESTINATION of HTMLs | |||
| 2020-12-28 | Merge pull request #1308 from timgates42/bugfix_typo_produced | Even Rouault | |
| docs: fix simple typo, producted -> produced | |||
| 2020-12-21 | Change defined WIN32 | Jamaika1 | |
| 2020-12-16 | docs: fix simple typo, producted -> produced | Tim Gates | |
| There is a small typo in thirdparty/include/zlib.h, thirdparty/libz/zlib.h. Should read `produced` rather than `producted`. | |||
| 2020-12-14 | Set ${OPENJPEG_INSTALL_DOC_DIR} to DESTINATION of HTMLs | Lemures Lemniscati | |
| Use ${OPENJPEG_INSTALL_DOC_DIR} as DESTINATION of HTML documents, instead of share/doc. | |||
| 2020-12-10 | Merge pull request #1306 from matthew-sharp/master | Even Rouault | |
| Use INC_DIR for OPENJPEG_INCLUDE_DIRS (fixes uclouvain#1174) | |||
| 2020-12-10 | Use INC_DIR for OPENJPEG_INCLUDE_DIRS (fixes uclouvain#1174) | Matthew Sharp | |
| This fixes the case where the cmake file is accessed via a symlink. | |||
| 2020-12-05 | Merge pull request #1304 from rouault/fix_1302 | Even Rouault | |
| pi.c: avoid out of bounds access with POC (fixes #1302) | |||
