summaryrefslogtreecommitdiff
path: root/src/lib/openjp2
AgeCommit message (Expand)Author
2017-03-03PR #894 (without BOOK implementation)dev-restartAntonin Descampe
2016-09-26OPENJPEG_NAMESPACE is configurable by userMathieu Malaterre
2016-09-20Disable automatic compilation of t1_generate_lutsAntonin Descampe
2016-09-16renamed USE_THREAD to OPJ_USE_THREADAntonin Descampe
2016-09-15Remove TODO for overflow check (#842)Matthieu Darbois
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-13Merge branch 'bit-fields-type' of https://github.com/smuehlst/openjpeg into s...Antonin Descampe
2016-09-13Merge pull request #786 from rouault/tier1_optimizations_multithreadingAntonin Descampe
2016-09-08Fix coverity 113065 (CWE-484) (#824)Matthieu Darbois
2016-09-08Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_opt...Even Rouault
2016-09-08opj_thread_pool: fix potential deadlock at thread pool destructionEven Rouault
2016-09-08Cast to size_t before multiplicationMatthieu Darbois
2016-09-08Add sanity check for tile coordinates (#823)Matthieu Darbois
2016-09-07Moved type OPJ_BITFIELD from openjpeg.h to opj_includes.hStephan Mühlstrasser
2016-09-07Merge branch 'master' into bit-fields-typeStephan Mühlstrasser
2016-09-06fix incrementing of "l_tcp->m_nb_mcc_records" in opj_j2k_read_mcc (#820)Matthieu Darbois
2016-09-06Fix an integer overflow issue (#809)trylab
2016-09-06Add overflow check in opj_tcd_init_tile (#819)Matthieu Darbois
2016-09-06Fix leak & invalid behavior of opj_jp2_read_ihdr (#818)Matthieu Darbois
2016-09-06Add overflow check in opj_j2k_update_image_data (#817)Matthieu Darbois
2016-09-06Change 'restrict' define to 'OPJ_RESTRICT' (#816)Matthieu Darbois
2016-08-11[Win32] Use _beginthreadex instead of CreateThread()Even Rouault
2016-07-27Unified bit-field declaration, removed tabs.Stephan Mühlstrasser
2016-07-25Create separate type for bit-fields.Stephan Mühlstrasser
2016-05-26Be robust to failed allocations of job structuresEven Rouault
2016-05-25Use thread pool for DWT decodingEven Rouault
2016-05-25Use thread-pool for T1 decodingEven Rouault
2016-05-25Add opj_codec_set_threads() in public API and propagate resulting thread pool...Even Rouault
2016-05-25Add threading and thread pool APIEven 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-22Const'ify lut arrays so they are in the read-only data sectionEven 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-21Move some MQC functions into a header for speedKal Conley
2016-05-10Update implementation of opj_calloc (#705)Stefan Weil
2016-05-08Fix Out-of-Bounds Access in function opj_tgt_resetmayeut
2016-05-08Fix division by zeromayeut
2016-05-02Use lowercase for cmake commands consistenlyJulien Malik
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-30Fix some coverity warningsmayeut