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
/
jp2.c
Age
Commit message (
Expand
)
Author
2023-03-26
opj_jp2_read_header(): move setting icc_profile here instead in opj_jp2_decod...
Even Rouault
2023-03-17
opj_jp2_read_header(): move setting color_space here instead in opj_jp2_decod...
Even Rouault
2022-08-12
Fix Heap-buffer-overflow READ in opj_jp2_apply_pclr (#1441)
Aleks L
2022-02-10
Add support for partial bitstream decoding (#1407) (fixes #715)
Robert Gabriel Jakabosky
2022-01-18
Fix potential overflow related issues spotted by LGTM code analysis (#1402)
Eric Harvey
2021-12-05
Fix some typos (found by codespell)
Stefan Weil
2020-06-10
Testing for invalid values of width, height, numcomps (#1254)
szukw000
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
2018-10-31
Fix some potential overflow issues (#1161)
Stefan Weil
2018-09-22
opj_jp2_apply_pclr(): remove useless assert that can trigger on some files (f...
Even Rouault
2018-09-05
openjp2/jp2: Fix two format strings
Stefan Weil
2017-09-26
Merge pull request #1022 from rouault/partial_component_decoding
Antonin Descampe
2017-09-19
Fix badly named variable in function prototype (raised by cppcheck)
Even Rouault
2017-09-19
Add capability to decode only a subset of all components of an image.
Even Rouault
2017-09-08
Use opj_image_data_free() where appropriate (adapted from https://github.com/...
Even Rouault
2017-09-06
Fix invalid access out of bounds, and bad behaviour, when calling repeatdly o...
Even Rouault
2017-08-17
Avoid asserting on assert(i == pcol) in opj_jp2_apply_pclr() by adding new ch...
Even Rouault
2017-08-09
Partial revert BPC related check of #975 (#979)
Even Rouault
2017-08-08
Merge pull request #975 from szukw000/changes-for-afl-tests
Antonin Descampe
2017-08-07
opj_jp2_apply_pclr() also needs to use opj_image_data_alloc/opj_image_data_free
Even Rouault
2017-08-02
First change on changes-for-afl-tests
szukw000
2017-07-31
Catch images broken by AFL
szukw000
2017-07-30
Fix warnings in USE_JPIP compilation mode
Even Rouault
2017-07-30
Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)
Even Rouault
2017-07-30
Avoid p_stream->m_user_data_length >= (OPJ_UINT64)p_stream->m_byte_offset ass...
Even Rouault
2017-07-28
Fix null pointer dereference in opj_jp2_apply_pclr(). Fixes https://bugs.chro...
Even Rouault
2017-07-27
opj_jp2_check_color(): replace assertion regarding mtyp by runtime check (#67...
Even Rouault
2017-07-26
Spelling fixes (patch by ka7, #890, rebased on top of master)
Even Rouault
2017-05-23
CMake: add stronger warnings for openjp2 lib/bin by default, and error out on...
Even Rouault
2017-05-09
Reformat whole codebase with astyle.options (#128)
Even Rouault
2016-09-08
Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_opt...
Even Rouault
2016-09-06
Fix leak & invalid behavior of opj_jp2_read_ihdr (#818)
Matthieu Darbois
2016-05-25
Add opj_codec_set_threads() in public API and propagate resulting thread pool...
Even Rouault
2016-04-29
cppcheck fix for openjp2 (#740)
julienmalik
2015-11-07
Fix undefined size jp2 box handling
mayeut
2015-10-29
Fix typo in comments
Stefan Weil
2015-10-06
Added missing casts for return values of opj_malloc()/opj_calloc().
Stephan Mühlstrasser
2015-09-29
Fix typos in comments and string
Stefan Weil
2015-08-21
Fix formatting
mayeut
2015-08-21
Merge pull request #559 from szukw000/cmyk-cielab-esycc
Matthieu Darbois
2015-07-30
Defines three new functions
szukw000
2015-07-30
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
mayeut
2015-07-23
Add some missing static keywords
mayeut
2015-07-12
Add checks for odd looking cmap & for cmap outside jp2h box
mayeut
2015-01-20
[trunk] checks for JP2 signature and file type boxes more carefully
Antonin Descampe
2014-12-22
[trunk] fixed compression check for 1 bit unsigned component (fixes issue 457)
Matthieu Darbois
2014-11-24
[trunk] removed warnings when building jp2.c (Update issue 442)
Matthieu Darbois
2014-11-20
[trunk] added check for pclr box validity (fixes issue 429)
Matthieu Darbois
2014-11-18
[trunk] remove warning during build (fixes issue 435)
Matthieu Darbois
[next]