Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
0000-use-colorspace.patch | 21-Aug-2018 | 1.1K | |
0003-dwt-decode.patch | 21-Aug-2018 | 11.4K | |
0005-jp2_apply_pclr.patch | 21-Aug-2018 | 1.4K | |
0006-tcd_init_tile.patch | 21-Aug-2018 | 762 | |
0007-jp2_read_cmap.patch | 21-Aug-2018 | 546 | |
0009-opj_pi_next.patch | 21-Aug-2018 | 2.3K | |
0011-j2k_update_image_data.patch | 21-Aug-2018 | 687 | |
0012-mct_sse.patch | 21-Aug-2018 | 1.6K | |
0014-opj_jp2_read_ihdr_leak.patch | 21-Aug-2018 | 810 | |
0015-read_SPCod_SPCoc_overflow.patch | 21-Aug-2018 | 551 | |
0016-read_SQcd_SQcc_overflow.patch | 21-Aug-2018 | 592 | |
0019-tcd_init_tile.patch | 21-Aug-2018 | 1.3K | |
0022-jp2_apply_pclr_overflow.patch | 21-Aug-2018 | 1.8K | |
0023-opj_j2k_read_mct_records.patch | 21-Aug-2018 | 918 | |
0025-opj_j2k_add_mct_null_data.patch | 21-Aug-2018 | 1K | |
0026-use_opj_uint_ceildiv.patch | 21-Aug-2018 | 4.9K | |
0034-opj_malloc.patch | 21-Aug-2018 | 5.3K | |
0035-opj_image_data_free.patch | 21-Aug-2018 | 554 | |
0035-opj_j2k_update_image_dimensions.patch | 21-Aug-2018 | 2.4K | |
bio.c | 21-Aug-2018 | 5.8K | |
bio.h | 21-Aug-2018 | 4.3K | |
cio.c | 21-Aug-2018 | 23.9K | |
cio.h | 21-Aug-2018 | 15.2K | |
CMakeLists.txt | 21-Aug-2018 | 3.6K | |
dwt.c | 21-Aug-2018 | 101.2K | |
dwt.h | 21-Aug-2018 | 5.1K | |
event.c | 21-Aug-2018 | 4.9K | |
event.h | 21-Aug-2018 | 3.9K | |
function_list.c | 21-Aug-2018 | 4.3K | |
function_list.h | 21-Aug-2018 | 4.4K | |
image.c | 21-Aug-2018 | 9.6K | |
image.h | 21-Aug-2018 | 2.6K | |
indexbox_manager.h | 21-Aug-2018 | 6.2K | |
invert.c | 21-Aug-2018 | 10.2K | |
invert.h | 21-Aug-2018 | 2.8K | |
j2k.c | 21-Aug-2018 | 443.1K | |
j2k.h | 21-Aug-2018 | 29.6K | |
jp2.c | 21-Aug-2018 | 114.6K | |
jp2.h | 21-Aug-2018 | 15.9K | |
mct.c | 21-Aug-2018 | 17.4K | |
mct.h | 21-Aug-2018 | 5.9K | |
mqc.c | 21-Aug-2018 | 18.5K | |
mqc.h | 21-Aug-2018 | 9K | |
mqc_inl.h | 21-Aug-2018 | 6.2K | |
openjpeg.c | 21-Aug-2018 | 34.7K | |
openjpeg.h | 21-Aug-2018 | 58.1K | |
opj_clock.c | 21-Aug-2018 | 2.7K | |
opj_clock.h | 21-Aug-2018 | 2.2K | |
opj_codec.h | 21-Aug-2018 | 7.8K | |
opj_common.h | 21-Aug-2018 | 1.9K | |
opj_config.h | 21-Aug-2018 | 574 | |
opj_config.h.cmake.in | 21-Aug-2018 | 424 | |
opj_config_private.h | 21-Aug-2018 | 1.2K | |
opj_includes.h | 21-Aug-2018 | 7.1K | |
opj_intmath.h | 21-Aug-2018 | 7.2K | |
opj_inttypes.h | 21-Aug-2018 | 1.9K | |
opj_malloc.h | 21-Aug-2018 | 6.4K | |
opj_stdint.h | 21-Aug-2018 | 2.1K | |
pi.c | 21-Aug-2018 | 80.3K | |
pi.h | 21-Aug-2018 | 6.7K | |
README.pdfium | 21-Aug-2018 | 1.7K | |
sparse_array.c | 21-Aug-2018 | 15.4K | |
sparse_array.h | 21-Aug-2018 | 6.9K | |
t1.c | 21-Aug-2018 | 79K | |
t1.h | 21-Aug-2018 | 9.2K | |
t1_generate_luts.c | 21-Aug-2018 | 9.9K | |
t1_luts.h | 21-Aug-2018 | 13.1K | |
t2.c | 21-Aug-2018 | 56.6K | |
t2.h | 21-Aug-2018 | 5.4K | |
tcd.c | 21-Aug-2018 | 109.2K | |
tcd.h | 21-Aug-2018 | 18K | |
tgt.c | 21-Aug-2018 | 10.3K | |
tgt.h | 21-Aug-2018 | 5.4K | |
thread.c | 21-Aug-2018 | 23.8K | |
thread.h | 21-Aug-2018 | 8.4K | |
tls_keys.h | 21-Aug-2018 | 1.7K |
1 Name: OpenJPEG 2 URL: http://www.openjpeg.org/ 3 Version: 2.3.0 (also update in opj_config*) 4 Security Critical: yes 5 License: 2-clause BSD 6 7 Description: 8 JPEG 2000 library. 9 10 Local Modifications: 11 12 0000-use-colorspace.patch: Makes it possible to not call opj_jp2_apply_pclr(). 13 0003-dwt-decode.patch: Check array bounds for opj_dwt_decode_1() and friends. 14 0005-jp2_apply_pclr.patch: Fix out of bounds access. 15 0006-tcd_init_tile.patch: Fix a divide by zero bug in opj_tcd_init_tile(). 16 0007-jp2_read_cmap.patch: Fix wrong rendering on greyscale images with index colorspace. 17 0009-opj_pi_next.patch: Fix potential bad precno value in opj_pi_next* functions. 18 0011-j2k_update_image_data.patch: Prevent bad signed -> unsigned casting. 19 0012-mct_sse.patch: Don't use SSE intrinsics in 32-bit builds. 20 0014-opj_jp2_read_ihdr_leak.patch: Memory leak in opj_jp2_read_ihdr(). 21 0015-read_SPCod_SPCoc_overflow.patch: Prevent a buffer overflow in opj_j2k_read_SPCod_SPCoc. 22 0016-read_SQcd_SQcc_overflow.patch: Prevent a buffer overflow in opj_j2k_read_SQcd_SQcc. 23 0019-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_code_blocks_size|. 24 0022-jp2_apply_pclr_overflow.patch: Prevent integer overflow in opj_jp2_apply_pclr. 25 0023-opj_j2k_read_mct_records.patch: Fix opj_j2k_read to prevent heap-use-after-free. 26 0025-opj_j2k_add_mct_null_data.patch: Check m_data != null before trying to read from it. 27 0026-use_opj_uint_ceildiv.patch: Remove (OPJ_UINT32)opj_int_ceildiv((OPJ_INT32)a, (OPJ_INT32) b). 28 0033-undefined-shift-opj_t1_dec_clnpass.patch: fix undefined shifts originated from opj_t1_decode_cblk. 29 0034-opj_malloc.patch: PDFium changes in opj_malloc. 30 0035-opj_j2k_update_image_dimensions.patch: fix integer overflow. 31