summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2022-05-08opj_compress.c: usage formatting fixEven Rouault
2022-05-06JAVA_SOURCE_VERSION from 1.6 to 1.8Pei Jia
2022-02-10Add support for partial bitstream decoding (#1407) (fixes #715)Robert Gabriel Jakabosky
2022-01-23opj_encoder_set_extra_options(): add a GUARD_BITS=value optionEven Rouault
2022-01-16Fix unsigned vs OPJ_INT32 mismatches (#1398)Eric Harvey
2022-01-15Added check for integer overflow in get_num_images (#1397)Eharve14
2022-01-13Avoid overflow in multiplications in utilities related to big number of files...Eharve14
2022-01-12opj_compress/opj_uncompress: fix integer overflow in num_images (#1395)Brad Parham
2021-12-10Remove duplicate assignments in function tiftoimageStefan Weil
2021-12-05Format source file with typo fixesStefan Weil
2021-12-05Fix some typos (found by codespell)Stefan Weil
2021-10-27opj_compress: add a -TargetBitDepth switch for TIFF output (#1384)msheby
2021-10-21API: deprecate 'bpp' member in favor of 'prec'Even Rouault
2021-09-26opj_dump.c: fix potential buffer overflowEven Rouault
2021-09-25opj_decompress / opj_dump: accept .jph and .jhc extensions for HTJ2K filesEven Rouault
2021-09-12Use standard integer types for compatibility with libtiff 4.3.0 (#1377)Jamaika1
2021-08-12A couple typos found by codespellDimitri Papadopoulos
2021-07-14Fix segfault in src/bin/jp2/opj_decompress.c due to uninitialized pointer (fi...xiaoxiaoafeifei
2021-06-07Add support for enabling generation of TLM markers in encoderEven Rouault
2021-06-07Fix various compiler warningsEven Rouault
2021-05-06Import files tiff and yuv(raw) (#1316)Jamaika1
2021-05-04Remove obsolete components JPWL, JP3D and MJ2Even Rouault
2020-11-30pngtoimage(): fix wrong computation of x1,y1 if -d option is used, that would...Even Rouault
2020-10-09Merge pull request #1253 from rouault/floating_point_irreversible_encodingEven Rouault
2020-09-23Bump Java compatibility from 1.5 to 1.6 (#1263)Pei JIA
2020-06-30opj_decompress: fix double-free on input directory with mix of valid and inva...Even Rouault
2020-05-20Add multithreading support in the T1 (entropy phase) encoderEven Rouault
2020-04-21Add support for generation of PLT markers in encoderEven 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-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
2019-11-17JPWL: convert: Fix buffer overflow reading an image file less than four chara...Robert Ancell
2019-09-03Merge pull request #1164 from sebras/masterEven Rouault
2019-04-15bmp_read_rle4_data(): avoid potential infinite loopYoung Xiao
2019-04-15convertbmp: detect invalid file dimensions earlyYoung Xiao
2019-03-29Revert "[JPWL] tgatoimage(): avoid excessive memory allocation attempt,"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 [JPWL] opj_compress: reorder checks related to code block dimensions to avoi...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-16Merge pull request #1160 from hlef/masterEven Rouault
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