| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-25 | processed all c/h files through astyle with opj_astyle.cfgcodingstyle | Antonin Descampe | |
| 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-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-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-07-31 | Small correction + attempt to understand git-openjpeg workflow | ak-dxdy | |
| 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-19 | Update PNG support | mayeut | |
| Only input modified for now Update uclouvain/openjpeg#536 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 | |
| 2014-12-23 | [trunk] removed warning from convert.c | Matthieu Darbois | |
| Update issue 442 | |||
| 2014-12-23 | [trunk] fixed imagetoraw unsigned 16bits conversion (fixes issue 460) | Matthieu Darbois | |
| 2014-12-22 | [trunk] fixed colorspace mapping for raw grayscale images (fixes issue 456) | Matthieu Darbois | |
| 2014-12-22 | [trunk] fixed component precision upscaling in opj_decompress (fixes issue 458) | Matthieu Darbois | |
| 2014-12-20 | [trunk] fixed BMP reading for 8bpp when width & 3 == 1 | Matthieu Darbois | |
| Update issue 203 | |||
| 2014-12-11 | [trunk] Fixed invalid check in in tiff reading method (fixes issue 449) | Matthieu Darbois | |
| 2014-11-25 | [trunk] removed some warnings when building src/bin/jp2/convert.c | Matthieu Darbois | |
| Update issue 442 | |||
| 2014-11-22 | [trunk] fixed pnmtoimage for odd pgm files (fixes issue 294) | Matthieu Darbois | |
| 2014-11-19 | [trunk] added option to force output bit depth in opj_decompress (fixes ↵ | Matthieu Darbois | |
| issue 283) | |||
| 2014-11-03 | [trunk] add a cdef box when alpha component is present (fixes issue 416) | Antonin Descampe | |
| 2014-09-16 | [trunk] improve memory management (fixes issue 359) | Antonin Descampe | |
| 2014-07-03 | [trunk] fixes issue #357. MCT is automatically disabled when | Antonin Descampe | |
| subsamppling is detected. | |||
| 2014-04-17 | [trunk] refactoring of rsiz, profiles, and extensions management | Antonin Descampe | |
| 2014-04-03 | [trunk] updated copyright and added copyright notice required by ISO, in ↵ | Antonin Descampe | |
| each file; updated AUTHORS, NEWS | |||
| 2014-03-26 | [trunk] fixed warnings triggered on linux related to r2802 | Antonin Descampe | |
| 2014-03-26 | [trunk] add ability in opj_compress to input subsampled images through | Antonin Descampe | |
| '-F' (aka raw option). Let the user input raw images with 444, 422, 420 (etc) subsampling. To be used in conjunction with '-mct 0' option to compress subsampled YCC images. | |||
| 2014-03-25 | [trunk] Make sure to not use alpha pointer if it is not an RGBA input | Mathieu Malaterre | |
| Fixes issue 310 | |||
| 2014-03-24 | [trunk] Make sure to exit early instead of looping on every single pixels | Mathieu Malaterre | |
| 2014-03-18 | [trunk] Update big endian handling no such thing as WORDS_BIGENDIAN (prefer ↵ | Mathieu Malaterre | |
| OPJ_BIG_ENDIAN) Update issue 302 | |||
| 2014-03-14 | [trunk] Fix issue with & vs && | Mathieu Malaterre | |
| Fixes issue 277 | |||
| 2014-03-14 | [trunk] Move INLINE definition within openjpeg.h header since application ↵ | Mathieu Malaterre | |
| may use it | |||
| 2014-03-10 | [trunk] Fix simple sign conversion warnings only visible on 32bits arch | Mathieu Malaterre | |
| 2014-03-10 | [trunk] Properly handle PGM file generation when fullpath is specified in ↵ | Mathieu Malaterre | |
| the cmd line This will break a very old behavior (since 2005), but avoid writing in un-expected places for users This also make the behavior similar with PGX file generation | |||
| 2014-03-10 | [trunk] Make sure to always initialize variable | Mathieu Malaterre | |
| 2014-03-10 | [trunk] Fix warnings about shadow variables | Mathieu Malaterre | |
| 2014-03-07 | [trunk] Fix compilation in visual studio, inline cannot be used directly. | Mathieu Malaterre | |
| Fixes issue 272 | |||
| 2014-03-06 | [trunk] Remove some easy warnings | Mathieu Malaterre | |
| 2014-03-06 | [trunk] Remove warning about sign conversion. | Mathieu Malaterre | |
| Update issue 256 | |||
| 2014-03-06 | [trunk] Remove some easy warnings about sign compare reported by gcc | Mathieu Malaterre | |
| 2014-03-04 | [trunk] Remove more conversion warnings. | Mathieu Malaterre | |
| Update issue 256 | |||
| 2014-03-03 | [trunk] remove some simple warnings about unused params | Mathieu Malaterre | |
| 2014-03-02 | [trunk] Remove some simple warnings about var being set but not used | Mathieu Malaterre | |
| 2014-03-02 | [trunk] Remove warning about -2147483648 (aka INT_MIN), causing this decimal ↵ | Mathieu Malaterre | |
| constant is unsigned only in ISO C90 | |||
