| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-26 | opj_jp2_read_header(): move setting icc_profile here instead in ↵ | Even Rouault | |
| opj_jp2_decode()/get_tile() + add unit test (fixes #570) | |||
| 2021-10-21 | API: deprecate 'bpp' member in favor of 'prec' | Even Rouault | |
| in opj_image_comp and opj_image_comptparm structures. bpp was redundant with prec, and almost never set by the library, except by opj_image_create(). This change should hopefully not impact existing, working, users of the API, which should already have used prec to get things working. Fixes #1379 | |||
| 2021-10-21 | tests/: reformat a few files to be modified | Even Rouault | |
| 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 | |||
| 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-03-06 | [trunk] Remove some easy warnings about sign compare reported by gcc | Mathieu Malaterre | |
| 2014-03-03 | [trunk] remove some simple warnings about unused params | Mathieu Malaterre | |
| 2014-02-27 | [trunk] simplify code using for loop | Mathieu Malaterre | |
| 2014-02-24 | [trunk] Fix two simple warnings about sign mismatch | Mathieu Malaterre | |
| 2014-02-24 | [trunk] Fix warning about signed/unsigned mismatch | Mathieu Malaterre | |
| 2014-02-24 | [trunk] Make sure to handle ret value, and properly initialize output file | Mathieu Malaterre | |
| 2014-02-24 | [trunk] Make sure to handle ret value in test | Mathieu Malaterre | |
| 2014-02-24 | [trunk] Prefer the new style cmake: add_test command | Mathieu Malaterre | |
| Fixes issues 258 | |||
| 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-12-03 | [trunk] move typedef from opj_stdint.h to openjpeg.h and add an include of ↵ | Mickael Savinaud | |
| stdio.h in openjpeg.h. Fixes issue 197 | |||
| 2012-11-28 | [trunk] Fix compilation issue where size_t would be undefined | Mathieu Malaterre | |
| 2012-11-27 | [trunk] add empty test about the issue 197. Updates issue 197 | Mickael Savinaud | |
| 2012-11-15 | [trunk]extend last commits to apps | Mickael Savinaud | |
| 2012-10-30 | [trunk] remove old structure from testempty | Mickael Savinaud | |
| 2012-10-05 | [trunk] remove warnings | Mickael Savinaud | |
| 2012-10-01 | [trunk] import unit testing from 1.5.x branch | Mathieu Malaterre | |
