| 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-11-01 | Fix compiler warnings | mayeut | |
| 2015-11-01 | convert: Fix compiler warnings | Stefan Weil | |
| Fix this and other similar compiler warnings: src/bin/jp2/convert.c: In function ‘tga_readheader’: src/bin/jp2/convert.c:595:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] cmap_len = get_ushort(*(unsigned short*)(&tga[5])); Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-11-01 | convert: Remove unneeded type casts | Stefan Weil | |
| Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-10-18 | Fix format strings and unneeded assignment | Stefan Weil | |
| The static code analyzer cppcheck warns about unsigned integers which use "%d" in the format string. It also warns about an unneeded assignment. Fix both issues. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 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-29 | Fix up-scaling bit depth | mayeut | |
| Fixes #609 | |||
| 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-24 | Fix some resource leaks | mayeut | |
| 2015-09-23 | Use buffer on stack to read TGA header | mayeut | |
| Fixes a potential leak Fixes #601 | |||
| 2015-09-23 | Fix warning in rle4 decoding | mayeut | |
| 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-09-07 | Correct mismatching delete | mayeut | |
| Fixes #575 | |||
| 2015-09-06 | fix resource leak in jpwl | mayeut | |
| Fixes #573 | |||
| 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-08-21 | TIFF can output CMYK | mayeut | |
| 2015-08-21 | Merge pull request #559 from szukw000/cmyk-cielab-esycc | Matthieu Darbois | |
| Add support for CIELab, EYCC and CMYK | |||
| 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-31 | Small correction + attempt to understand git-openjpeg workflow | ak-dxdy | |
| 2015-07-26 | Remove some warnings when building | mayeut | |
| Update #442 | |||
| 2015-07-26 | Remove some warnings when building | mayeut | |
| Update #442 | |||
| 2015-07-26 | Update convert for PNG output | mayeut | |
| Update uclouvain/openjpeg#264 | |||
| 2015-07-26 | Remove some warnings when building | mayeut | |
| Update #442 | |||
| 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-19 | Update PNG support | mayeut | |
| Only input modified for now Update uclouvain/openjpeg#536 Update uclouvain/openjpeg#264 | |||
| 2015-07-19 | Correct error message for invalid TIFF input | mayeut | |
| 2015-07-18 | Add headers to CMake target | mayeut | |
| 2015-07-18 | Add tests for TIFF input with Alpha channel | mayeut | |
| Update uclouvain/openjpeg#322 | |||
| 2015-07-16 | Fix build warnings in converttif.c | mayeut | |
| 2015-07-16 | Update imagetotif to support more output TIF formats | mayeut | |
| Update uclouvain/openjpeg#322 Update uclouvain/openjpeg#264 | |||
| 2015-07-14 | Update tiftoimage to support more input TIF formats | mayeut | |
| Update uclouvain/openjpeg#322 Update uclouvain/openjpeg#264 | |||
| 2015-07-11 | Add option to force component splitting in imagetopnm | mayeut | |
| Update uclouvain/openjpeg#289 | |||
| 2015-07-03 | commented out printf line | Antonin Descampe | |
| 2015-07-03 | commented out a printf line | Antonin Descampe | |
| 2015-07-03 | fixed a few bugs | Aaron Boxer | |
| 2015-07-03 | add timing to compress and decompress | Aaron Boxer | |
| 2015-05-29 | [trunk] Fix wrong return value for opj_setup_encoder & ↵ | Matthieu Darbois | |
| opj_set_decoded_resolution_factor (fixes issue 497) Thanks Aaron. | |||
| 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. | |||
