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
Age
Commit message (
Expand
)
Author
2017-09-01
opj_j2k_decode_tiles(): apply whole single tile image decoding optimization t...
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
Fix compiler warning in release mode
Even Rouault
2017-09-01
Remove limitation that prevents from opening images bigger than 4 billion pixels
Even Rouault
2017-09-01
opj_tcd_init_tile(): fix typo on overflow detection condition (introduced in ...
Even Rouault
2017-09-01
opj_dwt_decode_partial_tile(): avoid undefined behaviour in lifting operation...
Even Rouault
2017-09-01
Sub-tile decoding: only allocate tile component buffer of the needed dimension
Even Rouault
2017-09-01
opj_compress: reorder checks related to code block dimensions, to avoid poten...
Even Rouault
2017-09-01
opj_j2k_setup_encoder(): validate code block width/height
Even Rouault
2017-09-01
opj_t1_allocate_buffers(): remove useless overflow checks
Even Rouault
2017-09-01
Fix undefined shift behaviour in opj_dwt_is_whole_tile_decoding(). Fixes http...
Even Rouault
2017-08-29
Use IDWT whole tile decoding if the area of interest equals to the image boun...
Even Rouault
2017-08-28
Add test for fix of a55c024fc6b917a409b85aeafd7326421c4aea34
Even Rouault
2017-08-28
Subtile decoding: fix overflows in subband coordinate computation that cause ...
Even Rouault
2017-08-28
Make opj_set_decode_area() and opj_decode() take into account opj_set_decoded...
Even Rouault
2017-08-24
Another cleanup in knownfailures-* files
Even Rouault
2017-08-24
Remove test steps from specialized knownfailures- that are already in knownfa...
Even Rouault
2017-08-24
issue104_jpxstream.jp2 decompresses just fine (and like Kakadu). Update md5re...
Even Rouault
2017-08-24
Remove broken.jpc test from known failures, by avoiding too long processing time
Even Rouault
2017-08-24
imagetopgx(): improve performance in 8 bit case (relates to broken.jpc test c...
Even Rouault
2017-08-24
Remove -NR-DEC-p1_06.j2k-156-decode and NR-DEC-p1_06.j2k-164-decode from know...
Even Rouault
2017-08-23
opj_dwt_decode_partial_97(): perf improvement: limit copy of coefficients at ...
Even Rouault
2017-08-21
test_tile_encoder: fix checks on argc
Even Rouault
2017-08-21
j2k.c: fix comment, and remove FIXME
Even Rouault
2017-08-21
Add comment
Even Rouault
2017-08-21
Merge pull request #1001 from rouault/subtile_decoding_stage2
Even Rouault
2017-08-21
Add comments for filter_width values
Even Rouault
2017-08-20
Subtile decoding: only do 9x7 IDWT computations on relevant areas of tile-com...
Even Rouault
2017-08-19
pgxtoimage(): avoid excessive memory allocation attempt (#999)
Even Rouault
2017-08-18
Subtile decoding: only do 5x3 IDWT computations on relevant areas of tile-com...
Even Rouault
2017-08-18
pgxtoimage(): fix write stack buffer overflow (#997)
Even Rouault
2017-08-18
test_decode_area: fix to make it work with odd image dimensions
Even Rouault
2017-08-18
bmp_read_rle8_data(): avoid potential infinite loop (#996)
Even Rouault
2017-08-17
opj_j2k_update_rates(): grow tile size buffer for some situations
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-17
Fix -Wconversion warning
Even Rouault
2017-08-17
bench_dwt.c: fix signedness related warnings
Even Rouault
2017-08-17
convert.c: fix recently introduced -Wsign-conversion warnings
Even Rouault
2017-08-17
opj_getopt_long(): avoid infinite loop on invalid or missing value for an opt...
Even Rouault
2017-08-17
opj_decompress_fuzzer.cpp: reject images with too big tiles. Fixes https://bu...
Even Rouault
2017-08-17
tgatoimage(): avoid excessive memory allocation attempt, and fixes unaligned ...
Even Rouault
2017-08-17
Avoid asserting on assert(i == pcol) in opj_jp2_apply_pclr() by adding new ch...
Even Rouault
2017-08-16
opj_t1_encode_cblk(): avoid uint32 overflow when numbps = 0 (which is well de...
Even Rouault
2017-08-16
Fix build issue of JPWL by adding opj_image_data_alloc() and opj_image_data_f...
Even Rouault
2017-08-16
opj_t2_encode_packet(): fix potential write heap buffer overflow (#992)
Even Rouault
2017-08-16
opj_j2k_write_sot(): fix potential write heap buffer overflow (#991)
Even Rouault
2017-08-16
tiftoimage(): fix read heap buffer overflow (#988)
Even Rouault
2017-08-16
imagetotga(): fix read heap buffer overflow if numcomps < 3 (#987)
Even Rouault
[prev]
[next]