| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-25 | processed all c/h files through astyle with opj_astyle.cfgcodingstyle | Antonin Descampe | |
| 2015-11-01 | opj_decompress: Update error message | Stefan 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-07 | Fix 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-29 | Fix typos in comments and string | Stefan Weil | |
| Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-09-25 | Provide safer string copy than strncpy | mayeut | |
| As per @boxerab suggestion in commit b9ca882749597e4943e609daba1d3c27694fe2ff | |||
| 2015-09-25 | Fix resource leak | mayeut | |
| 2015-09-25 | Fix resource leaks & unchecked resource allocations | mayeut | |
| 2015-09-13 | Correct leak in color_cielab_to_rgb | mayeut | |
| 2015-08-21 | TIFF can output CMYK | mayeut | |
| 2015-07-30 | Defines three new functions | szukw000 | |
| Declares three new functions Calls the three new functions Collects data for CIELab, sets the color_space for EYCC and CMYK | |||
| 2015-07-26 | Remove some warnings when building | mayeut | |
| Update #442 | |||
| 2015-07-25 | Remove some warnings when building | mayeut | |
| Update #442 | |||
| 2015-07-24 | Remove some warnings when building | mayeut | |
| Update #442 | |||
| 2015-07-11 | Add option to force component splitting in imagetopnm | mayeut | |
| Update uclouvain/openjpeg#289 | |||
| 2015-07-03 | fixed a few bugs | Aaron Boxer | |
| 2015-07-03 | add timing to compress and decompress | Aaron 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_decompress | Matthieu 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 executables | Antonin Descampe | |
| 2014-04-23 | [trunk]formatted some messages. Removed -version option to disambiguate | Antonin Descampe | |
| with -v(erbose) option, added version info in help display | |||
| 2014-04-23 | [trunk]Replaced deprecated opj_stream_set_user_data function from API | Antonin 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 pointer | Mathieu 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 value | Mathieu Malaterre | |
| 2014-03-07 | [trunk] Upon failure, need to return proper return code | Mathieu 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 format | Mathieu Malaterre | |
| 2014-03-03 | [trunk] Remove easy to fix warnings about conversion | Mathieu 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 license | Mickael Savinaud | |
| 2012-11-15 | [trunk]extend last commits to apps | Mickael Savinaud | |
| 2012-10-15 | [trunk] Remove some warnings about missing prototypes (gcc) | Mathieu Malaterre | |
| 2012-09-28 | [trunk] FolderReorgProposal task: rename cli tools | Mathieu Malaterre | |
| Update issue 177 | |||
