Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
0000-use-colorspace.patch | 21-Oct-2016 | 915 | |
0001-image-data.patch | 21-Oct-2016 | 1.3K | |
0002-packet-iterator.patch | 21-Oct-2016 | 849 | |
0003-dwt-decode.patch | 21-Oct-2016 | 8.4K | |
0004-j2k_read_mcc.patch | 21-Oct-2016 | 1.1K | |
0005-jp2_apply_pclr.patch | 21-Oct-2016 | 1.8K | |
0006-tcd_init_tile.patch | 21-Oct-2016 | 902 | |
0007-jp2_read_cmap.patch | 21-Oct-2016 | 503 | |
0008-jp2_check_color.patch | 21-Oct-2016 | 862 | |
0009-opj_pi_next.patch | 21-Oct-2016 | 2K | |
bio.c | 21-Oct-2016 | 5.1K | |
bio.h | 21-Oct-2016 | 4.2K | |
cio.c | 21-Oct-2016 | 20K | |
cio.h | 21-Oct-2016 | 14K | |
CMakeLists.txt | 21-Oct-2016 | 3.6K | |
dwt.c | 21-Oct-2016 | 28K | |
dwt.h | 21-Oct-2016 | 4.9K | |
event.c | 21-Oct-2016 | 4.7K | |
event.h | 21-Oct-2016 | 3.8K | |
function_list.c | 21-Oct-2016 | 4.5K | |
function_list.h | 21-Oct-2016 | 4.3K | |
image.c | 21-Oct-2016 | 8K | |
image.h | 21-Oct-2016 | 2.5K | |
indexbox_manager.h | 21-Oct-2016 | 6K | |
invert.c | 21-Oct-2016 | 9.3K | |
invert.h | 21-Oct-2016 | 2.7K | |
j2k.c | 21-Oct-2016 | 455.4K | |
j2k.h | 21-Oct-2016 | 26.7K | |
jp2.c | 21-Oct-2016 | 94.2K | |
jp2.h | 21-Oct-2016 | 14.9K | |
mct.c | 21-Oct-2016 | 15K | |
mct.h | 21-Oct-2016 | 5.7K | |
mqc.c | 21-Oct-2016 | 15.9K | |
mqc.h | 21-Oct-2016 | 6.4K | |
openjpeg.c | 21-Oct-2016 | 29.3K | |
openjpeg.h | 21-Oct-2016 | 52.2K | |
opj_clock.c | 21-Oct-2016 | 2.7K | |
opj_clock.h | 21-Oct-2016 | 2.2K | |
opj_codec.h | 21-Oct-2016 | 7.6K | |
opj_config.h | 21-Oct-2016 | 574 | |
opj_config.h.cmake.in | 21-Oct-2016 | 424 | |
opj_config_private.h | 21-Oct-2016 | 1.2K | |
opj_includes.h | 21-Oct-2016 | 6K | |
opj_intmath.h | 21-Oct-2016 | 6.4K | |
opj_inttypes.h | 21-Oct-2016 | 2K | |
opj_malloc.h | 21-Oct-2016 | 5.8K | |
opj_stdint.h | 21-Oct-2016 | 2.1K | |
pi.c | 21-Oct-2016 | 61.1K | |
pi.h | 21-Oct-2016 | 6.7K | |
raw.c | 21-Oct-2016 | 3K | |
raw.h | 21-Oct-2016 | 3.7K | |
README.pdfium | 21-Oct-2016 | 1,001 | |
t1.c | 21-Oct-2016 | 55.4K | |
t1.h | 21-Oct-2016 | 5.7K | |
t1_generate_luts.c | 21-Oct-2016 | 7.4K | |
t1_luts.h | 21-Oct-2016 | 9.8K | |
t2.c | 21-Oct-2016 | 59K | |
t2.h | 21-Oct-2016 | 4.9K | |
tcd.c | 21-Oct-2016 | 95.2K | |
tcd.h | 21-Oct-2016 | 11.8K | |
tgt.c | 21-Oct-2016 | 12.3K | |
tgt.h | 21-Oct-2016 | 5.3K |
1 Name: OpenJPEG 2 URL: http://www.openjpeg.org/ 3 Version: 0fa5a17c98c4b8f9ee2286f4f0a50cf52a5fccb0 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 0001-image-data.patch: Fix a crashier in opj_j2k_update_image_data(). 14 0002-packet-iterator.patch: Fix integer overflow in opj_pi_create_decode(). 15 0003-dwt-decode.patch: Check array bounds for opj_dwt_decode_1() and friends. 16 0004-j2k_read_mcc.patch: Move incrementing of l_tcp->m_nb_mcc_records to the right place. 17 0005-jp2_apply_pclr.patch: Fix out of bounds access. 18 0006-tcd_init_tile.patch: Fix a dividing zero bug in opj_tcd_init_tile(). 19 0007-jp2_read_cmap.patch: Fix wrong rendering on greyscale images with index colorspace. 20 0008-jp2_check_color.patch: Replace an assertion with returning false. 21 0009-opj_pi_next.patch: Fix potential bad precno value in opj_pi_next* functions. 22 TODO(thestig): List all the other patches. 23