summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/t1.c
AgeCommit message (Expand)Author
2017-03-03PR #894 (without BOOK implementation)dev-restartAntonin Descampe
2016-09-15Add overflow checks for opj_aligned_malloc (#841)Matthieu Darbois
2016-09-14Flags in T1 shall be unsigned (#840)Matthieu Darbois
2016-09-14Fix some warnings (#838)Matthieu Darbois
2016-09-08Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_opt...Even Rouault
2016-09-06Change 'restrict' define to 'OPJ_RESTRICT' (#816)Matthieu Darbois
2016-05-26Be robust to failed allocations of job structuresEven Rouault
2016-05-25Use thread-pool for T1 decodingEven Rouault
2016-05-23Fix MSVC210 build issue (use of C99 declaration after statement) introduced i...Even Rouault
2016-05-23Improve perf of opj_t1_dec_sigpass_mqc_vsc() and opj_t1_dec_refpass_mqc_vsc()...Even Rouault
2016-05-23Better inlining of opj_t1_updateflagscolflags() w.r.t. flags_strideEven Rouault
2016-05-23opj_t1_dec_clnpass(): remove useless test in the runlen decoding path (of the...Even Rouault
2016-05-23opj_t1_decode_cblks(): tiny perf increase when loop unrollingEven Rouault
2016-05-23Tier 1 decoding: add a colflags arrayEven Rouault
2016-05-22Reduce number of occurrences of orient function argumentEven Rouault
2016-05-21Specialize decoding passes for 64x64 code blocksEven Rouault
2016-05-21Improve code generation in opj_t1_dec_clnpass()Even Rouault
2016-05-21opj_t1_updateflags(): tiny optimizationEven Rouault
2016-05-02Fix UBSan gcc warning for first arg to memset non nullJulien Malik
2016-04-30Merge pull request #706 from mayeut/issue135Antonin Descampe
2016-04-29cppcheck fix for openjp2 (#740)julienmalik
2016-04-27Fix issue 135mayeut
2016-04-27Fix negative shift left reported by UBSan (#758)Matthieu Darbois
2016-04-26Fix negative shift left reported by UBSan (#757)Matthieu Darbois
2015-07-18Add some missing staticmayeut
2015-07-03various small T1 optimizationsAaron Boxer
2014-12-20[trunk] fixed a possible overflow in opj_t1_encode_cblks call to opj_int_fix_...Matthieu Darbois
2014-12-09[trunk] check number of components when getting mct norm (fixes issue 436)Antonin Descampe
2014-11-03[trunk] significantly reduces memory for single tile RGB encoding (fixesAntonin 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-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe
2014-03-10[trunk] Another 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-03[trunk] Remove a simple warning about int -> float conversionMathieu Malaterre
2014-03-03[trunk] Remove deprecated functions.Mathieu Malaterre
2012-11-16[trunk] add opj_ prefix to some internal define and use the new opj type inst...Mickael Savinaud
2012-11-15[trunk] use OPJ_INT32 instead of int in t2.cMickael Savinaud
2012-11-15[trunk] move opj_bool to OPJ_BOOL to follow the other typeMickael Savinaud
2012-11-13[trunk] remove warnings raised by flags -Wall -Wextra -pedantic and vs9 analyzerMickael Savinaud
2012-10-26[trunk] remove some warnings from -Wall -Wextra -pedanticMickael Savinaud
2012-10-26[trunk]remove some warnings raised by WallMickael Savinaud
2012-10-25[trunk] remove last warnings from t1Mickael Savinaud
2012-10-25[trunk] rename t1_getwmsedec_v2 to opj_t1_getwmsedec and remove t1_getwmsedecMickael Savinaud
2012-10-25[trunk] cancel previous commit about use of t1_decode_cblks from v2. We shoul...Mickael Savinaud
2012-10-25[trunk] use the opj_ prefix for last t1 functionsMickael Savinaud
2012-10-25[trunk] [trunk] remove old opj_tcp and rename opj_tcp_v2 to opj_tcpMickael Savinaud
2012-10-25[trunk] rename opj_tcd_truct_v2 to opj_tcd_structMickael Savinaud
2012-10-24[trunk] rename flag_t to opj_flag_t Mickael Savinaud
2012-10-24[trunk] use new opj prefix and type with raw functionsMickael Savinaud