summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/dwt.c
AgeCommit message (Expand)Author
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
2016-09-15Remove TODO for overflow check (#842)Matthieu Darbois
2016-09-15Add overflow checks for opj_aligned_malloc (#841)Matthieu Darbois
2016-09-14Fix some warnings (#838)Matthieu Darbois
2016-09-08Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_opt...Even Rouault
2016-09-06Change 'restrict' define to 'OPJ_RESTRICT' (#816)Matthieu Darbois
2016-05-26Be robust to failed allocations of job structuresEven Rouault
2016-05-25Use thread pool for DWT decodingEven Rouault
2016-01-09Add comment explaining bj is not use when l_data_size == 0Even Rouault
2016-01-08[git/2.1 regression] Fix opj_write_tile() failure when numresolutions=1Even Rouault
2015-10-19Fix HP compiler warning about redeclaration of function (#640)Stephan Mühlstrasser
2015-10-18Merge pull request #636 from uclouvain/opj_malloc-625Matthieu Darbois
2015-10-17Fix inconsistent behavior of malloc(0)mayeut
2015-10-13Remove the explicit restrict keywordMathieu Malaterre
2015-07-18Add some missing staticmayeut
2014-09-19added memory allocation checks (fixes issue 355)Antonin Descampe
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe
2014-03-07[trunk] As reported by clang analyzer thoses values were never readMathieu Malaterre
2014-03-07[trunk] Another of fixes for warning about sign conversionMathieu Malaterre
2014-03-03[trunk] Remove easy to fix warnings about conversionMathieu Malaterre
2012-11-16[trunk] add opj_ prefix to some internal define and use the new opj type inst...Mickael Savinaud