Cast to size_t before multiplication
[openjpeg.git] / src / lib / openjp2 / pi.c
2016-09-13 Matthieu DarboisCast to size_t before multiplication
2016-09-13 trylabFix an integer overflow issue (#809)
2016-05-13 Antonin DescampeMerge branch 'master' into openjpeg-2.1 760/head
2016-04-30 Antonin DescampeMerge pull request #706 from mayeut/issue135
2016-04-28 Matthieu DarboisFix unsigned int overflow reported by UBSan (#761)
2016-01-23 Antonin DescampeMerge branch 'master' into openjpeg-2.1
2016-01-10 Matthieu DarboisMerge pull request #551 from mayeut/coc-qcc
2016-01-06 mayeutMerge remote-tracking branch 'uclouvain/master'
2016-01-06 Matthieu DarboisMerge pull request #684 from stweil/typo
2016-01-06 Stefan WeilFix duplicate article in comments 684/head
2015-07-26 Matthieu DarboisMerge pull request #548 from mayeut/master
2015-07-26 mayeutRemove some warnings when building 548/head
2015-07-25 Matthieu DarboisMerge pull request #528 from mayeut/zlib-1.2.8
2015-07-25 Matthieu DarboisMerge pull request #521 from manisandro/bigendian
2015-07-20 Matthieu DarboisMerge pull request #533 from mayeut/refactor-read-ppX
2015-07-20 mayeutMerge remote-tracking branch 'uclouvain/master' into...
2015-07-18 Matthieu DarboisMerge pull request #537 from mayeut/master
2015-07-18 mayeutAdd some missing static 537/head
2015-02-02 Antonin Descampe[trunk] added overflow checks (fixes issue 431)
2015-01-15 Antonin Descampe[trunk] fixed a buffer overflow in opj_tcd_init_decode_tile
2014-10-01 Antonin Descampe[trunk] fixed warning from r2891
2014-09-30 Antonin Descampe[trunk] fixed bad use of case statement (fixes issue...
2014-09-16 Antonin Descampe[trunk] improve memory management (fixes issue 359)
2014-04-17 Antonin Descampe[trunk] refactoring of rsiz, profiles, and extensions...
2014-04-03 Antonin Descampe[trunk] updated copyright and added copyright notice...
2014-03-13 Mathieu Malaterre[trunk] Add some documention in the pi code
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2012-11-15 Mickael Savinaud[trunk] move opj_bool to OPJ_BOOL to follow the other...
2012-11-15 Mickael Savinaud[trunk] rename public symbols with OPJ_ prefix (enum...
2012-11-15 Mickael Savinaud[trunk] rename public symbols with OPJ_ prefix
2012-11-13 Mickael Savinaud[trunk] remove warnings raised by flags -Wall -Wextra...
2012-11-13 Mickael Savinaud[trunk] remove warnings raised by flags -Wall -Wextra...
2012-10-29 Mathieu Malaterre[trunk] Fix remainings issues with doxygen doc
2012-10-29 Mickael Savinaud[trunk] remove warnings related to the use of -Wall...
2012-10-25 Mickael Savinaud[trunk] [trunk] remove old opj_tcp and rename opj_tcp_v...
2012-10-25 Mickael Savinaud[trunk] [trunk] remove old opj_cp and rename opj_cp_v2...
2012-10-15 Mathieu Malaterre[trunk] Add missing newline character
2012-10-05 Mickael Savinaud[trunk] rename int.h to opj_intmath.h and rename all...
2012-10-03 Mickael Savinaud[trunk]remove warnings in pi.c through the update of...
2012-10-03 Mickael Savinaud[trunk] (style) move global pi functions to the right...
2012-10-03 Mickael Savinaud[trunk] remove old v1 functions and rename pi_initialis...
2012-10-03 Mickael Savinaud[trunk] update pi_check_next_level with the opj_ prefix...
2012-10-03 Mickael Savinaud[trunk]rename pi_update_encoding_parameters to opj_pi_u...
2012-10-03 Mickael Savinaud[trunk] replace pi_next by opj_pi_next
2012-10-03 Mickael Savinaud[trunk] update local function of pi.c with the opj_...
2012-09-28 Mathieu Malaterre[trunk] Start FolderReorgProposal task