summaryrefslogtreecommitdiff
path: root/src/bin/jp2/opj_decompress.c
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2015-11-01opj_decompress: Update error messageStefan Weil
The png format is also supported, so add it to the message. Remove also the unneeded blank character before \n. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-10-07Fix warnings for C++Stefan Weil
g++ complains about invalid conversions like these ones: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive] error: invalid conversion from ‘void*’ to ‘opj_precision* {aka opj_prec*}’ [-fpermissive] Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-09-29Fix typos in comments and stringStefan Weil
Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-09-25Provide safer string copy than strncpymayeut
As per @boxerab suggestion in commit b9ca882749597e4943e609daba1d3c27694fe2ff
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
Declares three new functions Calls the three new functions Collects data for CIELab, sets the color_space for EYCC and CMYK
2015-07-26Remove some warnings when buildingmayeut
Update #442
2015-07-25Remove some warnings when buildingmayeut
Update #442
2015-07-24Remove some warnings when buildingmayeut
Update #442
2015-07-11Add option to force component splitting in imagetopnmmayeut
Update uclouvain/openjpeg#289
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
Thanks Aaron.
2015-02-02[trunk] fixes a bug that prevented opj_decompress to take directory as input ↵Antonin Descampe
(fixes issue 463) Thanks Aaron.
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
Update issue 289 Issue is left open since there's still one image failing the tests.
2014-11-22[trunk] fixed warning in option to force rgb output in opj_decompress (fixes ↵Matthieu Darbois
issue 282)
2014-11-22[trunk] added option to force rgb output in opj_decompress (fixes issue 282 ↵Matthieu Darbois
, fixes issue 286)
2014-11-19[trunk] added option to force output bit depth in opj_decompress (fixes ↵Matthieu Darbois
issue 283)
2014-04-28[trunk] Properly handle failure to compress (remove file)Mathieu Malaterre
Fixes issue 323
2014-04-23[trunk]re-formatted help display in executablesAntonin Descampe
2014-04-23[trunk]formatted some messages. Removed -version option to disambiguateAntonin Descampe
with -v(erbose) option, added version info in help display
2014-04-23[trunk]Replaced deprecated opj_stream_set_user_data function from APIAntonin Descampe
with its 'v3' version, and removed all other 'v3' suffixes from API.
2014-04-22[trunk] fixed some warning and errors formatting and add a '-version'Antonin Descampe
option to opj_compress and opj_decompress binaries
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-03-25[trunk] Make sure to test value not pointerMathieu Malaterre
Update issue 302
2014-03-24[trunk] Fix typo in comment (this is not j2k_dump)Mathieu Malaterre
2014-03-13[trunk] Always report when decompression failed as return code valueMathieu Malaterre
2014-03-07[trunk] Upon failure, need to return proper return codeMathieu Malaterre
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Remove simple warnings about formatMathieu Malaterre
2014-03-03[trunk] Remove easy to fix warnings about conversionMathieu Malaterre
2013-03-24[trunk] enhance the support of sYCC into opj_decompress application (thanks ↵Mickael Savinaud
winfried).
2013-03-17[trunk] use everywhere the new opj_ prefix for HAVE variables and use the ↵Mickael Savinaud
opj_apps_config file (thanks to winfried)
2013-03-03[trunk] split into two config files config options related to the lib and to ↵Mickael Savinaud
the application.
2013-02-17[trunk] move to the new API for function ↵Mickael Savinaud
opj_stream_create_default_file_stream. Use now opj_stream_create_default_file_stream_v3 (WIP)
2013-02-16[trunk] move to the new API for function opj_stream_destroy. Use now ↵Mickael Savinaud
opj_stream_destroy_v3 (WIP)
2012-11-15[trunk]update the copyright, the authors and thanks to respect the licenseMickael Savinaud
2012-11-15[trunk]extend last commits to appsMickael Savinaud
2012-10-15[trunk] Remove some warnings about missing prototypes (gcc)Mathieu Malaterre
2012-09-28[trunk] FolderReorgProposal task: rename cli toolsMathieu Malaterre
Update issue 177