T1: (failed) optimization attempt to use signed magnitude representation (#931)
[openjpeg.git] / src / lib / openjp2 / t1.c
2017-05-22 Even RouaultT1: (failed) optimization attempt to use signed magnitu... t1_dec_signed_magnitude_representation
2017-05-15 Even RouaultMerge pull request #919 from rouault/reformat
2017-05-09 Even RouaultReformat whole codebase with astyle.options (#128)
2016-09-20 Antonin DescampeMerge pull request #834 from trylab/issue833
2016-09-14 Matthieu DarboisAdd overflow checks for opj_aligned_malloc (#841)
2016-09-14 Matthieu DarboisFlags in T1 shall be unsigned (#840)
2016-09-13 Matthieu DarboisFix some warnings (#838)
2016-09-13 Antonin DescampeMerge branch 'bit-fields-type' of https://github.com...
2016-09-13 Antonin DescampeMerge pull request #786 from rouault/tier1_optimization...
2016-09-08 Even RouaultMerge branch 'master' of https://github.com/uclouvain... 786/head
2016-09-07 Stephan MühlstrasserMerge branch 'master' into bit-fields-type
2016-09-05 Matthieu DarboisChange 'restrict' define to 'OPJ_RESTRICT' (#816)
2016-05-26 Even RouaultBe robust to failed allocations of job structures
2016-05-25 Even RouaultUse thread-pool for T1 decoding
2016-05-23 Even RouaultFix MSVC210 build issue (use of C99 declaration after... 783/head
2016-05-23 Even RouaultImprove perf of opj_t1_dec_sigpass_mqc_vsc() and opj_t1...
2016-05-23 Even RouaultBetter inlining of opj_t1_updateflagscolflags() w.r...
2016-05-23 Even Rouaultopj_t1_dec_clnpass(): remove useless test in the runlen...
2016-05-23 Even Rouaultopj_t1_decode_cblks(): tiny perf increase when loop...
2016-05-23 Even RouaultTier 1 decoding: add a colflags array
2016-05-21 Even RouaultReduce number of occurrences of orient function argument
2016-05-21 Even RouaultSpecialize decoding passes for 64x64 code blocks
2016-05-21 Even RouaultImprove code generation in opj_t1_dec_clnpass()
2016-05-21 Even Rouaultopj_t1_updateflags(): tiny optimization
2016-05-02 julienmalikMerge pull request #767 from julienmalik/fix_memset_nul...
2016-05-02 Julien MalikFix UBSan gcc warning for first arg to memset non null 767/head
2016-04-30 Antonin DescampeMerge pull request #706 from mayeut/issue135
2016-04-29 julienmalikcppcheck fix for openjp2 (#740)
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