opj_tcd_init_tile(): avoid integer overflow
[openjpeg.git] / src / lib / openjp2 / tcd.c
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-12-15 Matthieu Darbois[trunk] removed warnings when building tcd.c (Update...
2014-12-12 Matthieu Darbois[trunk] Reduce encoder code block memory usage for...
2014-12-09 Antonin Descampe[trunk] check number of components when getting mct...
2014-11-21 Matthieu Darbois[trunk] added check for tile component data size overfl...
2014-11-19 Matthieu Darbois[trunk] replace OPJ_MACRO_TCD_ALLOCATE macro by inlined...
2014-11-03 Antonin Descampe[trunk] significantly reduces memory for single tile...
2014-10-22 Antonin Descampe[trunk] resets resno_decoded for each tile (fixes issue...
2014-10-22 Antonin Descampe[trunk] resets code-blocks reused for other tiles than...
2014-09-19 Antonin Descampeadded memory allocation checks (fixes issue 355)
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-14 Mathieu Malaterre[trunk] Add a temporary work around for issue 293
2014-03-10 Mathieu Malaterre[trunk] Another final round of fixes for sign conversio...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-04 Mathieu Malaterre[trunk] Make sure to reject images such as 1336.pdf...
2014-03-04 Mathieu Malaterre[trunk] remove more conversion warning in multi-lines...
2014-03-04 Mathieu Malaterre[trunk] Remove warning about conversion.
2014-03-02 Mathieu Malaterre[trunk] Remove simple warnings about comments, missing...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2013-02-03 Mickael Savinaud[trunk] backout one part of the rev 2266
2012-12-18 Mickael Savinaud[trunk] merge from branch 1.5 a correction about large...
2012-11-16 Mickael Savinaud[trunk] add opj_ prefix to some internal define and...
2012-11-15 Mickael Savinaud[trunk]update the copyright, the authors and thanks...
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
2012-10-26 Mickael Savinaud[trunk]remove some warnings raised by 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-25 Mickael Savinaud[trunk] [trunk] remove old opj_t2 and rename opj_t2_v2...
2012-10-25 Mickael Savinaud[trunk] rename opj_tcd_truct_v2 to opj_tcd_struct
2012-10-25 Mickael Savinaud[trunk] rename opj_event_msg_v2 to opj_event_msg
2012-10-24 Mickael Savinaud[trunk] correct a small warning raised by continous
2012-10-24 Mickael Savinaud[trunk] remove old structures from tcd.h
2012-10-24 Mickael Savinaud[trunk] use the right v2 structure
2012-10-24 Mickael Savinaud[trunk] Finalize dwt.v/.h with the v2 style : remove...
2012-10-05 Mickael Savinaud[trunk] rename int.h to opj_intmath.h and rename all...
2012-10-03 Mickael Savinaud[trunk] update global functions of tgt with opj_ prefix
2012-10-03 Mickael Savinaud{trunk]update mct functions with opj_ prefix and new...
2012-10-01 Mathieu Malaterre[trunk] Remove old function tgt_create
2012-09-28 Mathieu Malaterre[trunk] Start FolderReorgProposal task