Fix issue 135
[openjpeg.git] / src / lib / openjp2 / t1.c
2016-04-27 mayeutFix issue 135 706/head
2016-04-27 Matthieu DarboisFix negative shift left reported by UBSan (#758)
2016-04-26 Matthieu DarboisFix negative shift left reported by UBSan (#757)
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-07-03 mayeutMerge pull request #514 from mayeut/issue-254
2015-07-03 Aaron Boxervarious small T1 optimizations
2014-12-20 Matthieu Darbois[trunk] fixed a possible overflow in opj_t1_encode_cblk...
2014-12-09 Antonin Descampe[trunk] check number of components when getting mct...
2014-11-03 Antonin Descampe[trunk] significantly reduces memory for single tile...
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-03 Antonin Descampe[trunk] updated copyright and added copyright notice...
2014-03-10 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-03 Mathieu Malaterre[trunk] Remove a simple warning about int -> float...
2014-03-03 Mathieu Malaterre[trunk] Remove deprecated functions.
2012-11-16 Mickael Savinaud[trunk] add opj_ prefix to some internal define and...
2012-11-15 Mickael Savinaud[trunk] use OPJ_INT32 instead of int in t2.c
2012-11-15 Mickael Savinaud[trunk] move opj_bool to OPJ_BOOL to follow the other...
2012-11-13 Mickael Savinaud[trunk] remove warnings raised by flags -Wall -Wextra...
2012-10-26 Mickael Savinaud[trunk] remove some warnings from -Wall -Wextra -pedantic
2012-10-26 Mickael Savinaud[trunk]remove some warnings raised by Wall
2012-10-25 Mickael Savinaud[trunk] remove last warnings from t1
2012-10-25 Mickael Savinaud[trunk] rename t1_getwmsedec_v2 to opj_t1_getwmsedec...
2012-10-25 Mickael Savinaud[trunk] cancel previous commit about use of t1_decode_c...
2012-10-25 Mickael Savinaud[trunk] use the opj_ prefix for last t1 functions
2012-10-25 Mickael Savinaud[trunk] [trunk] remove old opj_tcp and rename opj_tcp_v...
2012-10-25 Mickael Savinaud[trunk] rename opj_tcd_truct_v2 to opj_tcd_struct
2012-10-24 Mickael Savinaud[trunk] rename flag_t to opj_flag_t
2012-10-24 Mickael Savinaud[trunk] use new opj prefix and type with raw functions
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 mqc global functions with opj_ prefix
2012-10-03 Mickael Savinaud{trunk]update mct functions with opj_ prefix and new...
2012-09-28 Mathieu Malaterre[trunk] Start FolderReorgProposal task