summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-09-26OPENJPEG_NAMESPACE is configurable by userMathieu Malaterre
2016-09-26Remove typos from comments and man pagesMathieu Malaterre
2016-09-22Fix PNM file reading (#847)Matthieu Darbois
2016-09-22Fix some issues reported by Coverity Scan (#846)Stefan Weil
2016-09-21Fix potential out-of-bounds read (coverity) (#844)Stefan Weil
2016-09-20Merge pull request #834 from trylab/issue833Antonin Descampe
2016-09-20Disable automatic compilation of t1_generate_lutsAntonin Descampe
2016-09-16Fix warnings from recent overflow checksAntonin Descampe
2016-09-13Add overflow checks for opj_aligned_mallocmayeut
2016-09-13Fix coverity 113065 (CWE-484) (#824)Matthieu Darbois
2016-09-13Cast to size_t before multiplicationMatthieu Darbois
2016-09-13Add sanity check for tile coordinates (#823)Matthieu Darbois
2016-09-13fix incrementing of "l_tcp->m_nb_mcc_records" in opj_j2k_read_mcc (#820)Matthieu Darbois
2016-09-13Fix an integer overflow issue (#809)trylab
2016-09-13Add overflow check in opj_tcd_init_tile (#819)Matthieu Darbois
2016-09-13Fix leak & invalid behavior of opj_jp2_read_ihdr (#818)Matthieu Darbois
2016-09-13Add overflow check in opj_j2k_update_image_data (#817)Matthieu Darbois
2016-09-13Change 'restrict' define to 'OPJ_RESTRICT' (#816)Matthieu Darbois
2016-09-13jpwl: Remove non-portable data type u_int16_t (fix issue #796) (#797)Stefan Weil
2016-09-13Fix dependency for pkg-config (issue #594) (#795)Stefan Weil
2016-06-21Update tcd.c (#790)maddin200
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