summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/j2k.c
AgeCommit message (Expand)Author
2017-08-09Remove useless opj_tcd_t::enumcs field added per #975Even Rouault
2017-08-09Partial revert BPC related check of #975 (#979)Even Rouault
2017-08-08Merge pull request #975 from szukw000/changes-for-afl-testsAntonin Descampe
2017-08-07Decoding: do not allocate memory for the codestream of each codeblockEven Rouault
2017-08-07Add opj_image_data_alloc() / opj_image_data_free()Even Rouault
2017-08-07Fix crash on Windows due to b7594c0fcb9dd3aa6356d72c4a525d76168da689Even Rouault
2017-08-07Decrease memory consumption for whole image single tile decoding.Even Rouault
2017-08-04opj_j2k_read_sot(): check current TPSot number regarding previous (non-zero) ...Even Rouault
2017-08-02First change on changes-for-afl-testsszukw000
2017-07-31Catch images broken by AFLszukw000
2017-07-30Fix breakage of 22bf99ce0220811bfce1562ee61423cb0245b683Even Rouault
2017-07-30Test return value of opj_j2k_setup_decoding_tile() (commit https://github.com...Even Rouault
2017-07-30j2k.c: remove hardcoded constants related to m_state, and useless FIXMEEven Rouault
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