summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-05-20Irreversible compression/decompression DWT: use 1/K constant as per standardEven Rouault
2020-05-20Testing: revise testing of lossy encoding by comparing PEAK and MSE with orig...Even Rouault
2020-05-20compare_images.c: code reformattingEven Rouault
2020-04-21Add support for generation of PLT markers in encoderEven Rouault
2020-02-12Implement writing of IMF profilesEven Rouault
2020-02-07tests: add alternate checksums for libtiff 4.1Even Rouault
2020-01-13tests/fuzzers: link fuzz binaries using $LIB_FUZZING_ENGINE. (#1230)Max Moroz
2019-06-15opj_decompress_fuzzer: remove checks regarding input dimensions (fixes #1079)Even Rouault
2019-05-26test_decode_area.c: assign tdy to *ptileh instead of *ptilew (fixes #1195)Even Rouault
2019-04-25Add test for previous commitEven Rouault
2019-04-25Add test for previous commitEven Rouault
2019-04-25compression: emit POC marker when only one single POC is requested (fixes #1191)Even Rouault
2018-06-20Add test cases for https://github.com/uclouvain/openjpeg/issues/1120 and http...Even Rouault
2017-11-30opj_j2k_read_cod: remove check for 'No more than one COD marker per tile' (fi...Even Rouault
2017-09-19Add capability to decode only a subset of all components of an image.Even Rouault
2017-09-01test_decode_area: accept user bounds in -strip_height modeEven Rouault
2017-09-01Allow several repeated calls to opj_set_decode_area() and opj_decode() for si...Even Rouault
2017-08-28Add test for fix of a55c024fc6b917a409b85aeafd7326421c4aea34Even 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-24Remove -NR-DEC-p1_06.j2k-156-decode and NR-DEC-p1_06.j2k-164-decode from know...Even Rouault
2017-08-21test_tile_encoder: fix checks on argcEven 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-18test_decode_area: fix to make it work with odd image dimensionsEven Rouault
2017-08-17Sub-tile decoding: only decode precincts and codeblocks that intersect the wi...Even Rouault
2017-08-17opj_decompress_fuzzer.cpp: reject images with too big tiles. Fixes https://bu...Even Rouault
2017-08-14Encoder: grow buffer size in opj_tcd_code_block_enc_allocate_data() to avoid ...Even Rouault
2017-08-10Reformat tests/test_tile_encoder.cEven Rouault
2017-08-09Partial revert BPC related check of #975 (#979)Even Rouault
2017-07-27Avoids undefined shift behaviour in m_dc_level_shift computationEven Rouault
2017-07-26Spelling fixes (patch by ka7, #890, rebased on top of master)Even Rouault
2017-07-03Add tests/fuzzers for OSS Fuzz (#965)Even Rouault
2017-06-12Encoder: fix packet writing of empty sub-bands (#891, #892)Even Rouault
2017-06-09T1: fix BYPASS/LAZY, TERMALL/RESTART and PTERM/ERTERM encoding modes. (#674)fix_bypass_pterm_termallEven Rouault
2017-05-23Tests: test opj_compress in VSC mode (related to #172)Even Rouault
2017-05-11perf_test.py: implement -i optionEven Rouault
2017-05-09Add profiling of CPU and memory usage (#912)Even Rouault
2017-05-06Add performance benchmarking scriptsEven Rouault
2016-09-22Fix PNM file reading (#847)Matthieu Darbois
2016-09-21Fix some issues reported by Coverity Scan (#846)Stefan Weil
2016-09-11Add test for issue 820 (#829)Matthieu Darbois
2016-09-08Add test for issue 826 (#827)Matthieu Darbois
2016-09-08Add sanity check for tile coordinates (#823)Matthieu Darbois
2016-09-07Add test for PR 818 (#822)Matthieu Darbois
2016-07-14Add compilation test for standalone inclusion of openjpeg.h (#798)Matthieu Darbois
2016-05-08Correct expected result for test of issue 495mayeut
2016-05-08Fix Out-of-Bounds Access in function opj_tgt_resetmayeut
2016-05-08Fix Heap Buffer Overflow in function color_cmyk_to_rgbmayeut
2016-05-08Fix division by zeromayeut