android_mt6572_jiabo/external/pdfium/third_party/libopenjpeg20
2025-09-05 16:56:03 +08:00
..
0000-use-colorspace.patch first commit 2025-09-05 16:56:03 +08:00
0001-image-data.patch first commit 2025-09-05 16:56:03 +08:00
0002-packet-iterator.patch first commit 2025-09-05 16:56:03 +08:00
0003-dwt-decode.patch first commit 2025-09-05 16:56:03 +08:00
0004-j2k_read_mcc.patch first commit 2025-09-05 16:56:03 +08:00
0005-jp2_apply_pclr.patch first commit 2025-09-05 16:56:03 +08:00
0006-tcd_init_tile.patch first commit 2025-09-05 16:56:03 +08:00
0007-jp2_read_cmap.patch first commit 2025-09-05 16:56:03 +08:00
0008-jp2_check_color.patch first commit 2025-09-05 16:56:03 +08:00
0009-opj_pi_next.patch first commit 2025-09-05 16:56:03 +08:00
bio.c first commit 2025-09-05 16:56:03 +08:00
bio.h first commit 2025-09-05 16:56:03 +08:00
cio.c first commit 2025-09-05 16:56:03 +08:00
cio.h first commit 2025-09-05 16:56:03 +08:00
CMakeLists.txt first commit 2025-09-05 16:56:03 +08:00
dwt.c first commit 2025-09-05 16:56:03 +08:00
dwt.h first commit 2025-09-05 16:56:03 +08:00
event.c first commit 2025-09-05 16:56:03 +08:00
event.h first commit 2025-09-05 16:56:03 +08:00
function_list.c first commit 2025-09-05 16:56:03 +08:00
function_list.h first commit 2025-09-05 16:56:03 +08:00
image.c first commit 2025-09-05 16:56:03 +08:00
image.h first commit 2025-09-05 16:56:03 +08:00
indexbox_manager.h first commit 2025-09-05 16:56:03 +08:00
invert.c first commit 2025-09-05 16:56:03 +08:00
invert.h first commit 2025-09-05 16:56:03 +08:00
j2k.c first commit 2025-09-05 16:56:03 +08:00
j2k.h first commit 2025-09-05 16:56:03 +08:00
jp2.c first commit 2025-09-05 16:56:03 +08:00
jp2.h first commit 2025-09-05 16:56:03 +08:00
mct.c first commit 2025-09-05 16:56:03 +08:00
mct.h first commit 2025-09-05 16:56:03 +08:00
mqc.c first commit 2025-09-05 16:56:03 +08:00
mqc.h first commit 2025-09-05 16:56:03 +08:00
openjpeg.c first commit 2025-09-05 16:56:03 +08:00
openjpeg.h first commit 2025-09-05 16:56:03 +08:00
opj_clock.c first commit 2025-09-05 16:56:03 +08:00
opj_clock.h first commit 2025-09-05 16:56:03 +08:00
opj_codec.h first commit 2025-09-05 16:56:03 +08:00
opj_config.h first commit 2025-09-05 16:56:03 +08:00
opj_config.h.cmake.in first commit 2025-09-05 16:56:03 +08:00
opj_config_private.h first commit 2025-09-05 16:56:03 +08:00
opj_includes.h first commit 2025-09-05 16:56:03 +08:00
opj_intmath.h first commit 2025-09-05 16:56:03 +08:00
opj_inttypes.h first commit 2025-09-05 16:56:03 +08:00
opj_malloc.h first commit 2025-09-05 16:56:03 +08:00
opj_stdint.h first commit 2025-09-05 16:56:03 +08:00
pi.c first commit 2025-09-05 16:56:03 +08:00
pi.h first commit 2025-09-05 16:56:03 +08:00
raw.c first commit 2025-09-05 16:56:03 +08:00
raw.h first commit 2025-09-05 16:56:03 +08:00
README.pdfium first commit 2025-09-05 16:56:03 +08:00
t1.c first commit 2025-09-05 16:56:03 +08:00
t1.h first commit 2025-09-05 16:56:03 +08:00
t1_generate_luts.c first commit 2025-09-05 16:56:03 +08:00
t1_luts.h first commit 2025-09-05 16:56:03 +08:00
t2.c first commit 2025-09-05 16:56:03 +08:00
t2.h first commit 2025-09-05 16:56:03 +08:00
tcd.c first commit 2025-09-05 16:56:03 +08:00
tcd.h first commit 2025-09-05 16:56:03 +08:00
tgt.c first commit 2025-09-05 16:56:03 +08:00
tgt.h first commit 2025-09-05 16:56:03 +08:00

Name: OpenJPEG
URL: http://www.openjpeg.org/
Version: 0fa5a17c98c4b8f9ee2286f4f0a50cf52a5fccb0
Security Critical: yes
License: 2-clause BSD

Description:
JPEG 2000 library.

Local Modifications:

0000-use-colorspace.patch: Makes it possible to not call opj_jp2_apply_pclr().
0001-image-data.patch: Fix a crashier in opj_j2k_update_image_data().
0002-packet-iterator.patch: Fix integer overflow in opj_pi_create_decode().
0003-dwt-decode.patch: Check array bounds for opj_dwt_decode_1() and friends.
0004-j2k_read_mcc.patch: Move incrementing of l_tcp->m_nb_mcc_records to the right place.
0005-jp2_apply_pclr.patch: Fix out of bounds access.
0006-tcd_init_tile.patch: Fix a dividing zero bug in opj_tcd_init_tile().
0007-jp2_read_cmap.patch: Fix wrong rendering on greyscale images with index colorspace.
0008-jp2_check_color.patch: Replace an assertion with returning false.
0009-opj_pi_next.patch: Fix potential bad precno value in opj_pi_next* functions.
TODO(thestig): List all the other patches.