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
Age
Commit message (
Expand
)
Author
2017-08-09
Remove useless opj_tcd_t::enumcs field added per #975
Even Rouault
2017-08-09
Doc: fix error in previous commit
Even Rouault
2017-08-09
tcd.h: doc fixes and improvements
Even Rouault
2017-08-09
Document qmfbid values
Even Rouault
2017-08-09
Partial revert BPC related check of #975 (#979)
Even Rouault
2017-08-09
opj_decompress: document -quiet option, and remove spurious newline output
Even Rouault
2017-08-09
src/bin/jpwl/convert.c pgxtoimage(): add missing fclose() (#977)
Even Rouault
2017-08-09
imagetobmp: avoid shift by -1 (relates to #811)
Even Rouault
2017-08-08
Fix remaining warning
Antonin Descampe
2017-08-08
Merge pull request #975 from szukw000/changes-for-afl-tests
Antonin Descampe
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-08-07
Add documentation for magic values in the code
Even Rouault
2017-08-07
opj_jp2_apply_pclr() also needs to use opj_image_data_alloc/opj_image_data_free
Even Rouault
2017-08-07
Complementary fix to previous commit
Even Rouault
2017-08-07
Add opj_image_data_alloc() / opj_image_data_free()
Even Rouault
2017-08-07
Fix crash on Windows due to b7594c0fcb9dd3aa6356d72c4a525d76168da689
Even Rouault
2017-08-07
Decrease memory consumption for whole image single tile decoding.
Even Rouault
2017-08-07
Changes for converttif.c to fix tsize_t
szukw000
2017-08-04
opj_j2k_read_sot(): check current TPSot number regarding previous (non-zero) ...
Even Rouault
2017-08-02
First change on changes-for-afl-tests
szukw000
2017-07-31
src/bin/jpwl/convert.c: add missing fclose() in error code path (suggested by...
Even Rouault
2017-07-31
Catch images broken by AFL
szukw000
2017-07-30
src/lib/openjp2/*.h: use OPJ_ prefix for inclusion guards instead of reserved...
Even Rouault
2017-07-30
opj_event_msg(): force zero termination of buffer
Even Rouault
2017-07-30
Fix breakage of 22bf99ce0220811bfce1562ee61423cb0245b683
Even Rouault
2017-07-30
Test return value of opj_j2k_setup_decoding_tile() (commit https://github.com...
Even Rouault
2017-07-30
Fix warnings in USE_JPIP compilation mode
Even Rouault
2017-07-30
Avoid heap buffer overflow in function pnmtoimage of convert.c, and unsigned ...
Even Rouault
2017-07-30
Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)
Even Rouault
2017-07-30
j2k.c: remove hardcoded constants related to m_state, and useless FIXME
Even Rouault
2017-07-30
Avoid p_stream->m_user_data_length >= (OPJ_UINT64)p_stream->m_byte_offset ass...
Even Rouault
2017-07-30
opj_j2k_set_decode_area: replace assertions by runtime checks. Fixes https://...
Even Rouault
2017-07-30
opj_tcd_dc_level_shift_decode: avoid int32 overflow when prec == 31. Fixes ht...
Even Rouault
2017-07-29
src/bin/jpwl/convert.c: fix memleak (fix suggested by maddin200, #631)
Even Rouault
2017-07-29
Fix warnings in pi.c raised by VS11 analyze (#190)
Even Rouault
2017-07-29
Fix write heap buffer overflow in opj_mqc_byteout(). Discovered by Ke Liu of ...
Even Rouault
2017-07-29
opj_pi_update_decode_poc(): limit layno1 to the number of layers (CVE-2016-16...
Even Rouault
2017-07-29
opj_tcd_get_decoded_tile_size(): fix potential UINT32 overflow (#854, CVE-201...
Even Rouault
2017-07-29
color_cielab_to_rgb(): reject images with components of different dimensions ...
Even Rouault
2017-07-29
Fix breakage of 2fa0fc61f2d546c8b67e7c5a9cbc61d98e1f7af0 (#970)
Even Rouault
2017-07-29
imagetopnm(): make sure the alpha component has same dimension as other compo...
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-29
Avoid assertion in opj_j2k_merge_ppt() in case premature EOC is encountered i...
Even Rouault
2017-07-29
opj_pi_next_pcrl(): avoid undefined shift behaviour. Fixes https://bugs.chrom...
Even Rouault
2017-07-28
opj_int_ceildiv(): fix int32 overflow. Fixes https://bugs.chromium.org/p/oss-...
Even Rouault
2017-07-28
opj_tcd_dc_level_shift_decode(): avoid int overflow. Fixes https://bugs.chrom...
Even Rouault
2017-07-28
Fix null pointer dereference in opj_jp2_apply_pclr(). Fixes https://bugs.chro...
Even Rouault
2017-07-28
Fix null pointer dereference in opj_j2k_add_mct() (#895)
Even Rouault
[next]