| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-16 | Fix unsigned vs OPJ_INT32 mismatches (#1398) | Eric Harvey | |
| 2022-01-15 | Added check for integer overflow in get_num_images (#1397) | Eharve14 | |
| As discussed in pull request 1396, added a check for integer overflow. Change list: Defined num_images as unsigned int Moved the if statement to check for an empty directory to the beginning of the read directory section Added a check to see if num images would roll back to zero when incrementing. | |||
| 2022-01-13 | Avoid overflow in multiplications in utilities related to big number of ↵ | Eharve14 | |
| files in a directory (CVE-2021-29338) (#1396) | |||
| 2022-01-12 | opj_compress/opj_uncompress: fix integer overflow in num_images (#1395) | Brad Parham | |
| Includes the fix for CVE-2021-29338 Credit to @kaniini based on #1346 Fixes #1338 | |||
| 2021-09-26 | opj_dump.c: fix potential buffer overflow | Even Rouault | |
| 2021-09-25 | opj_decompress / opj_dump: accept .jph and .jhc extensions for HTJ2K files | Even Rouault | |
| 2021-05-06 | Import files tiff and yuv(raw) (#1316) | Jamaika1 | |
| 2017-08-02 | First change on changes-for-afl-tests | szukw000 | |
| 2017-07-31 | Catch images broken by AFL | szukw000 | |
| 2017-05-09 | Reformat whole codebase with astyle.options (#128) | Even Rouault | |
| 2016-04-29 | cppcheck fix for openjp2 (#740) | julienmalik | |
| 2016-04-09 | Remove dead code in opj_dump | Julien Malik | |
| 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-25 | Fix resource leaks & unchecked resource allocations | mayeut | |
| 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-14 | [trunk] Add internal implementation to dump all tiles/comp info | Mathieu Malaterre | |
| Eg: opj_dump -f 8 -i input.j2k Update issue 3 | |||
| 2014-03-07 | [trunk] Another round of fixes for sign conversion warnings. | Mathieu Malaterre | |
| Update issue 256 | |||
| 2014-02-28 | [trunk] Remove some simple warnings in opj_dump | Mathieu Malaterre | |
| 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 | |||
