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
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-06-29
opj_t1_encode_cblk(): avoid undefined behaviour on fuzzed input (fixes #1432)
Even Rouault
2021-09-25
Added support for high throughput (HTJ2K) decoding.
Aous Naman
2020-11-23
Fix typo in internal function name
Even Rouault
2020-10-09
Merge pull request #1253 from rouault/floating_point_irreversible_encoding
Even Rouault
2020-06-23
openjp2: Plug memory leak when setting data as TLS fails.
Sebastian Rasmussen
2020-06-23
openjp2: Error out if failing to create Tier 1 handle.
Sebastian Rasmussen
2020-05-24
T1 encoder: speed-up by aggressive inlining and more cache friendly data orga...
Even Rouault
2020-05-20
Irreversible compression/decompression DWT: use 1/K constant as per standard
Even Rouault
2020-05-20
Irreversible decoding: align code more closely to the standard by avoid messi...
Even Rouault
2020-05-20
Encoder: use floating-point operations for irreversible transformation
Even Rouault
2020-05-20
Add multithreading support in the T1 (entropy phase) encoder
Even Rouault
2019-03-29
opj_t1_encode_cblks: fix UBSAN signed integer overflow
Even Rouault
2018-10-31
Fix some potential overflow issues (#1161)
Stefan Weil
2017-09-21
Workaround Coverity CID 169392
Even Rouault
2017-09-19
Avoid relying on operator precedence (raised by cppcheck)
Even Rouault
2017-09-19
Fix warnings and errors when compiling with a c++ compiler (#1021)
Even Rouault
2017-09-04
Replace uses of size_t by OPJ_SIZE_T
Even Rouault
2017-09-01
opj_t1_clbl_decode_processor(): use SSE2 in subtile decoding code path, for i...
Even Rouault
2017-09-01
opj_t1_decode_cblk(): move some code to codeblock processor for (theoretical)...
Even Rouault
2017-09-01
Tiny perf improvement in T1 stage for subtile decoding
Even Rouault
2017-09-01
Allow several repeated calls to opj_set_decode_area() and opj_decode() for si...
Even Rouault
2017-09-01
Various changes to allow tile buffers of more than 4giga pixels
Even Rouault
2017-09-01
Sub-tile decoding: only allocate tile component buffer of the needed dimension
Even Rouault
2017-09-01
opj_t1_allocate_buffers(): remove useless overflow checks
Even Rouault
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
[next]