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
/
t1.h
Age
Commit message (
Expand
)
Author
2021-12-05
Fix some typos (found by codespell)
Stefan Weil
2020-05-24
T1 encoder: speed-up by aggressive inlining and more cache friendly data orga...
Even Rouault
2020-05-20
Add multithreading support in the T1 (entropy phase) encoder
Even Rouault
2017-08-17
Sub-tile decoding: only decode precincts and codeblocks that intersect the wi...
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-07-30
src/lib/openjp2/*.h: use OPJ_ prefix for inclusion guards instead of reserved...
Even Rouault
2017-07-30
Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)
Even Rouault
2017-07-26
T1 decoder: check code stream errors when predictable termination is enabled ...
Even Rouault
2017-06-02
MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.
Even Rouault
2017-06-02
Fix documentation of opj_t1_decode_cblks()
Even Rouault
2017-06-02
Optimize opj_t1_update_flags()
Even Rouault
2017-06-02
T1: avoid pointer indirection for mqc and raw members of opj_t1_t
Even Rouault
2017-06-02
T1: remove flags_stride variable from opj_t1_t
Even Rouault
2017-06-02
T1: Transpose coder optimizations to decoder, and cleanup code
Even Rouault
2017-05-23
T1: remove unused code in decoder
Even Rouault
2017-05-23
T1: fix VSC mode in encoder
Even Rouault
2017-05-23
T1: use more compact flags to optimize cache usage in encoder passes. (#172)
Even Rouault
2017-05-15
Reformat: apply reformattin on .h files (#128)
Even Rouault
2016-09-14
Flags in T1 shall be unsigned (#840)
Matthieu Darbois
2016-05-25
Use thread-pool for T1 decoding
Even Rouault
2016-05-23
Tier 1 decoding: add a colflags array
Even Rouault
2016-05-21
opj_t1_updateflags(): tiny optimization
Even Rouault
2014-12-09
[trunk] check number of components when getting mct norm (fixes issue 436)
Antonin Descampe
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-11-15
[trunk] move opj_bool to OPJ_BOOL to follow the other type
Mickael Savinaud
2012-10-29
[trunk] remove old struct from V1 and not used in V2
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] rename opj_tcd_truct_v2 to opj_tcd_struct
Mickael Savinaud
2012-10-24
[trunk] rename flag_t to opj_flag_t
Mickael Savinaud
2012-10-15
[trunk] Remove some warnings about missing prototypes (gcc)
Mathieu Malaterre
2012-09-28
[trunk] Start FolderReorgProposal task
Mathieu Malaterre