3005 Commits (master)
 

Author SHA1 Message Date
George Sokianos 8e9ca315f2 Changes to compile and create a release of the library 11 months ago
Even Rouault 2d606701e8
Merge pull request #1448 from rouault/fix_1447 1 year ago
Even Rouault 6ab3ca69fd
Fix incorrect decoding of image with large number of progression levels 1 year ago
Aleks L be95561917
Fix Heap-buffer-overflow READ in opj_jp2_apply_pclr (#1441) 1 year ago
Even Rouault 49fea5c45e
Merge pull request #1440 from rouault/rate_alloc_speedup 1 year ago
Aous Naman 4da04cd3e8
Replace the assert in mel_init to an if statement to address an issue with fuzzing. (#1436) 1 year ago
Even Rouault c06632c6f6
Cleanup code related to quality layer allocation, and add a few safety checks 1 year ago
Even Rouault 3d9bcd3753
Significant speed-up rate allocation by rate/distoratio ratio 1 year ago
Even Rouault e9fc08a52a
Micro-optimization: use directly opj_bio_putbit() instead of opj_bio_write() to emit single bit 1 year ago
Even Rouault 59fb7ea736
Merge pull request #1439 from arichardson/relocatable-cmake-config 1 year ago
Alex Richardson c6ceb84c22 Make OpenJPEGConfig.cmake relocatable with CMake > 3.0 1 year ago
Thomas Bracht Laumann Jespersen c7bccf0515
CMake: switch to GNUInstallDirs (#1424) 1 year ago
Even Rouault e3f07dcc07
Merge pull request #1433 from rouault/fix_1432 1 year ago
Even Rouault dd1a2d6480
opj_t1_encode_cblk(): avoid undefined behaviour on fuzzed input (fixes #1432) 1 year ago
Even Rouault ca74961656
Merge pull request #1431 from rouault/fix_1430 1 year ago
Even Rouault 338246278a
Build: fix linking of executables on some systems where TIFF/LCMS2 static libraries are not in system directories (fixes #1430) 1 year ago
Yuan 0535bfc3b7
HT_DEC: Fix opj_t1_allocate_buffers malloc size error (#1426) (fixes #1413) 2 years ago
Even Rouault 5292728740
Merge pull request #1423 from Neumann-A/patch-1 2 years ago
Even Rouault 86ae7d80bf
Merge pull request #1421 from Biswa96/pkgconf-static 2 years ago
Alexander Neumann 098bb874db
Fix windows arm builds 2 years ago
Biswapriyo Nath 17d1bc7f1a pkgconfig: Define OPJ_STATIC for static linking with pkgconf 2 years ago
Even Rouault 46b42b616d
HOWTO-RELEASE: update 2 years ago
Even Rouault e29604cfca
abi_check.sh: comment OPJ_PREVIOUS_VERSION 2 years ago
Even Rouault 77e391cfe6
update tools/abi-tracker/openjpeg.json 2 years ago
Even Rouault 7065d2cd3f
abi_check.sh: Update version number for automatic abi check 2 years ago
Even Rouault a5891555eb
Prepare for 2.5.0 release 2 years ago
Navidem cf90ff0c57
Separate fuzz targets to increase coverage (#1416) 2 years ago
Even Rouault a13f979348
Merge pull request #1386 from DavidKorczynski/cifuzz 2 years ago
Even Rouault 76c6a25726
opj_compress.c: usage formatting fix 2 years ago
Even Rouault 576f72112e
Merge pull request #1418 from LongerVision/master 2 years ago
Even Rouault 30e7c88bdf
Merge pull request #1419 from rouault/fix_ci 2 years ago
Even Rouault ef36cd015e
Rename knownfailures-Ubuntu20.04-gcc9.3.0-x86_64-Release-3rdP.txt to knownfailures-Ubuntu20.04-gcc9.4.0-x86_64-Release-3rdP.txt 2 years ago
Even Rouault f7b5310e66
.github/workflows/build.yml: force use of windows-2019 VM 2 years ago
Even Rouault af4fd8d317
tools/travis-ci/install.sh: git clone with https:// to fix 'The unauthenticated git protocol on port 9418 is no longer supported.' 2 years ago
Even Rouault 7b474e6d81
Merge pull request #1410 from rouault/fix_1404 2 years ago
Pei Jia 3ac495c7fc JAVA_SOURCE_VERSION from 1.6 to 1.8 2 years ago
Even Rouault e33944ea9e
CMakeLists.txt: do not set INSTALL_NAME_DIR for MacOS builds for CMake >= 3.0 (fixes #1404) 2 years ago
Even Rouault 6a29f5a9e3
opj_j2k_decode_tile(): avoid 'Stream too short' error in non-strict mode 2 years ago
Even Rouault 3837ff1b1a
Merge pull request #1408 from rouault/fix_ossfuzz_44544 2 years ago
Even Rouault 1462e9403f
Avoid integer overflows in DWT. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44544 2 years ago
Robert Gabriel Jakabosky 883c31dbe0
Add support for partial bitstream decoding (#1407) (fixes #715) 2 years ago
Even Rouault 99d555c0f1
Add .github/ISSUE_TEMPLATE.md 2 years ago
Even Rouault a5c95cfe26
Merge pull request #1403 from rouault/configure_guard_bits 2 years ago
Even Rouault 1de5fc6c51
opj_encoder_set_extra_options(): add a GUARD_BITS=value option 2 years ago
Eric Harvey 241e9e8efe
Fix potential overflow related issues spotted by LGTM code analysis (#1402) 2 years ago
Even Rouault d87fd9279a
Merge pull request #1401 from rouault/fix_1399 2 years ago
Even Rouault 70f5e0a0df
opj_j2k_setup_encoder(): validate number of tiles to avoid illegal values and potential overflow (fixes #1399) 2 years ago
Eric Harvey a1eec9c49e
Fix unsigned vs OPJ_INT32 mismatches (#1398) 2 years ago
Eharve14 6e4588f379
Added check for integer overflow in get_num_images (#1397) 2 years ago
Eharve14 1daaa0b909
Avoid overflow in multiplications in utilities related to big number of files in a directory (CVE-2021-29338) (#1396) 2 years ago