summaryrefslogtreecommitdiff
path: root/src/bin/jp2/convert.c
AgeCommit message (Expand)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2015-11-01Fix compiler warningsmayeut
2015-11-01convert: Fix compiler warningsStefan Weil
2015-11-01convert: Remove unneeded type castsStefan Weil
2015-10-18Fix format strings and unneeded assignmentStefan Weil
2015-09-29Fix up-scaling bit depthmayeut
2015-09-29Fix typos in comments and stringStefan Weil
2015-09-24Fix some resource leaksmayeut
2015-09-23Use buffer on stack to read TGA headermayeut
2015-07-31Small correction + attempt to understand git-openjpeg workflowak-dxdy
2015-07-26Update convert for PNG outputmayeut
2015-07-26Remove some warnings when buildingmayeut
2015-07-19Update PNG supportmayeut
2015-07-14Update tiftoimage to support more input TIF formatsmayeut
2015-07-11Add option to force component splitting in imagetopnmmayeut
2015-07-03commented out printf lineAntonin Descampe
2015-07-03commented out a printf lineAntonin Descampe
2014-12-23[trunk] removed warning from convert.cMatthieu Darbois
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 == 1Matthieu Darbois
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.cMatthieu Darbois
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 issue...Matthieu Darbois
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 whenAntonin Descampe
2014-04-17[trunk] refactoring of rsiz, profiles, and extensions managementAntonin Descampe
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe
2014-03-26[trunk] fixed warnings triggered on linux related to r2802Antonin Descampe
2014-03-26[trunk] add ability in opj_compress to input subsampled images throughAntonin Descampe
2014-03-25[trunk] Make sure to not use alpha pointer if it is not an RGBA inputMathieu Malaterre
2014-03-24[trunk] Make sure to exit early instead of looping on every single pixelsMathieu Malaterre
2014-03-18[trunk] Update big endian handling no such thing as WORDS_BIGENDIAN (prefer O...Mathieu Malaterre
2014-03-14[trunk] Fix issue with & vs &&Mathieu Malaterre
2014-03-14[trunk] Move INLINE definition within openjpeg.h header since application may...Mathieu Malaterre
2014-03-10[trunk] Fix simple sign conversion warnings only visible on 32bits archMathieu Malaterre
2014-03-10[trunk] Properly handle PGM file generation when fullpath is specified in the...Mathieu Malaterre
2014-03-10[trunk] Make sure to always initialize variableMathieu Malaterre
2014-03-10[trunk] Fix warnings about shadow variablesMathieu Malaterre
2014-03-07[trunk] Fix compilation in visual studio, inline cannot be used directly.Mathieu Malaterre
2014-03-06[trunk] Remove some easy warningsMathieu Malaterre
2014-03-06[trunk] Remove warning about sign conversion.Mathieu Malaterre
2014-03-06[trunk] Remove some easy warnings about sign compare reported by gccMathieu Malaterre
2014-03-04[trunk] Remove more conversion warnings.Mathieu Malaterre
2014-03-03[trunk] remove some simple warnings about unused paramsMathieu Malaterre
2014-03-02[trunk] Remove some simple warnings about var being set but not usedMathieu Malaterre
2014-03-02[trunk] Remove warning about -2147483648 (aka INT_MIN), causing this decimal ...Mathieu Malaterre