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.c
Age
Commit message (
Expand
)
Author
2017-08-18
Subtile decoding: only do 5x3 IDWT computations on relevant areas of tile-com...
Even Rouault
2017-08-17
Zero-initialize tile buffer regions of skipped code-blocks, so as to make Val...
Even Rouault
2017-08-17
Sub-tile decoding: only decode precincts and codeblocks that intersect the wi...
Even Rouault
2017-08-16
opj_t1_encode_cblk(): avoid uint32 overflow when numbps = 0 (which is well de...
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
Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)
Even Rouault
2017-07-29
opj_t1_decode_cblk(): avoid undefined shift behaviour. Fixes https://bugs.chr...
Even Rouault
2017-07-29
opj_t1_clbl_decode_processor(): avoid undefined behaviour if roishift >= 31. ...
Even Rouault
2017-07-26
T1 decoder: check code stream errors when predictable termination is enabled ...
Even Rouault
2017-06-21
Fix clang warning about extraneous parentheses
Even Rouault
2017-06-17
Fix warnings with recent GCC versions
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
opj_t1_dec_sigpass_raw/opj_t1_dec_refpass_raw: harmonize style with mqc methods
Even Rouault
2017-06-02
MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.
Even Rouault
2017-06-02
Simplify VSC handling: instead of masking out bits when reading the 4th row.
Even Rouault
2017-06-02
Force inlining of mqc decoding and pass steps through heavy use of macros, so...
Even Rouault
2017-06-02
Optimize opj_t1_update_flags()
Even Rouault
2017-06-02
T1: remove use of neghalf variable. It is useless since bpno is always > 0
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: loop unrolling in dec_sigpass_raw and dec_refpass_raw
Even Rouault
2017-06-02
T1: Transpose coder optimizations to decoder, and cleanup code
Even Rouault
2017-05-23
Fix compiler warnings
Even Rouault
2017-05-23
Factor index computation for lut_enc_ctxno_sc and lut_enc_spb
Even Rouault
2017-05-23
Optimize a bit opj_t1_enc_clnpass()
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-23
t1.c: fix compiler warnings
Even Rouault
2017-05-09
Reformat whole codebase with astyle.options (#128)
Even Rouault
2016-09-15
Add overflow checks for opj_aligned_malloc (#841)
Matthieu Darbois
2016-09-14
Flags in T1 shall be unsigned (#840)
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 T1 decoding
Even Rouault
2016-05-23
Fix MSVC210 build issue (use of C99 declaration after statement) introduced i...
Even Rouault
2016-05-23
Improve perf of opj_t1_dec_sigpass_mqc_vsc() and opj_t1_dec_refpass_mqc_vsc()...
Even Rouault
2016-05-23
Better inlining of opj_t1_updateflagscolflags() w.r.t. flags_stride
Even Rouault
2016-05-23
opj_t1_dec_clnpass(): remove useless test in the runlen decoding path (of the...
Even Rouault
2016-05-23
opj_t1_decode_cblks(): tiny perf increase when loop unrolling
Even Rouault
2016-05-23
Tier 1 decoding: add a colflags array
Even Rouault
2016-05-22
Reduce number of occurrences of orient function argument
Even Rouault
2016-05-21
Specialize decoding passes for 64x64 code blocks
Even Rouault
2016-05-21
Improve code generation in opj_t1_dec_clnpass()
Even Rouault
2016-05-21
opj_t1_updateflags(): tiny optimization
Even Rouault
[next]