summaryrefslogtreecommitdiff
path: root/src/bin/jp2/opj_decompress.c
AgeCommit message (Expand)Author
2023-03-09CMake: error out on warnings for strict/missing prototypes.Sebastian Rasmussen
2022-02-10Add support for partial bitstream decoding (#1407) (fixes #715)Robert Gabriel Jakabosky
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-05Fix some typos (found by codespell)Stefan Weil
2021-10-21API: deprecate 'bpp' member in favor of 'prec'Even Rouault
2021-09-25opj_decompress / opj_dump: accept .jph and .jhc extensions for HTJ2K filesEven Rouault
2021-07-14Fix segfault in src/bin/jp2/opj_decompress.c due to uninitialized pointer (fi...xiaoxiaoafeifei
2021-06-07Fix various compiler warningsEven Rouault
2021-05-06Import files tiff and yuv(raw) (#1316)Jamaika1
2020-06-30opj_decompress: fix double-free on input directory with mix of valid and inva...Even Rouault
2019-02-21openjp2/j2k: Report error if all wanted components are not decoded.Sebastian Rasmussen
2018-10-31Fix some potential overflow issues (#1161)Stefan Weil
2018-09-05Fix some typos in code comments and documentationStefan Weil
2017-10-06opj_decompress -h: document -threads ALL_CPUSEven Rouault
2017-09-26Merge pull request #1022 from rouault/partial_component_decodingAntonin Descampe
2017-09-20opj_decompress: add a warning when -d and -t are used together (#693)Even Rouault
2017-09-19opj_set_decoded_components(): add a provision for a apply_color_transforms pa...Even Rouault
2017-09-19Add capability to decode only a subset of all components of an image.Even Rouault
2017-08-28Make opj_set_decode_area() and opj_decode() take into account opj_set_decoded...Even Rouault
2017-08-09opj_decompress: document -quiet option, and remove spurious newline outputEven Rouault
2017-07-31Catch images broken by AFLszukw000
2017-07-26opj_decompress: fix null pointer dereference on comps[].data on id_000167,sig...Even Rouault
2017-06-21Style fixEven Rouault
2017-06-21Fix mingw related warningsEven Rouault
2017-06-17Fix warning about unused argumentsEven Rouault
2017-05-16Fixed formatting issues ASTYLERussell McOrmond
2017-05-15Quiet mode for opj_decompress via -quiet long parameter.Russell McOrmond
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2016-09-14Fix some warnings (#838)Matthieu Darbois
2016-05-25opj_decompress: use clock_gettime() instead of getrusage() so as to get the t...Even Rouault
2016-05-25opj_decompress: add a -threads <num_threads> optionEven Rouault
2016-04-29cppcheck fix for openjp2 (#740)julienmalik
2015-11-01opj_decompress: Update error messageStefan Weil
2015-10-07Fix warnings for C++Stefan Weil
2015-09-29Fix typos in comments and stringStefan Weil
2015-09-25Provide safer string copy than strncpymayeut
2015-09-25Fix resource leakmayeut
2015-09-25Fix resource leaks & unchecked resource allocationsmayeut
2015-09-13Correct leak in color_cielab_to_rgbmayeut
2015-08-21TIFF can output CMYKmayeut
2015-07-30Defines three new functionsszukw000
2015-07-26Remove some warnings when buildingmayeut
2015-07-25Remove some warnings when buildingmayeut
2015-07-24Remove some warnings when buildingmayeut
2015-07-11Add option to force component splitting in imagetopnmmayeut
2015-07-03fixed a few bugsAaron Boxer
2015-07-03add timing to compress and decompressAaron Boxer