color_apply_icc_profile: add checks on the number of components (#1236)
[openjpeg.git] / src / bin / common / color.c
2020-04-16 szukw000color_apply_icc_profile: add checks on the number of...
2018-12-07 Even RouaultMerge pull request #1168 from Young-X/fix_dev
2018-11-27 Even RouaultMerge pull request #1170 from rouault/fix_color_apply_i...
2018-11-27 Even Rouaultcolor_apply_icc_profile: avoid potential heap buffer... 1170/head
2017-08-08 Antonin DescampeMerge pull request #975 from szukw000/changes-for-afl...
2017-08-07 Even RouaultMerge pull request #968 from rouault/reduce_memory_decoding
2017-08-07 Even RouaultComplementary fix to previous commit
2017-08-07 Even RouaultAdd opj_image_data_alloc() / opj_image_data_free()
2017-07-31 szukw000Catch images broken by AFL
2017-07-29 Even Rouaultcolor_cielab_to_rgb(): reject images with components...
2017-05-15 Even RouaultMerge pull request #919 from rouault/reformat
2017-05-09 Even RouaultReformat whole codebase with astyle.options (#128)
2016-05-08 mayeutFix Heap Buffer Overflow in function color_cmyk_to_rgb
2016-04-30 Antonin DescampeMerge pull request #706 from mayeut/issue135
2016-04-29 Matthieu DarboisFix warnings (#763)
2016-04-29 Matthieu DarboisFix Out-Of-Bounds Read in sycc42x_to_rgb function ...
2016-04-29 Matthieu DarboisFix heap-buffer-overflow in color_esycc_to_rgb (#748)
2016-04-29 julienmalikcppcheck fix for openjp2 (#740)
2015-10-18 Matthieu DarboisMerge pull request #637 from stweil/fixes
2015-10-18 Matthieu DarboisMerge pull request #636 from uclouvain/opj_malloc-625
2015-10-13 mayeutMerge branch 'master' into coc-qcc
2015-10-13 Matthieu DarboisMerge pull request #627 from mayeut/appveyor
2015-10-12 Mathieu MalaterreMinor style fix to remove c++ comments
2015-09-17 mayeutMerge branch 'master' into coc-qcc
2015-09-13 mayeutMerge branch 'master' into travis-matrix
2015-09-13 Matthieu DarboisMerge pull request #590 from mayeut/master
2015-09-13 mayeutFix function name 590/head
2015-09-13 mayeutCorrect leak in color_cielab_to_rgb
2015-09-11 Matthieu DarboisMerge pull request #578 from mayeut/travis-ci
2015-09-09 mayeutRemove C++ comment
2015-09-08 mayeutMerge remote-tracking branch 'uclouvain/master' into...
2015-08-23 mayeutFix some UBSan warnings
2015-08-21 Matthieu DarboisMerge pull request #567 from mayeut/master
2015-08-21 mayeutAdd tests for CMYK/esYCC/CIELab 567/head
2015-08-21 mayeutFix formatting
2015-08-21 Matthieu DarboisMerge pull request #559 from szukw000/cmyk-cielab-esycc
2015-07-30 szukw000Defines three new functions 559/head
2014-11-18 Matthieu Darbois[trunk] fixed a bug leading to jpwl build failure ...
2014-10-21 Antonin Descampe[trunk] fixed invalid member values from opj_read_heade...
2014-04-03 Antonin Descampe[trunk] updated copyright and added copyright notice...
2014-03-12 Mathieu Malaterre[trunk] Make sure to use 8bits buffer when applying...
2014-03-12 Mathieu Malaterre[trunk] Add debug info to be able to test integration...
2014-03-11 Mathieu Malaterre[trunk] Fix compilation errors when JPWL and/or MJ2...
2014-03-10 Mathieu Malaterre[trunk] Remove warning about sign conversion in color.c
2014-03-10 Mathieu Malaterre[trunk] Remove 2 warnings about set but not used variables
2014-03-03 Mathieu Malaterre[trunk] Remove easy to fix warnings about conversion
2013-03-17 Mickael Savinaud[trunk] use everywhere the new opj_ prefix for HAVE...
2013-03-03 Mickael Savinaud[trunk] split into two config files config options...
2012-11-16 Mathieu Malaterre[trunk] rename USE_LEGACY into OPJ_USE_LEGACY for consi...
2012-11-16 Mathieu Malaterre[trunk] Attempt to fix compilation error with mj2
2012-11-16 Mickael Savinaud[trunk] solve the problem with new opj_ symbols in...
2012-11-15 Mickael Savinaud[trunk]extend last commits to apps
2012-09-28 Mathieu Malaterre[trunk] Start FolderReorgProposal task