summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-10Add missing source for the JPIP library and executables (issue #658) (#659)Stefan Weil
2016-05-08Fix Out-of-Bounds Access in function opj_tgt_resetmayeut
2016-05-08Fix Heap Buffer Overflow in function color_cmyk_to_rgbmayeut
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
2016-04-30Fix bad call to fclose with NULL pointermayeut
2016-04-30Fix warnings (#763)Matthieu Darbois
2016-04-30Fix Out-Of-Bounds Read in sycc42x_to_rgb function (#745)Matthieu Darbois
2016-04-29Fix heap-buffer-overflow in color_esycc_to_rgb (#748)Matthieu Darbois
2016-04-29cppcheck fix for openjp2 (#740)julienmalik
2016-04-28Check SSIZ is valid in opj_j2k_read_siz (#762)Matthieu Darbois
2016-04-28Fix unsigned int overflow reported by UBSan (#761)Matthieu Darbois
2016-04-28Fix implicit float-to-bool conversions (#752)julienmalik
2016-04-28Fix unsigned int overflow reported by UBSan (#759)Matthieu Darbois
2016-04-27Fix issue 135mayeut
2016-04-27Fix negative shift left reported by UBSan (#758)Matthieu Darbois
2016-04-26Remove whitespace and CR at line endings (#678)Stefan Weil
2016-04-26Fix negative shift left reported by UBSan (#757)Matthieu Darbois
2016-04-23Do not define __attribute__ in opj_includes.h (#751)Matthieu Darbois
2016-04-23Allow to write 3/5/7/9/11/13/15 bpp TIF filesmayeut
2016-04-23Allow to read 3/5/7/9/11/13/15 bpp TIF filesmayeut
2016-04-18Merge pull request #708 from GrokImageCompression/issue_695Antonin Descampe
2016-04-12Merge pull request #734 from senbox-org/opj_dump_dead_codeAntonin Descampe
2016-04-09Fix uninitialized variable reported by cppcheckJulien Malik
2016-04-09Remove dead code in opj_dumpJulien Malik
2016-01-30suppress valgrind error - avoid accessing uninitialized memory in mq encoderAaron Boxer
2016-01-28issue #695 MQ Encode: ensure that bp pointer never points to uninitialized me...Aaron Boxer
2016-01-25fixed tile numberingAntonin Descampe
2016-01-23Merge pull request #648 from stweil/allocAntonin Descampe
2016-01-11Merge pull request #551 from mayeut/coc-qccMatthieu Darbois
2016-01-09Add comment explaining bj is not use when l_data_size == 0Even Rouault