summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/dwt.c
AgeCommit message (Expand)Author
2024-02-18opj_dwt_decode_tile(): avoid potential UndefinedBehaviorSanitizer 'applying z...Even Rouault
2022-02-10Avoid integer overflows in DWT. Fixes https://bugs.chromium.org/p/oss-fuzz/is...Even Rouault
2021-12-05Fix some typos (found by codespell)Stefan Weil
2021-09-03Avoid integer overflows in DWT. Fixes https://bugs.chromium.org/p/oss-fuzz/is...Even Rouault
2020-11-30Encoder: avoid global buffer overflow on irreversible conversion when too man...Even Rouault
2020-05-23Forward DWT 9-7: major speed up by vectorizing vertical passEven Rouault
2020-05-23Forward DWT 5-3: major speed up by vectorizing vertical passEven Rouault
2020-05-22Forward DWT: small code refactoring to allow future improvements for the vert...Even Rouault
2020-05-22dwt.c: remove unused typedefEven Rouault
2020-05-22Forward DWT 5x3: performance improvements in horizontal pass, and modest in v...Even Rouault
2020-05-22Forward DWT: small code refactoring to allow future improvements for the hori...Even Rouault
2020-05-21Speed-up 9x7 IDWD by ~30% with OPJ_NUM_THREADS=2Even Rouault
2020-05-21Remove useless + 5U margin in opj_dwt_decode_tile_97()Even Rouault
2020-05-21Speed-up 9x7 IDWD by ~20%Even Rouault
2020-05-20Irreversible decoding: partially revert previous commit, to fix failures in t...Even Rouault
2020-05-20Irreversible compression/decompression DWT: use 1/K constant as per standardEven Rouault
2020-05-20opj_dwt_encode_1_real(): avoid many bound comparisons, similarly to decoding ...Even Rouault
2020-05-20Encoder: use floating-point operations for irreversible transformationEven Rouault
2020-05-20dwt.c: change sign of constants to match standard and compensate (no function...Even Rouault
2020-05-20Add multithreaded support in the DWT encoder.Even Rouault
2018-10-31Fix several memory and resource leaksNikola Forró
2018-09-05Fix some typos in code comments and documentationStefan Weil
2017-09-20Avoid index-out-of-bounds access when invoking opj_compress with -n 11 or hig...Even Rouault
2017-09-06Fix null pointer dereference on partial tile decoding when they are empty. Fi...Even Rouault
2017-09-04Replace uses of size_t by OPJ_SIZE_TEven Rouault
2017-09-01opj_v4dwt_decode_step1_sse(): rework a bit to improve code generationEven Rouault
2017-09-01opj_v4dwt_decode_step2_sse(): loop unrollEven Rouault
2017-09-01opj_dwt_decode_partial_97(): simplify/more efficient use of sparse arrays in ...Even Rouault
2017-09-01opj_dwt_decode_partial_1_parallel(): add SSE2 optimizationEven Rouault
2017-09-01Sub-tile decoding: speed up vertical pass in IDWT5x3 by processing 4 cols at ...Even Rouault
2017-09-01Optimize opj_dwt_decode_partial_1() when cas == 0Even Rouault
2017-09-01Various changes to allow tile buffers of more than 4giga pixelsEven Rouault
2017-09-01Fix compiler warning in release modeEven 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-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-23opj_dwt_decode_partial_97(): perf improvement: limit copy of coefficients at ...Even 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-07-06Comment fixEven Rouault
2017-06-30IDWT 5x3: fix bug in AVX2 implementation (#953, #957)Even Rouault
2017-06-21IDWT 5x3: generalize SSE2 version for AVX2Even Rouault
2017-06-21dwt.c: small cleanupEven Rouault
2017-06-20Improve performance of inverse DWT 5x3 (#953)Even Rouault
2017-06-17Fix astyle issueEven Rouault
2017-06-17Fix warnings with recent GCC versionsEven Rouault
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault