summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/j2k.c
AgeCommit message (Expand)Author
2020-05-20opj_j2k_setup_encoder(): add validation of tile width and height to avoid pot...Even Rouault
2020-04-21Add support for generation of PLT markers in encoderEven Rouault
2020-04-16Rename mis-named function opj_tcd_get_encoded_tile_size() to opj_tcd_get_enco...Even Rouault
2020-02-12Implement writing of IMF profilesEven Rouault
2020-01-11opj_j2k_update_image_dimensions(): reject images whose coordinates are beyond...Even Rouault
2019-09-03Merge pull request #1164 from sebras/masterEven Rouault
2019-04-25Change opj_j2k_check_poc_val() to take into account tile numberEven Rouault
2019-04-25Fix POC in multi-tile scenarios: avoid almost endless loop when a tile has no...Even Rouault
2019-04-25opj_j2k_check_poc_val(): prevent potential write outside of allocated arrayEven Rouault
2019-04-25opj_j2k_check_poc_val(): fix starting index for checking layer dimensionEven Rouault
2019-04-25compression: emit POC marker when only one single POC is requested (fixes #1191)Even Rouault
2019-04-23j2k.c: use correct naming convention for total_data_size variableEven Rouault
2019-02-21openjp2/j2k: Report error if all wanted components are not decoded.Sebastian Rasmussen
2018-09-05openjp2/jp2: Fix two format stringsStefan Weil
2018-06-20Avoid assertion when running opj_j2k_merge_ppt() several time due to e6674f7e...Even Rouault
2018-06-20Revert "Avoid assertion in opj_j2k_merge_ppt() in case premature EOC is encou...Even Rouault
2017-11-30opj_j2k_read_cod: remove check for 'No more than one COD marker per tile' (fi...Even Rouault
2017-11-30Fix typo in commentsEven Rouault
2017-10-12opj_j2k_set_threads(): add sanity check to error out if called after opj_read...Even Rouault
2017-09-26Merge pull request #1022 from rouault/partial_component_decodingAntonin Descampe
2017-09-21Add assertionEven Rouault
2017-09-21Comment dead code (Coverity CID 94681)Even Rouault
2017-09-21Workaround Coverity CID 113061Even Rouault
2017-09-21opj_j2k_get_default_thread_count(): validate value of OPJ_NUM_THREADS to fix ...Even Rouault
2017-09-21Fix copy&paste error (Coverity CID 169394)Even Rouault
2017-09-20Use a #define J2K_MAX_POCS 32 to avoid hard-coded constant (#349)Even Rouault
2017-09-19Remove redundant test (raised by cppcheck)Even Rouault
2017-09-19Add capability to decode only a subset of all components of an image.Even Rouault
2017-09-19Fix compilation with AppleClang 8.1.0.8020042 (#1020)Even Rouault
2017-09-08opj_j2k_update_image_data(): restrict optimized pathEven Rouault
2017-09-06Fix invalid access out of bounds, and bad behaviour, when calling repeatdly o...Even Rouault
2017-09-06Fix 2.2.0 regression when reading codestream with reperated calls to opj_get_...Even Rouault
2017-09-05Merge pull request #1010 from rouault/subtile_decoding_stage3Even Rouault
2017-09-02Improve error message when specifying a too big cp_reduce parameter (#474)Even Rouault
2017-09-01opj_j2k_update_image_data(): avoid allocating image buffer if we can just reu...Even Rouault
2017-09-01opj_j2k_setup_encoder(): emit warnings if tcp_rates are not decreasing or tcp...Even Rouault
2017-09-01opj_j2k_setup_encoder(): avoid potential int overflow in computations related...Even Rouault
2017-09-01opj_compress help: revert 32572617765cb9d77302384653a48d793b8f657f and indica...Even Rouault
2017-09-01opj_j2k_update_image_data(): avoid zero-ing the buffer if not neededEven Rouault
2017-09-01Allow several repeated calls to opj_set_decode_area() and opj_decode() for si...Even Rouault
2017-09-01opj_j2k_decode_tiles(): apply whole single tile image decoding optimization t...Even Rouault
2017-09-01Various changes to allow tile buffers of more than 4giga pixelsEven Rouault
2017-09-01Remove limitation that prevents from opening images bigger than 4 billion pixelsEven Rouault
2017-09-01Sub-tile decoding: only allocate tile component buffer of the needed dimensionEven Rouault
2017-09-01opj_j2k_setup_encoder(): validate code block width/heightEven Rouault
2017-08-28Make opj_set_decode_area() and opj_decode() take into account opj_set_decoded...Even Rouault
2017-08-21j2k.c: fix comment, and remove FIXMEEven Rouault
2017-08-17opj_j2k_update_rates(): grow tile size buffer for some situationsEven Rouault
2017-08-17Sub-tile decoding: only decode precincts and codeblocks that intersect the wi...Even Rouault
2017-08-16opj_t2_encode_packet(): fix potential write heap buffer overflow (#992)Even Rouault