summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/opj_intmath.h
AgeCommit message (Expand)Author
2022-10-18Fix incorrect decoding of image with large number of progression levelsEven Rouault
2021-12-05Fix some typos (found by codespell)Stefan Weil
2021-09-03Avoid integer overflows in DWT. Fixes https://bugs.chromium.org/p/oss-fuzz/is...Even Rouault
2020-04-16Fix warnings about signed/unsigned casts in pi.cEven Rouault
2018-08-27Cast on uint ceildivRobert Everson
2017-09-01opj_tcd_dc_level_shift_decode(): optimize lossy caseEven Rouault
2017-08-18Subtile decoding: only do 5x3 IDWT computations on relevant areas of tile-com...Even Rouault
2017-07-30src/lib/openjp2/*.h: use OPJ_ prefix for inclusion guards instead of reserved...Even Rouault
2017-07-28opj_int_ceildiv(): fix int32 overflow. Fixes https://bugs.chromium.org/p/oss-...Even Rouault
2017-05-15Reformat: apply reformattin on .h files (#128)Even Rouault
2015-08-23Fix some calculations in opj_tcd_init_tilemayeut
2015-07-27Use __emul under msvc x86 for fast 64 = 32 * 32mayeut
2015-07-26Remove some warnings when buildingmayeut
2015-05-27[trunk] Fix overflow in opj_image_comp_header_update (fixes issue 495)Matthieu Darbois
2015-02-02[trunk] added overflow checks (fixes issue 431)Antonin Descampe
2014-12-20[trunk] fixed a possible overflow in opj_t1_encode_cblks call to opj_int_fix_...Matthieu Darbois
2014-12-13[trunk] Speed-up opj_int_fix_mul by removing unneeded operation Matthieu Darbois
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe
2014-03-14[trunk] Apply final missing patch from sumatrapdf team:Mathieu Malaterre
2014-03-03[trunk] Explicitely trigger issue 229, there may be an impact in code executi...Mathieu Malaterre
2012-10-05[trunk] rename int.h to opj_intmath.h and rename all its functions with opj_ ...Mickael Savinaud