summaryrefslogtreecommitdiff
path: root/src/bin/jp2/convertbmp.c
AgeCommit message (Collapse)Author
2016-09-13Fix issue 833.trylab
Add some overflow check operations.
2016-04-30Fix Out-Of-Bounds Read in sycc42x_to_rgb function (#745)Matthieu Darbois
42x Images with an odd x0/y0 lead to subsampled component starting at the 2nd column/line. That is offset = comp->dx * comp->x0 - image->x0 = 1 Fix #726
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
Update #442
2014-12-27[trunk] removed warning from convertbmp.cMatthieu Darbois
Update issue 442
2014-12-23[trunk] removed warning from convertbmp.cMatthieu Darbois
Update issue 442
2014-12-22[trunk] updated BMP format input supportMatthieu Darbois
Update issue 203
2014-12-22[trunk] updated BMP format input supportMatthieu Darbois
Update issue 203
2014-12-20[trunk] fixed BMP reading for 8bpp when width & 3 == 1Matthieu Darbois
Update issue 203