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.h
Age
Commit message (
Expand
)
Author
2024-02-28
Fix some typos (found by `codespell` and `typos`)
Stefan Weil
2022-08-11
Cleanup code related to quality layer allocation, and add a few safety checks
Even Rouault
2022-08-11
Significant speed-up rate allocation by rate/distoratio ratio
Even Rouault
2021-09-25
Added support for high throughput (HTJ2K) decoding.
Aous Naman
2020-04-21
Add support for generation of PLT markers in encoder
Even Rouault
2020-04-16
Rename mis-named function opj_tcd_get_encoded_tile_size() to opj_tcd_get_enco...
Even Rouault
2017-09-19
Add capability to decode only a subset of all components of an image.
Even Rouault
2017-09-01
Various changes to allow tile buffers of more than 4giga pixels
Even Rouault
2017-09-01
TCD: allow tile buffer to be greater than 4GB on 64 bit hosts (but number of ...
Even Rouault
2017-09-01
Sub-tile decoding: only allocate tile component buffer of the needed dimension
Even Rouault
2017-08-21
Add comment
Even Rouault
2017-08-17
Sub-tile decoding: only decode precincts and codeblocks that intersect the wi...
Even Rouault
2017-08-10
Propagate event manager down to opj_t2_encode_packet() and use it to emit an ...
Even Rouault
2017-08-09
Remove useless opj_tcd_t::enumcs field added per #975
Even Rouault
2017-08-09
Doc: fix error in previous commit
Even Rouault
2017-08-09
tcd.h: doc fixes and improvements
Even Rouault
2017-08-08
Merge pull request #975 from szukw000/changes-for-afl-tests
Antonin Descampe
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-07-31
Catch images broken by AFL
szukw000
2017-07-30
src/lib/openjp2/*.h: use OPJ_ prefix for inclusion guards instead of reserved...
Even Rouault
2017-06-12
Encoder: fix packet writing of empty sub-bands (#891, #892)
Even Rouault
2017-05-15
Reformat: apply reformattin on .h files (#128)
Even Rouault
2016-09-13
Merge branch 'bit-fields-type' of https://github.com/smuehlst/openjpeg into s...
Antonin Descampe
2016-07-25
Create separate type for bit-fields.
Stephan Mühlstrasser
2016-05-25
Add opj_codec_set_threads() in public API and propagate resulting thread pool...
Even Rouault
2015-09-29
Fix typos in comments and string
Stefan Weil
2015-07-30
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
mayeut
2014-12-12
[trunk] Reduce encoder code block memory usage for non 64x64 code block sizes...
Matthieu Darbois
2014-11-19
[trunk] replace OPJ_MACRO_TCD_ALLOCATE macro by inlined function (fixes issue...
Matthieu Darbois
2014-11-03
[trunk] significantly reduces memory for single tile RGB encoding (fixes
Antonin Descampe
2014-04-03
[trunk] updated copyright and added copyright notice required by ISO, in each...
Antonin Descampe
2012-12-18
[trunk] merge from branch 1.5 a correction about large code-block data (decod...
Mickael Savinaud
2012-11-15
[trunk]update the copyright, the authors and thanks to respect the license
Mickael Savinaud
2012-11-15
[trunk] move opj_bool to OPJ_BOOL to follow the other type
Mickael Savinaud
2012-10-25
[trunk] [trunk] remove old opj_tcp and rename opj_tcp_v2 to opj_tcp
Mickael Savinaud
2012-10-25
[trunk] [trunk] remove old opj_cp and rename opj_cp_v2 to opj_cp
Mickael Savinaud
2012-10-25
[trunk] rename opj_tcd_truct_v2 to opj_tcd_struct
Mickael Savinaud
2012-10-24
[trunk] remove old structures from tcd.h
Mickael Savinaud
2012-09-28
[trunk] Start FolderReorgProposal task
Mathieu Malaterre