| Age | Commit message (Collapse) | Author |
|
when x0 and y0 are odd (CVE-2021-3575, fixes #1347)
|
|
|
|
Derived from a patch by Thuan Pham
|
|
Catch images broken by AFL
|
|
|
|
As bin/common/color.c used to directly call malloc()/free(), we need
to export functions dedicated to allocating/freeing image component data.
|
|
|
|
to void read heap buffer overflow (#909)
|
|
|
|
Fix uclouvain/openjpeg#774
|
|
|
|
42x Images with an odd x0/y0 lead to subsampled component starting at the
2nd column/line.
That is offset = comp->dx * comp->x0 - image->x0 = 1
Fix #726
|
|
When all components do not have the same dx/dy, components buffer are
read beyond their end.
Do not convert in this case.
Update uclouvain/openjpeg#725
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Declares three new functions
Calls the three new functions
Collects data for CIELab, sets the color_space for EYCC and CMYK
|
|
width/height sYCC tests (fixes issue 422)
|
|
(fixes issue 411)
|
|
each file; updated AUTHORS, NEWS
|
|
Fixes issue 281
|
|
|
|
|
|
Update issue 256
|
|
|
|
|
|
opj_apps_config file (thanks to winfried)
|
|
the application.
|
|
|
|
|
|
|
|
|
|
Update issue 177
|