| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-29 | Fix line endings (CRLF -> LF) | Stefan Weil | |
| Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2024-02-18 | opj_decompress: fix off-by-one read heap-buffer-overflow in sycc420_to_rgb() ↵ | Even Rouault | |
| when x0 and y0 are odd (CVE-2021-3575, fixes #1347) | |||
| 2020-04-17 | color_apply_icc_profile: add checks on the number of components (#1236) | szukw000 | |
| 2018-11-27 | color_apply_icc_profile: avoid potential heap buffer overflow | Even Rouault | |
| Derived from a patch by Thuan Pham | |||
| 2017-09-03 | opj_getopt.c: avoid crash on invalid input (#301) | Even Rouault | |
| 2017-08-17 | opj_getopt_long(): avoid infinite loop on invalid or missing value for an ↵ | Even Rouault | |
| option (#736) | |||
| 2017-08-08 | Merge pull request #975 from szukw000/changes-for-afl-tests | Antonin Descampe | |
| Catch images broken by AFL | |||
| 2017-08-07 | Complementary fix to previous commit | Even Rouault | |
| 2017-08-07 | Add opj_image_data_alloc() / opj_image_data_free() | Even Rouault | |
| As bin/common/color.c used to directly call malloc()/free(), we need to export functions dedicated to allocating/freeing image component data. | |||
| 2017-07-31 | Catch images broken by AFL | szukw000 | |
| 2017-07-29 | color_cielab_to_rgb(): reject images with components of different dimensions ↵ | Even Rouault | |
| to void read heap buffer overflow (#909) | |||
| 2017-05-15 | Reformat: apply reformattin on .h files (#128) | Even Rouault | |
| 2017-05-09 | Reformat whole codebase with astyle.options (#128) | Even Rouault | |
| 2016-05-08 | Fix Heap Buffer Overflow in function color_cmyk_to_rgb | mayeut | |
| Fix uclouvain/openjpeg#774 | |||
| 2016-05-02 | Use lowercase for cmake commands consistenly | Julien Malik | |
| Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt This needs vim 7.3 and fails with vim 7.4 This also fixes a number of : - missing empty line at end of files - useless space at end of lines | |||
| 2016-04-30 | Fix warnings (#763) | Matthieu Darbois | |
| 2016-04-30 | Fix Out-Of-Bounds Read in sycc42x_to_rgb function (#745) | Matthieu Darbois | |
| 42x Images with an odd x0/y0 lead to subsampled component starting at the 2nd column/line. That is offset = comp->dx * comp->x0 - image->x0 = 1 Fix #726 | |||
| 2016-04-29 | Fix heap-buffer-overflow in color_esycc_to_rgb (#748) | Matthieu Darbois | |
| When all components do not have the same dx/dy, components buffer are read beyond their end. Do not convert in this case. Update uclouvain/openjpeg#725 | |||
| 2016-04-29 | cppcheck fix for openjp2 (#740) | julienmalik | |
| 2015-10-12 | Minor style fix to remove c++ comments | Mathieu Malaterre | |
| 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-25 | Provide safer string copy than strncpy | mayeut | |
| As per @boxerab suggestion in commit b9ca882749597e4943e609daba1d3c27694fe2ff | |||
| 2015-09-13 | Fix function name | mayeut | |
| 2015-09-13 | Correct leak in color_cielab_to_rgb | mayeut | |
| 2015-09-09 | Remove C++ comment | mayeut | |
| 2015-08-23 | Fix some UBSan warnings | mayeut | |
| 2015-08-21 | Add tests for CMYK/esYCC/CIELab | mayeut | |
| 2015-08-21 | Fix formatting | 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 | |||
| 2014-11-22 | [trunk] added option to force rgb output in opj_decompress (fixes issue 282 ↵ | Matthieu Darbois | |
| , fixes issue 286) | |||
| 2014-11-18 | [trunk] fixed a bug leading to jpwl build failure & add related odd ↵ | Matthieu Darbois | |
| width/height sYCC tests (fixes issue 422) | |||
| 2014-10-21 | [trunk] fixed invalid member values from opj_read_header or opj_decode ↵ | Antonin Descampe | |
| (fixes issue 411) | |||
| 2014-04-28 | [trunk] Missing endianess setting | Mathieu Malaterre | |
| Fixes issue 337 | |||
| 2014-04-03 | [trunk] updated copyright and added copyright notice required by ISO, in ↵ | Antonin Descampe | |
| each file; updated AUTHORS, NEWS | |||
| 2014-03-17 | [trunk] Update BSD-4 copyright into a BSD-3 copyright | Mathieu Malaterre | |
| Fixes issue 300 | |||
| 2014-03-12 | [trunk] Make sure to use 8bits buffer when applying the ICC profile. | Mathieu Malaterre | |
| Fixes issue 281 | |||
| 2014-03-12 | [trunk] Add debug info to be able to test integration with littlecms | Mathieu Malaterre | |
| 2014-03-11 | [trunk] Fix compilation errors when JPWL and/or MJ2 are build | Mathieu Malaterre | |
| 2014-03-10 | [trunk] Remove warning about sign conversion in color.c | Mathieu Malaterre | |
| Update issue 256 | |||
| 2014-03-10 | [trunk] Remove 2 warnings about set but not used variables | Mathieu Malaterre | |
| 2014-03-03 | [trunk] Remove easy to fix warnings about conversion | Mathieu Malaterre | |
| 2014-02-25 | [trunk] Clarify raw input in openjpeg. LSB vs MSB are now documented. | Mathieu Malaterre | |
| Fixes issue 62 | |||
| 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. | |||
| 2012-11-16 | [trunk] rename USE_LEGACY into OPJ_USE_LEGACY for consistency with other #define | Mathieu Malaterre | |
| 2012-11-16 | [trunk] Attempt to fix compilation error with mj2 | Mathieu Malaterre | |
| 2012-11-16 | [trunk] solve the problem with new opj_ symbols in color.c | Mickael Savinaud | |
| 2012-11-15 | [trunk]extend last commits to apps | Mickael Savinaud | |
| 2012-09-28 | [trunk] Start FolderReorgProposal task | Mathieu Malaterre | |
| Update issue 177 | |||
