summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2014-04-10[2.0] Backport all changes since r2798 (included) from trunkopenjpeg-2.0Antonin Descampe
2014-03-25[2.0] Backport all changes from trunkMathieu Malaterre
2014-03-25[trunk] fixed warning due induced by r2791Antonin Descampe
2014-03-25[trunk] add "-mct {0,1,2}" option to opj_compress to allow MCT to beAntonin 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-24[trunk] Fix typo in comment (this is not j2k_dump)Mathieu Malaterre
2014-03-18[trunk] User can now control source/target java versionMathieu Malaterre
2014-03-18[trunk] Update big endian handling no such thing as WORDS_BIGENDIAN (prefer O...Mathieu Malaterre
2014-03-17[trunk] Update BSD-4 copyright into a BSD-3 copyrightMathieu Malaterre
2014-03-14[trunk] Fix issue with & vs &&Mathieu Malaterre
2014-03-14[trunk] Add internal implementation to dump all tiles/comp infoMathieu Malaterre
2014-03-14[trunk] Move INLINE definition within openjpeg.h header since application may...Mathieu Malaterre
2014-03-13[trunk] Always report when decompression failed as return code valueMathieu Malaterre
2014-03-12[trunk] Make sure to use 8bits buffer when applying the ICC profile.Mathieu Malaterre
2014-03-12[trunk] Add debug info to be able to test integration with littlecmsMathieu Malaterre
2014-03-11[trunk] Fix compilation errors when JPWL and/or MJ2 are buildMathieu Malaterre
2014-03-10[trunk] Remove warning about sign conversion in color.cMathieu 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-10[trunk] Remove 2 warnings about set but not used variablesMathieu Malaterre
2014-03-07[trunk] Upon failure, need to return proper return codeMathieu Malaterre
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
2014-03-07[trunk] Remove mem leak and warning reported by clangMathieu Malaterre
2014-03-07[trunk] Remove simple warnings about formatMathieu Malaterre
2014-03-07[trunk] Remove simple warning about functions not usedMathieu 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 another warning. ftell returns long intMathieu Malaterre
2014-03-04[trunk] Remove more conversion warnings.Mathieu Malaterre
2014-03-03[trunk] Remove easy to fix warnings about conversionMathieu Malaterre
2014-03-03[trunk] remove some simple warnings about unused paramsMathieu Malaterre
2014-03-03[trunk] Remove simple warningsMathieu Malaterre
2014-03-03[trunk] Remove warning about unused functionMathieu 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] Remove some simple warnings in opj_dumpMathieu 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-27[trunk] improve command line parser syntax checkingMathieu Malaterre
2014-02-26[trunk] Add missing include dir for wx appMathieu Malaterre
2014-02-26[trunk] Remove simple warnings about unused functionsMathieu Malaterre