summaryrefslogtreecommitdiff
path: root/src/bin/common
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2015-10-12Minor style fix to remove c++ commentsMathieu Malaterre
2015-10-07Fix 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-25Provide safer string copy than strncpymayeut
As per @boxerab suggestion in commit b9ca882749597e4943e609daba1d3c27694fe2ff
2015-09-13Fix function namemayeut
2015-09-13Correct leak in color_cielab_to_rgbmayeut
2015-09-09Remove C++ commentmayeut
2015-08-23Fix some UBSan warningsmayeut
2015-08-21Add tests for CMYK/esYCC/CIELabmayeut
2015-08-21Fix formattingmayeut
2015-07-30Defines three new functionsszukw000
Declares three new functions Calls the three new functions Collects data for CIELab, sets the color_space for EYCC and CMYK
2014-11-22[trunk] added option to force rgb output in opj_decompress (fixes issue 282 ↵Matthieu Darbois
, fixes issue 286)
2014-11-18[trunk] fixed a bug leading to jpwl build failure & add related odd ↵Matthieu Darbois
width/height sYCC tests (fixes issue 422)
2014-10-21[trunk] fixed invalid member values from opj_read_header or opj_decode ↵Antonin Descampe
(fixes issue 411)
2014-04-28[trunk] Missing endianess settingMathieu Malaterre
Fixes issue 337
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-03-17[trunk] Update BSD-4 copyright into a BSD-3 copyrightMathieu Malaterre
Fixes issue 300
2014-03-12[trunk] Make sure to use 8bits buffer when applying the ICC profile.Mathieu Malaterre
Fixes issue 281
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
Update issue 256
2014-03-10[trunk] Remove 2 warnings about set but not used variablesMathieu Malaterre
2014-03-03[trunk] Remove easy to fix warnings about conversionMathieu Malaterre
2014-02-25[trunk] Clarify raw input in openjpeg. LSB vs MSB are now documented.Mathieu Malaterre
Fixes issue 62
2013-03-17[trunk] use everywhere the new opj_ prefix for HAVE variables and use the ↵Mickael Savinaud
opj_apps_config file (thanks to winfried)
2013-03-03[trunk] split into two config files config options related to the lib and to ↵Mickael Savinaud
the application.
2012-11-16[trunk] rename USE_LEGACY into OPJ_USE_LEGACY for consistency with other #defineMathieu Malaterre
2012-11-16[trunk] Attempt to fix compilation error with mj2Mathieu Malaterre
2012-11-16[trunk] solve the problem with new opj_ symbols in color.cMickael Savinaud
2012-11-15[trunk]extend last commits to appsMickael Savinaud
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177