summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-09Preparing Release v2.2.0v2.2.0Antonin Descampe
2017-08-09Preparing Release v2.2.0Antonin Descampe
2017-08-10.travis.yml: add 'dist: precise' for config that requires itEven 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
2017-08-08Fix remaining warningAntonin Descampe
2017-08-08Merge pull request #975 from szukw000/changes-for-afl-testsAntonin Descampe
2017-08-07Merge pull request #968 from rouault/reduce_memory_decodingEven Rouault
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
2017-08-07Decrease memory consumption for whole image single tile decoding.Even Rouault
2017-08-07Changes for converttif.c to fix tsize_tszukw000
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-08-02Update abi-check to take into account new defaults for "add" git commandAntonin Descampe
2017-08-02WIP: fix abi-check and automatic uploadAntonin Descampe
2017-07-31src/bin/jpwl/convert.c: add missing fclose() in error code path (suggested by...Even Rouault
2017-07-31Catch images broken by AFLszukw000
2017-07-30src/lib/openjp2/*.h: use OPJ_ prefix for inclusion guards instead of reserved...Even Rouault
2017-07-30opj_event_msg(): force zero termination of bufferEven Rouault
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-30Fix warnings in USE_JPIP compilation modeEven Rouault
2017-07-30Avoid heap buffer overflow in function pnmtoimage of convert.c, and unsigned ...Even Rouault
2017-07-30Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)Even Rouault
2017-07-30j2k.c: remove hardcoded constants related to m_state, and useless FIXMEEven Rouault
2017-07-30Avoid p_stream->m_user_data_length >= (OPJ_UINT64)p_stream->m_byte_offset ass...Even Rouault
2017-07-30opj_j2k_set_decode_area: replace assertions by runtime checks. Fixes https://...Even Rouault
2017-07-30opj_tcd_dc_level_shift_decode: avoid int32 overflow when prec == 31. Fixes ht...Even Rouault
2017-07-29src/bin/jpwl/convert.c: fix memleak (fix suggested by maddin200, #631)Even Rouault
2017-07-29Fix warnings in pi.c raised by VS11 analyze (#190)Even Rouault
2017-07-29Fix write heap buffer overflow in opj_mqc_byteout(). Discovered by Ke Liu of ...Even Rouault
2017-07-29opj_pi_update_decode_poc(): limit layno1 to the number of layers (CVE-2016-16...Even Rouault
2017-07-29opj_tcd_get_decoded_tile_size(): fix potential UINT32 overflow (#854, CVE-201...Even Rouault
2017-07-29color_cielab_to_rgb(): reject images with components of different dimensions ...Even Rouault
2017-07-29Fix breakage of 2fa0fc61f2d546c8b67e7c5a9cbc61d98e1f7af0 (#970)Even Rouault
2017-07-29imagetopnm(): make sure the alpha component has same dimension as other compo...Even Rouault
2017-07-29opj_t1_decode_cblk(): avoid undefined shift behaviour. Fixes https://bugs.chr...Even Rouault
2017-07-29opj_t1_clbl_decode_processor(): avoid undefined behaviour if roishift >= 31. ...Even Rouault