summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-05-20Merge pull request #1211 from sebras/masterEven Rouault
2020-04-21Add support for generation of PLT markers in encoderEven Rouault
2020-04-18struct opj_j2k: remove unused fields, and add some documentationEven Rouault
2020-04-17Merge pull request #1244 from rouault/fix_pi_warningsEven Rouault
2020-04-17color_apply_icc_profile: add checks on the number of components (#1236)szukw000
2020-04-17jp3d/jpwl/mj2/jpip: Fix resource leaks (#1226)Eduardo Barretto
2020-04-16Fix warnings about signed/unsigned casts in pi.cEven Rouault
2020-04-16Rename mis-named function opj_tcd_get_encoded_tile_size() to opj_tcd_get_enco...Even Rouault
2020-04-01opj_decompress: add sanity checks to avoid segfault in case of decoding errorEven Rouault
2020-02-13opj_compress: improve help message regarding new IMF switchEven Rouault
2020-02-12Implement writing of IMF profilesEven Rouault
2020-02-12openjpeg.h: fix values of OPJ_PROFILE_IMF_ constantsEven Rouault
2020-01-30opj_tcd_init_tile(): avoid integer overflowEven Rouault
2020-01-11opj_j2k_update_image_dimensions(): reject images whose coordinates are beyond...Even Rouault
2019-11-17Merge pull request #1217 from rouault/fix_ossfuzz_18979Even Rouault
2019-11-17JPWL: convert: Fix buffer overflow reading an image file less than four chara...Robert Ancell
2019-11-17pi.c: avoid integer overflow, resulting in later invalid access to memory in ...Even Rouault
2019-10-03opj_tcd_mct_decode()/opj_mct_decode()/opj_mct_encode_real()/opj_mct_decode_re...Even Rouault
2019-09-04openjp2/j2k: Validate all SGcod/SPcod/SPcoc parameter values.Sebastian Rasmussen
2019-09-04openjp2/j2k: Make comments adhere to specification.Sebastian Rasmussen
2019-09-03Merge pull request #1164 from sebras/masterEven Rouault
2019-04-26Merge pull request #1185 from Young-X/fixEven Rouault
2019-04-25Change opj_j2k_check_poc_val() to take into account tile numberEven Rouault
2019-04-25Fix POC in multi-tile scenarios: avoid almost endless loop when a tile has no...Even Rouault
2019-04-25opj_j2k_check_poc_val(): prevent potential write outside of allocated arrayEven Rouault
2019-04-25opj_j2k_check_poc_val(): fix starting index for checking layer dimensionEven Rouault
2019-04-25compression: emit POC marker when only one single POC is requested (fixes #1191)Even Rouault
2019-04-23j2k.c: use correct naming convention for total_data_size variableEven Rouault
2019-04-15bmp_read_rle4_data(): avoid potential infinite loopYoung Xiao
2019-04-15convertbmp: detect invalid file dimensions earlyYoung Xiao
2019-03-29opj_t1_encode_cblks: fix UBSAN signed integer overflowEven Rouault
2019-03-29Revert "[JPWL] tgatoimage(): avoid excessive memory allocation attempt,"Even Rouault
2019-03-29Revert "[MJ2] Avoid index out of bounds access to pi->include[]"Even Rouault
2019-02-21openjp2/j2k: Report error if all wanted components are not decoded.Sebastian Rasmussen
2018-12-14convertbmp: detect invalid file dimensions earlyHugo Lefeuvre
2018-12-07Merge pull request #1168 from Young-X/fix_devEven Rouault
2018-11-28[JPWL] tgatoimage(): avoid excessive memory allocation attempt,Young Xiao
2018-11-28 [JP3D] To avoid divisions by zero / undefined behaviour on shift (CVE-2018-1...Young_X
2018-11-28 [JPWL] opj_compress: reorder checks related to code block dimensions to avoi...Young_X
2018-11-28[OPENJP2] change the way to compute *p_tx0, *p_tx1, *p_ty0, *p_ty1 in functionYoung_X
2018-11-28[MJ2] Avoid index out of bounds access to pi->include[]Young_X
2018-11-27color_apply_icc_profile: avoid potential heap buffer overflowEven Rouault
2018-11-23[JPWL] imagetotga(): fix read heap buffer overflow if numcomps < 3 (#987)Young_X
2018-11-23[JPWL] fix CVE-2018-16375Young_X
2018-11-23[MJ2] To avoid divisions by zero / undefined behaviour on shiftYoung_X
2018-11-16Merge pull request #1160 from hlef/masterEven Rouault
2018-11-16openjp3d: Int overflow fixed (#1159)ichlubna
2018-11-07jp2: convert: fix null pointer dereferenceHugo Lefeuvre
2018-11-01jp3d/jpwl convert: fix write stack buffer overflowHugo Lefeuvre
2018-10-31Fix some potential overflow issues (#1161)Stefan Weil