summaryrefslogtreecommitdiff
path: root/src/bin/jp2/convertbmp.c
AgeCommit message (Expand)Author
2024-02-28Fix some typos (found by `codespell` and `typos`)Stefan Weil
2021-10-21API: deprecate 'bpp' member in favor of 'prec'Even Rouault
2019-04-15bmp_read_rle4_data(): avoid potential infinite loopYoung Xiao
2019-04-15convertbmp: detect invalid file dimensions earlyYoung Xiao
2018-12-14convertbmp: detect invalid file dimensions earlyHugo Lefeuvre
2018-10-31Fix some potential overflow issues (#1161)Stefan Weil
2018-09-22convertbmp: fix issues with zero bitmasksHugo Lefeuvre
2017-08-18bmp_read_rle8_data(): avoid potential infinite loop (#996)Even Rouault
2017-08-14bmp_read_info_header(): reject bmp files with biBitCount == 0 (#983)Even Rouault
2017-08-09imagetobmp: avoid shift by -1 (relates to #811)Even Rouault
2017-07-31Catch images broken by AFLszukw000
2017-07-26Spelling fixes (patch by ka7, #890, rebased on top of master)Even Rouault
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2016-09-13Fix issue 833.trylab
2016-04-30Fix Out-Of-Bounds Read in sycc42x_to_rgb function (#745)Matthieu Darbois
2016-04-29cppcheck fix for openjp2 (#740)julienmalik
2015-09-25Fix resource leaks & unchecked resource allocationsmayeut
2015-09-24Fix some resource leaksmayeut
2015-09-23Fix warning in rle4 decodingmayeut
2015-08-23Fix some UBSan warningsmayeut
2015-07-26Remove some warnings when buildingmayeut
2014-12-27[trunk] removed warning from convertbmp.cMatthieu Darbois
2014-12-23[trunk] removed warning from convertbmp.cMatthieu Darbois
2014-12-22[trunk] updated BMP format input supportMatthieu Darbois
2014-12-22[trunk] updated BMP format input supportMatthieu Darbois
2014-12-20[trunk] fixed BMP reading for 8bpp when width & 3 == 1Matthieu Darbois