summaryrefslogtreecommitdiff
path: root/src/lib/openjp2
AgeCommit message (Expand)Author
2019-12-03Add some more errno to debug 'failed to start J2K encoding'Carl Hetherington
2019-12-03Revert "Packet header writing: set empty packet header bit to 0 when appropri...Carl Hetherington
2019-12-03Fix from Aaron to match v1's threshold value.Carl Hetherington
2019-12-03use tolerance to bail out early from rate control : much fasterAaron Boxer
2019-12-03Add some error codes to debug failure in opj_j2k_start_compress.Carl Hetherington
2017-09-01opj_tcd_rateallocate(): make sure to use all passes for a lossless layer (#1009)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-01Fix undefined shift behaviour in opj_dwt_is_whole_tile_decoding(). Fixes http...Even Rouault
2017-08-29Use IDWT whole tile decoding if the area of interest equals to the image boun...Even Rouault
2017-08-28Subtile decoding: fix overflows in subband coordinate computation that cause ...Even Rouault
2017-08-28Make opj_set_decode_area() and opj_decode() take into account opj_set_decoded...Even Rouault
2017-08-23opj_dwt_decode_partial_97(): perf improvement: limit copy of coefficients at ...Even Rouault
2017-08-21j2k.c: fix comment, and remove FIXMEEven Rouault
2017-08-21Add commentEven Rouault
2017-08-21Add comments for filter_width valuesEven Rouault
2017-08-20Subtile decoding: only do 9x7 IDWT computations on relevant areas of tile-com...Even Rouault
2017-08-18Subtile decoding: only do 5x3 IDWT computations on relevant areas of tile-com...Even Rouault
2017-08-17opj_j2k_update_rates(): grow tile size buffer for some situationsEven Rouault
2017-08-17Zero-initialize tile buffer regions of skipped code-blocks, so as to make Val...Even Rouault
2017-08-17Sub-tile decoding: only decode precincts and codeblocks that intersect the wi...Even Rouault
2017-08-17bench_dwt.c: fix signedness related warningsEven Rouault
2017-08-17Avoid asserting on assert(i == pcol) in opj_jp2_apply_pclr() by adding new ch...Even Rouault
2017-08-16opj_t1_encode_cblk(): avoid uint32 overflow when numbps = 0 (which is well de...Even Rouault
2017-08-16opj_t2_encode_packet(): fix potential write heap buffer overflow (#992)Even Rouault
2017-08-16opj_j2k_write_sot(): fix potential write heap buffer overflow (#991)Even Rouault
2017-08-16opj_t2_encode_packet(): only emit an error about insufficiently large output ...Even Rouault
2017-08-15Fix assertion in debug mode / heap-based buffer overflow in opj_write_bytes_L...Even Rouault
2017-08-14Merge pull request #984 from stweil/constEven Rouault
2017-08-14Encoder: grow buffer size in opj_tcd_code_block_enc_allocate_data() to avoid ...Even Rouault
2017-08-14Use const qualifier for mqc_statesStefan Weil
2017-08-14Use const qualifier for j2k_prog_order_listStefan Weil
2017-08-10Fix argument order in error message of previous commitEven Rouault
2017-08-10Propagate event manager down to opj_t2_encode_packet() and use it to emit an ...Even Rouault
2017-08-10Fix crash on encoding if using opj_set_default_encoder_parameters() without d...Even Rouault
2017-08-10Improve doc of opj_tccp_info_t::cblkw and cblkhEven Rouault
2017-08-09Remove useless opj_tcd_t::enumcs field added per #975Even Rouault
2017-08-09Doc: fix error in previous commitEven Rouault
2017-08-09tcd.h: doc fixes and improvementsEven Rouault
2017-08-09Document qmfbid valuesEven 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-07Slight improvement in management of code block chunksEven Rouault
2017-08-07Decoding: do not allocate memory for the codestream of each codeblockEven Rouault
2017-08-07Add documentation for magic values in the codeEven Rouault
2017-08-07opj_jp2_apply_pclr() also needs to use opj_image_data_alloc/opj_image_data_freeEven Rouault
2017-08-07Complementary fix to previous commitEven Rouault
2017-08-07Add opj_image_data_alloc() / opj_image_data_free()Even Rouault
2017-08-07Fix crash on Windows due to b7594c0fcb9dd3aa6356d72c4a525d76168da689Even Rouault