summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-24imagetopgx(): improve performance in 8 bit case (relates to broken.jpc test c...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-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-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-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
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-14bmp_read_info_header(): reject bmp files with biBitCount == 0 (#983)Even 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-11Changes in converttif.c for PPC64szukw000
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-09opj_decompress: document -quiet option, and remove spurious newline outputEven Rouault
2017-08-09src/bin/jpwl/convert.c pgxtoimage(): add missing fclose() (#977)Even Rouault
2017-08-09imagetobmp: avoid shift by -1 (relates to #811)Even Rouault