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
Age
Commit message (
Expand
)
Author
2020-05-20
Merge pull request #1211 from sebras/master
Even Rouault
2020-04-21
Add support for generation of PLT markers in encoder
Even Rouault
2020-04-18
struct opj_j2k: remove unused fields, and add some documentation
Even Rouault
2020-04-17
Merge pull request #1244 from rouault/fix_pi_warnings
Even Rouault
2020-04-17
jp3d/jpwl/mj2/jpip: Fix resource leaks (#1226)
Eduardo Barretto
2020-04-16
Fix warnings about signed/unsigned casts in pi.c
Even Rouault
2020-04-16
Rename mis-named function opj_tcd_get_encoded_tile_size() to opj_tcd_get_enco...
Even Rouault
2020-02-12
Implement writing of IMF profiles
Even Rouault
2020-02-12
openjpeg.h: fix values of OPJ_PROFILE_IMF_ constants
Even Rouault
2020-01-30
opj_tcd_init_tile(): avoid integer overflow
Even Rouault
2020-01-11
opj_j2k_update_image_dimensions(): reject images whose coordinates are beyond...
Even Rouault
2019-11-17
pi.c: avoid integer overflow, resulting in later invalid access to memory in ...
Even Rouault
2019-10-03
opj_tcd_mct_decode()/opj_mct_decode()/opj_mct_encode_real()/opj_mct_decode_re...
Even Rouault
2019-09-04
openjp2/j2k: Validate all SGcod/SPcod/SPcoc parameter values.
Sebastian Rasmussen
2019-09-04
openjp2/j2k: Make comments adhere to specification.
Sebastian Rasmussen
2019-09-03
Merge pull request #1164 from sebras/master
Even Rouault
2019-04-25
Change opj_j2k_check_poc_val() to take into account tile number
Even Rouault
2019-04-25
Fix POC in multi-tile scenarios: avoid almost endless loop when a tile has no...
Even Rouault
2019-04-25
opj_j2k_check_poc_val(): prevent potential write outside of allocated array
Even Rouault
2019-04-25
opj_j2k_check_poc_val(): fix starting index for checking layer dimension
Even Rouault
2019-04-25
compression: emit POC marker when only one single POC is requested (fixes #1191)
Even Rouault
2019-04-23
j2k.c: use correct naming convention for total_data_size variable
Even Rouault
2019-03-29
opj_t1_encode_cblks: fix UBSAN signed integer overflow
Even Rouault
2019-03-29
Revert "[MJ2] Avoid index out of bounds access to pi->include[]"
Even Rouault
2019-02-21
openjp2/j2k: Report error if all wanted components are not decoded.
Sebastian Rasmussen
2018-11-28
[JP3D] To avoid divisions by zero / undefined behaviour on shift (CVE-2018-1...
Young_X
2018-11-28
[OPENJP2] change the way to compute *p_tx0, *p_tx1, *p_ty0, *p_ty1 in function
Young_X
2018-11-28
[MJ2] Avoid index out of bounds access to pi->include[]
Young_X
2018-11-23
[MJ2] To avoid divisions by zero / undefined behaviour on shift
Young_X
2018-11-16
openjp3d: Int overflow fixed (#1159)
ichlubna
2018-10-31
Fix some potential overflow issues (#1161)
Stefan Weil
2018-10-31
Fix several memory and resource leaks
Nikola Forró
2018-10-18
opj_thread_pool_setup(): fix infinite waiting if a thread creation failed
Even Rouault
2018-09-22
opj_jp2_apply_pclr(): remove useless assert that can trigger on some files (f...
Even Rouault
2018-09-22
Merge pull request #1136 from reverson/master
Even Rouault
2018-09-22
Merge pull request #1119 from stweil/ssize_t
Even Rouault
2018-09-22
Merge pull request #1128 from stweil/typos
Even Rouault
2018-09-05
openjp2/jp2: Fix two format strings
Stefan Weil
2018-09-05
Fix some typos in code comments and documentation
Stefan Weil
2018-08-27
Cast on uint ceildiv
Robert Everson
2018-06-20
Avoid assertion when running opj_j2k_merge_ppt() several time due to e6674f7e...
Even Rouault
2018-06-20
Revert "Avoid assertion in opj_j2k_merge_ppt() in case premature EOC is encou...
Even Rouault
2018-06-18
Use local type declaration for POSIX standard type only for MS compiler
Stefan Weil
2018-02-25
openjp3d: Convert ISO-8859 to UTF-8
Stefan Weil
2018-02-25
Merge pull request #1080 from setharnold/patch-1
Even Rouault
2018-02-18
bench_dwt: fix wrong index in iteration (issue found by Fethi Migaou)
Even Rouault
2018-02-14
fix unchecked integer multiplication overflow
setharnold
2018-02-11
Avoid out-of-bounds write overflow due to uint32 overflow computation on imag...
Even Rouault
2018-01-18
Note that seek uses SEEK_SET behavior.
Campbell Barton
2018-01-08
opj_t2_encode_packet(): disable setting empty packet header bit to 1 when the...
Even Rouault
[next]