summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-01TCD: allow tile buffer to be greater than 4GB on 64 bit hosts (but number of ...Even Rouault
2017-09-01Fix compiler warning in release modeEven Rouault
2017-09-01Remove limitation that prevents from opening images bigger than 4 billion pixelsEven Rouault
2017-09-01opj_tcd_init_tile(): fix typo on overflow detection condition (introduced in ...Even Rouault
2017-09-01opj_dwt_decode_partial_tile(): avoid undefined behaviour in lifting operation...Even Rouault
2017-09-01Sub-tile decoding: only allocate tile component buffer of the needed dimensionEven Rouault
2017-09-01opj_compress: reorder checks related to code block dimensions, to avoid poten...Even Rouault
2017-09-01opj_j2k_setup_encoder(): validate code block width/heightEven Rouault
2017-09-01opj_t1_allocate_buffers(): remove useless overflow checksEven 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-28Add test for fix of a55c024fc6b917a409b85aeafd7326421c4aea34Even 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-24Another cleanup in knownfailures-* filesEven Rouault
2017-08-24Remove test steps from specialized knownfailures- that are already in knownfa...Even Rouault
2017-08-24issue104_jpxstream.jp2 decompresses just fine (and like Kakadu). Update md5re...Even Rouault
2017-08-24Remove broken.jpc test from known failures, by avoiding too long processing timeEven Rouault
2017-08-24imagetopgx(): improve performance in 8 bit case (relates to broken.jpc test c...Even Rouault
2017-08-24Remove -NR-DEC-p1_06.j2k-156-decode and NR-DEC-p1_06.j2k-164-decode from know...Even Rouault
2017-08-23opj_dwt_decode_partial_97(): perf improvement: limit copy of coefficients at ...Even Rouault
2017-08-21test_tile_encoder: fix checks on argcEven Rouault
2017-08-21j2k.c: fix comment, and remove FIXMEEven Rouault
2017-08-21Add commentEven Rouault
2017-08-21Merge pull request #1001 from rouault/subtile_decoding_stage2Even 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-19pgxtoimage(): avoid excessive memory allocation attempt (#999)Even Rouault
2017-08-18Subtile decoding: only do 5x3 IDWT computations on relevant areas of tile-com...Even Rouault
2017-08-18pgxtoimage(): fix write stack buffer overflow (#997)Even Rouault
2017-08-18test_decode_area: fix to make it work with odd image dimensionsEven Rouault
2017-08-18bmp_read_rle8_data(): avoid potential infinite loop (#996)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-17Fix -Wconversion warningEven Rouault
2017-08-17bench_dwt.c: fix signedness related warningsEven Rouault
2017-08-17convert.c: fix recently introduced -Wsign-conversion warningsEven Rouault
2017-08-17opj_getopt_long(): avoid infinite loop on invalid or missing value for an opt...Even Rouault
2017-08-17opj_decompress_fuzzer.cpp: reject images with too big tiles. Fixes https://bu...Even Rouault
2017-08-17tgatoimage(): avoid excessive memory allocation attempt, and fixes unaligned ...Even 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-16Fix build issue of JPWL by adding opj_image_data_alloc() and opj_image_data_f...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-16tiftoimage(): fix read heap buffer overflow (#988)Even Rouault
2017-08-16imagetotga(): fix read heap buffer overflow if numcomps < 3 (#987)Even Rouault