index
:
openjpeg
UCL
avendor
cancel
carl-1
carl-2
carl-2-rebased-on-master
ccache
codingstyle
coverity_scan
coverity_scan_original
dcpomatic-2.5.2
dcpomatic-2.5.4
dev-restart
fix-bypass-restart
fix_bypass_pterm_termall
fix_bypass_pterm_termall_and_lossless_decomposition_issue
floating_point_irreversible_encoding
gh-pages
j2kviewer
master
master-cdist
openjp3d
openjpeg-1.5
openjpeg-2.0
openjpeg-2.1
openjpeg3d
openjpeg3d@745
openjpeg3d@749
opj-v1-branch
opj_idwt53_h_cas0_SSE2
opt
t1_dec_signed_magnitude_representation
t1_optim_attempt_refpass_4_at_context16
v2
videocon-1
Fork of openjpeg library for JPEG2000 encoding and decoding
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
openjp2
/
dwt.c
Age
Commit message (
Expand
)
Author
2017-09-01
Fix undefined shift behaviour in opj_dwt_is_whole_tile_decoding(). Fixes http...
Even Rouault
2017-08-29
Use IDWT whole tile decoding if the area of interest equals to the image boun...
Even Rouault
2017-08-28
Subtile decoding: fix overflows in subband coordinate computation that cause ...
Even Rouault
2017-08-23
opj_dwt_decode_partial_97(): perf improvement: limit copy of coefficients at ...
Even Rouault
2017-08-21
Add comments for filter_width values
Even Rouault
2017-08-20
Subtile decoding: only do 9x7 IDWT computations on relevant areas of tile-com...
Even Rouault
2017-08-18
Subtile decoding: only do 5x3 IDWT computations on relevant areas of tile-com...
Even Rouault
2017-07-06
Comment fix
Even Rouault
2017-06-30
IDWT 5x3: fix bug in AVX2 implementation (#953, #957)
Even Rouault
2017-06-21
IDWT 5x3: generalize SSE2 version for AVX2
Even Rouault
2017-06-21
dwt.c: small cleanup
Even Rouault
2017-06-20
Improve performance of inverse DWT 5x3 (#953)
Even Rouault
2017-06-17
Fix astyle issue
Even Rouault
2017-06-17
Fix warnings with recent GCC versions
Even Rouault
2017-05-09
Reformat whole codebase with astyle.options (#128)
Even Rouault
2016-09-15
Remove TODO for overflow check (#842)
Matthieu Darbois
2016-09-15
Add overflow checks for opj_aligned_malloc (#841)
Matthieu Darbois
2016-09-14
Fix some warnings (#838)
Matthieu Darbois
2016-09-08
Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_opt...
Even Rouault
2016-09-06
Change 'restrict' define to 'OPJ_RESTRICT' (#816)
Matthieu Darbois
2016-05-26
Be robust to failed allocations of job structures
Even Rouault
2016-05-25
Use thread pool for DWT decoding
Even Rouault
2016-01-09
Add comment explaining bj is not use when l_data_size == 0
Even Rouault
2016-01-08
[git/2.1 regression] Fix opj_write_tile() failure when numresolutions=1
Even Rouault
2015-10-19
Fix HP compiler warning about redeclaration of function (#640)
Stephan Mühlstrasser
2015-10-18
Merge pull request #636 from uclouvain/opj_malloc-625
Matthieu Darbois
2015-10-17
Fix inconsistent behavior of malloc(0)
mayeut
2015-10-13
Remove the explicit restrict keyword
Mathieu Malaterre
2015-07-18
Add some missing static
mayeut
2014-09-19
added 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 read
Mathieu Malaterre
2014-03-07
[trunk] Another of fixes for warning about sign conversion
Mathieu Malaterre
2014-03-03
[trunk] Remove easy to fix warnings about conversion
Mathieu Malaterre
2012-11-16
[trunk] add opj_ prefix to some internal define and use the new opj type inst...
Mickael Savinaud
2012-11-15
[trunk] move opj_bool to OPJ_BOOL to follow the other type
Mickael Savinaud
2012-10-25
[trunk] rename opj_tcd_truct_v2 to opj_tcd_struct
Mickael Savinaud
2012-10-24
[trunk] Finalize dwt.v/.h with the v2 style : remove last functions already o...
Mickael Savinaud
2012-10-05
[trunk] rename int.h to opj_intmath.h and rename all its functions with opj_ ...
Mickael Savinaud
2012-10-03
[trunk] correct warnings linked to static dwt functions because declaration i...
Mickael Savinaud
2012-09-28
[trunk] Start FolderReorgProposal task
Mathieu Malaterre