summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/tcd.c
AgeCommit message (Expand)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2015-10-17Fix inconsistent behavior of malloc(0)mayeut
2015-10-17Fixed crash on encodingmayeut
2015-10-10implement a portable aligned reallocMathieu Malaterre
2015-10-09Revert "Make sure to allocate on 16bits alignement. Fix issue #624"mayeut
2015-10-09Make sure to allocate on 16bits alignement. Fix issue #624Mathieu Malaterre
2015-09-11Change test in opj_tcd_makelayerMatthieu Darbois
2015-09-10Update check in opj_tcd_makelayer to be robust to different float precisionsMatthieu Darbois
2015-09-10Fix threshold calculationMatthieu Darbois
2015-09-10Correct lossless issue on linux x86mayeut
2015-08-23Fix some calculations in opj_tcd_init_tilemayeut
2015-07-30Remove printf/fprintf to stdout/stderr throughout openjp2 libmayeut
2015-07-26Remove some warnings when buildingmayeut
2015-07-22Prevent overflow when coding 16 bits imagesmayeut
2015-07-18Add some missing staticmayeut
2015-02-02[trunk] added overflow checks (fixes issue 431)Antonin Descampe
2015-01-15[trunk] fixed a buffer overflow in opj_tcd_init_decode_tileAntonin Descampe
2014-12-15[trunk] removed warnings when building tcd.c (Update issue 442)Matthieu Darbois
2014-12-12[trunk] Reduce encoder code block memory usage for non 64x64 code block sizes...Matthieu Darbois
2014-12-09[trunk] check number of components when getting mct norm (fixes issue 436)Antonin Descampe
2014-11-21[trunk] added check for tile component data size overflow (fixes issue 432)Matthieu Darbois
2014-11-19[trunk] replace OPJ_MACRO_TCD_ALLOCATE macro by inlined function (fixes issue...Matthieu Darbois
2014-11-03[trunk] significantly reduces memory for single tile RGB encoding (fixesAntonin Descampe
2014-10-22[trunk] resets resno_decoded for each tile (fixes issue 399)Antonin Descampe
2014-10-22[trunk] resets code-blocks reused for other tiles than the first one (fixes i...Antonin Descampe
2014-09-19added memory allocation checks (fixes issue 355)Antonin Descampe
2014-09-16[trunk] improve memory management (fixes issue 359)Antonin Descampe
2014-04-17[trunk] refactoring of rsiz, profiles, and extensions managementAntonin Descampe
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe
2014-03-14[trunk] Add a temporary work around for issue 293Mathieu Malaterre
2014-03-10[trunk] Another final round of fixes for sign conversion warnings.Mathieu Malaterre
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
2014-03-04[trunk] Make sure to reject images such as 1336.pdf.asan.47.376.jp2 Mathieu Malaterre
2014-03-04[trunk] remove more conversion warning in multi-lines macro.Mathieu Malaterre
2014-03-04[trunk] Remove warning about conversion.Mathieu Malaterre
2014-03-02[trunk] Remove simple warnings about comments, missing case in switch statementMathieu Malaterre
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase 1336.pdf.asan...Mathieu Malaterre
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase 1888.pdf.asan...Mathieu Malaterre
2013-02-03[trunk] backout one part of the rev 2266Mickael Savinaud
2012-12-18[trunk] merge from branch 1.5 a correction about large code-block data (decod...Mickael Savinaud
2012-11-16[trunk] add opj_ prefix to some internal define and use the new opj type inst...Mickael Savinaud
2012-11-15[trunk]update the copyright, the authors and thanks to respect the licenseMickael Savinaud
2012-11-15[trunk] move opj_bool to OPJ_BOOL to follow the other typeMickael Savinaud
2012-11-15[trunk] rename public symbols with OPJ_ prefixMickael Savinaud
2012-10-26[trunk]remove some warnings raised by WallMickael Savinaud
2012-10-25[trunk] [trunk] remove old opj_tcp and rename opj_tcp_v2 to opj_tcpMickael Savinaud
2012-10-25[trunk] [trunk] remove old opj_cp and rename opj_cp_v2 to opj_cpMickael Savinaud
2012-10-25[trunk] [trunk] remove old opj_t2 and rename opj_t2_v2 to opj_t2Mickael Savinaud
2012-10-25[trunk] rename opj_tcd_truct_v2 to opj_tcd_structMickael Savinaud
2012-10-25[trunk] rename opj_event_msg_v2 to opj_event_msgMickael Savinaud