summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/tcd.c
AgeCommit message (Collapse)Author
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 ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-03-14[trunk] Add a temporary work around for issue 293Mathieu Malaterre
As described in the bug report the default allocation mecanism for codeblock data is too small for those dataset (16bits). We would need a finer (more granular) mecanism to reallocated only on demand. For now this help the two failing tests to pass. Fixes issue 293
2014-03-10[trunk] Another final round of fixes for sign conversion warnings.Mathieu Malaterre
Fixes issue 256
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-04[trunk] Make sure to reject images such as 1336.pdf.asan.47.376.jp2 Mathieu Malaterre
Fixes issue 267
2014-03-04[trunk] remove more conversion warning in multi-lines macro.Mathieu Malaterre
C allow simple tricks such as to find those: gcc -E tcd.c | sed '/^\#/d' | indent -st -i2 > clean.c Update issue 256
2014-03-04[trunk] Remove warning about conversion.Mathieu Malaterre
Update issue 256
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 ↵Mathieu Malaterre
1336.pdf.asan.47.376 Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This handle testcase ↵Mathieu Malaterre
1888.pdf.asan.35.988 Update issue 225
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 ↵Mickael Savinaud
(decoding part) and add tests about issue 5 and issue 62
2012-11-16[trunk] add opj_ prefix to some internal define and use the new opj type ↵Mickael Savinaud
instead of int and float in some files
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
2012-10-24[trunk] correct a small warning raised by continous Mickael Savinaud
2012-10-24[trunk] remove old structures from tcd.hMickael Savinaud
2012-10-24[trunk] use the right v2 structure Mickael Savinaud
2012-10-24[trunk] Finalize dwt.v/.h with the v2 style : remove last functions already ↵Mickael Savinaud
optimized, add opj_ prefix, use new name of the functions
2012-10-05[trunk] rename int.h to opj_intmath.h and rename all its functions with opj_ ↵Mickael Savinaud
prefix
2012-10-03[trunk] update global functions of tgt with opj_ prefixMickael Savinaud
2012-10-03{trunk]update mct functions with opj_ prefix and new opj typeMickael Savinaud
add some comments
2012-10-01[trunk] Remove old function tgt_createMathieu Malaterre
Fix some warnings about size_t
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177