summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/j2k.c
AgeCommit message (Expand)Author
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
2015-07-04uclouvain/openjpeg#254 Add build option to disable the fixmayeut
2015-06-05Merge branch 'master' into issue-254mayeut
2015-06-03[trunk] Fix offset computations in opj_j2k_update_image_dataMatthieu Darbois
2015-05-19[trunk] Correct potential double free on malloc failure in opj_j2k_copy_defau...Matthieu Darbois
2015-05-19[trunk] Add check for number of layers & cblkw/cblkh values (fixes issue 475)Matthieu Darbois
2015-05-19[trunk] Add check for at most 1 COD marker per tile. 1 COD marker for MH (fix...Matthieu Darbois
2015-05-16Revert "Correct overflows in opj_j2k_update_image_data"mayeut
2015-05-16Implement TNsot correction for non conforming filesmayeut
2015-05-16Correct overflows in opj_j2k_update_image_datamayeut
2015-01-20[trunk] fixed a bug encoutntered when multiple MCT markers are providedAntonin Descampe
2014-12-19[trunk] Updated checks regarding number of decomposition levels when compressingMatthieu Darbois
2014-12-18[trunk] Fixed a crash on illegal tile offset when decoding Matthieu Darbois