summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/j2k.c
AgeCommit message (Expand)Author
2017-07-30opj_j2k_set_decode_area: replace assertions by runtime checks. Fixes https://...Even Rouault
2017-07-29opj_tcd_get_decoded_tile_size(): fix potential UINT32 overflow (#854, CVE-201...Even Rouault
2017-07-29Avoid assertion in opj_j2k_merge_ppt() in case premature EOC is encountered i...Even Rouault
2017-07-28Fix null pointer dereference in opj_j2k_add_mct() (#895)Even Rouault
2017-07-28Avoid use-after-free when a MCT marker is found after a MCC one (#895)Even Rouault
2017-07-27Avoid undefined shift behaviour if bit depth == 32 (#895)Even Rouault
2017-07-27opj_j2k_update_image_data / opj_tcd_update_tile_data: fix unaligned load/stor...Even Rouault
2017-07-27Avoids undefined shift behaviour in m_dc_level_shift computationEven Rouault
2017-07-26Fix assertion / memory leak in opj_j2k_merge_ppt() on corrupted images (#939)Even Rouault
2017-07-03opj_j2k_read_header_procedure(): validate marker size to avoid excessive memo...Even Rouault
2017-05-23CMake: add stronger warnings for openjp2 lib/bin by default, and error out on...Even Rouault
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
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-06fix incrementing of "l_tcp->m_nb_mcc_records" in opj_j2k_read_mcc (#820)Matthieu Darbois
2016-09-06Add overflow check in opj_j2k_update_image_data (#817)Matthieu Darbois
2016-05-25Add opj_codec_set_threads() in public API and propagate resulting thread pool...Even Rouault
2016-05-08Fix Out-of-Bounds Access in function opj_tgt_resetmayeut
2016-04-30Fix some coverity warningsmayeut
2016-04-30Fix warnings (#763)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-01-25fixed tile numberingAntonin Descampe
2016-01-11Merge pull request #551 from mayeut/coc-qccMatthieu Darbois
2016-01-06Fix duplicate article in commentsStefan Weil
2015-10-18Merge branch 'master' into coc-qccmayeut
2015-10-17Fixed crash on encodingmayeut
2015-10-06Merge branch 'master' into coc-qccmayeut
2015-10-06Added missing casts for return values of opj_malloc()/opj_calloc().Stephan Mühlstrasser
2015-10-02Add check for seek support before trying TPsot==TNsot workaroundmayeut
2015-09-29Fix typos in comments and stringStefan Weil
2015-09-17Fix resource leak in opj_j2k_create_cstr_indexmayeut
2015-09-17Fix resource leak in opj_j2k_encodemayeut
2015-09-17fix resource leak in opj_j2k_decode_one_tilemayeut
2015-09-08Merge remote-tracking branch 'uclouvain/master' into coc-qccmayeut
2015-09-06Fix potential use-after-free in opj_j2k_write_mco functionmayeut
2015-07-31Sync coc-qcc branch with mastermayeut
2015-07-30Remove printf/fprintf to stdout/stderr throughout openjp2 libmayeut
2015-07-29Write COC/QCC in Main Headermayeut
2015-07-28Start support for qcc/cocmayeut
2015-07-26Remove some warnings when buildingmayeut
2015-07-23Add some missing static keywordsmayeut
2015-07-21Merge pull request #533 from mayeut/refactor-read-ppXMatthieu Darbois
2015-07-12Merge pull request #529 from renevanderark/mastermayeut
2015-07-12Refactor opj_read_ppmmayeut
2015-07-12Refactor opj_j2k_read_pptmayeut
2015-07-11Add option to force component splitting in imagetopnmmayeut
2015-07-08fix Suspicious code in j2k.c #517Rene van der Ark