summaryrefslogtreecommitdiff
path: root/src/bin/jp2/opj_decompress.c
AgeCommit message (Expand)Author
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
2015-05-28[trunk] Fix sscanf format specifier (fixes issue 494)Matthieu Darbois
2015-02-02[trunk] fixes a bug that prevented opj_decompress to take directory as input ...Antonin Descampe
2014-12-26[trunk] fixed typo in opj_decompress (fixes issue 465)Matthieu Darbois
2014-11-22[trunk] added an option to upsample image components in opj_decompressMatthieu Darbois
2014-11-22[trunk] fixed warning in option to force rgb output in opj_decompress (fixes ...Matthieu Darbois
2014-11-22[trunk] added option to force rgb output in opj_decompress (fixes issue 282 ,...Matthieu Darbois
2014-11-19[trunk] added option to force output bit depth in opj_decompress (fixes issue...Matthieu Darbois
2014-04-28[trunk] Properly handle failure to compress (remove file)Mathieu Malaterre
2014-04-23[trunk]re-formatted help display in executablesAntonin Descampe
2014-04-23[trunk]formatted some messages. Removed -version option to disambiguateAntonin Descampe
2014-04-23[trunk]Replaced deprecated opj_stream_set_user_data function from APIAntonin Descampe
2014-04-22[trunk] fixed some warning and errors formatting and add a '-version'Antonin Descampe
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe