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
/
tcd.c
Age
Commit message (
Expand
)
Author
2019-12-03
Fix from Aaron to match v1's threshold value.
Carl Hetherington
2019-12-03
use tolerance to bail out early from rate control : much faster
Aaron Boxer
2017-09-01
opj_tcd_rateallocate(): make sure to use all passes for a lossless layer (#1009)
Even Rouault
2017-08-28
Subtile decoding: fix overflows in subband coordinate computation that cause ...
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-08-17
Sub-tile decoding: only decode precincts and codeblocks that intersect the wi...
Even Rouault
2017-08-14
Encoder: grow buffer size in opj_tcd_code_block_enc_allocate_data() to avoid ...
Even Rouault
2017-08-10
Propagate event manager down to opj_t2_encode_packet() and use it to emit an ...
Even Rouault
2017-08-07
Slight improvement in management of code block chunks
Even Rouault
2017-08-07
Decoding: do not allocate memory for the codestream of each codeblock
Even Rouault
2017-08-07
Add documentation for magic values in the code
Even Rouault
2017-08-07
Add opj_image_data_alloc() / opj_image_data_free()
Even Rouault
2017-07-30
opj_tcd_dc_level_shift_decode: avoid int32 overflow when prec == 31. Fixes ht...
Even Rouault
2017-07-29
Fix write heap buffer overflow in opj_mqc_byteout(). Discovered by Ke Liu of ...
Even Rouault
2017-07-29
opj_tcd_get_decoded_tile_size(): fix potential UINT32 overflow (#854, CVE-201...
Even Rouault
2017-07-28
opj_tcd_dc_level_shift_decode(): avoid int overflow. Fixes https://bugs.chrom...
Even Rouault
2017-07-27
opj_j2k_update_image_data / opj_tcd_update_tile_data: fix unaligned load/stor...
Even Rouault
2017-07-26
T1 decoder: check code stream errors when predictable termination is enabled ...
Even Rouault
2017-06-13
Merge branch 't1_flag_optimizations'
Even Rouault
2017-06-12
Encoder: fix packet writing of empty sub-bands (#891, #892)
Even Rouault
2017-06-09
T1: fix BYPASS/LAZY, TERMALL/RESTART and PTERM/ERTERM encoding modes. (#674)
fix_bypass_pterm_termall
Even Rouault
2017-06-02
MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.
Even Rouault
2017-05-09
Reformat whole codebase with astyle.options (#128)
Even Rouault
2017-02-13
Remove warnings related to empty tag-trees.
Even Rouault
2016-09-08
Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_opt...
Even Rouault
2016-09-08
Add sanity check for tile coordinates (#823)
Matthieu Darbois
2016-09-06
Add overflow check in opj_tcd_init_tile (#819)
Matthieu Darbois
2016-05-25
Use thread pool for DWT decoding
Even Rouault
2016-05-25
Use thread-pool for T1 decoding
Even Rouault
2016-05-25
Add opj_codec_set_threads() in public API and propagate resulting thread pool...
Even Rouault
2016-05-08
Fix division by zero
mayeut
2016-04-30
Fix some coverity warnings
mayeut
2016-04-28
Fix implicit float-to-bool conversions (#752)
julienmalik
2016-04-28
Fix unsigned int overflow reported by UBSan (#759)
Matthieu Darbois
2016-04-27
Fix negative shift left reported by UBSan (#758)
Matthieu Darbois
2015-10-17
Fix inconsistent behavior of malloc(0)
mayeut
2015-10-17
Fixed crash on encoding
mayeut
2015-10-10
implement a portable aligned realloc
Mathieu Malaterre
2015-10-09
Revert "Make sure to allocate on 16bits alignement. Fix issue #624"
mayeut
2015-10-09
Make sure to allocate on 16bits alignement. Fix issue #624
Mathieu Malaterre
2015-09-11
Change test in opj_tcd_makelayer
Matthieu Darbois
2015-09-10
Update check in opj_tcd_makelayer to be robust to different float precisions
Matthieu Darbois
2015-09-10
Fix threshold calculation
Matthieu Darbois
2015-09-10
Correct lossless issue on linux x86
mayeut
2015-08-23
Fix some calculations in opj_tcd_init_tile
mayeut
2015-07-30
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
mayeut
2015-07-26
Remove some warnings when building
mayeut
2015-07-22
Prevent overflow when coding 16 bits images
mayeut
[next]