summaryrefslogtreecommitdiff
path: root/src/bin/jp2/convert.c
AgeCommit message (Expand)Author
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
2014-03-01[trunk] Fix compilation on MSVC compilerMathieu Malaterre
2014-02-28[trunk] Partially rework r2506, original patch from issue 171 was totally bog...Mathieu Malaterre
2014-02-28[trunk] Merge final patch from issue 171 with code simplification. also handl...Mathieu Malaterre
2014-02-27[trunk] Import patch from issue 171. Only the imagetoraw part was not applied.Mathieu Malaterre
2014-02-24[trunk] Fix a simple mem leakMathieu Malaterre
2014-02-12[trunk] added a warning when tif conversion changes input image bitdepthAntonin Descampe
2014-02-12[trunk]re-indenting convert.cAntonin Descampe
2013-03-03[trunk] split into two config files config options related to the lib and to ...Mickael Savinaud
2013-02-03[trunk] update convert about png writing with additional metadata (thanks win...Mickael Savinaud
2012-11-15[trunk]extend last commits to appsMickael Savinaud
2012-10-15[trunk] Remove some warnings about missing prototypes (gcc)Mathieu Malaterre
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre