summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/opj_intmath.h
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2015-08-23Fix some calculations in opj_tcd_init_tilemayeut
Fixes #486 Fixes #394 Update #480 Update #388
2015-07-27Use __emul under msvc x86 for fast 64 = 32 * 32mayeut
Update uclouvain/openjpeg#220
2015-07-26Remove some warnings when buildingmayeut
Update #442
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
Thanks mdarbois
2014-12-20[trunk] fixed a possible overflow in opj_t1_encode_cblks call to ↵Matthieu Darbois
opj_int_fix_mul (fixes issue 141)
2014-12-13[trunk] Speed-up opj_int_fix_mul by removing unneeded operation Matthieu Darbois
Update issue 220
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-03-14[trunk] Apply final missing patch from sumatrapdf team:Mathieu Malaterre
http://bugs.ghostscript.com/show_bug.cgi?id=694893 Update issue 231
2014-03-03[trunk] Explicitely trigger issue 229, there may be an impact in code ↵Mathieu Malaterre
execution. The assert may get removed afterward Update issue 229
2012-10-05[trunk] rename int.h to opj_intmath.h and rename all its functions with opj_ ↵Mickael Savinaud
prefix