Home | History | Annotate | only in /external/pdfium/third_party/libopenjpeg20
Up to higher level directory
NameDateSize
0000-use-colorspace.patch21-Aug-20181.1K
0003-dwt-decode.patch21-Aug-201811.4K
0005-jp2_apply_pclr.patch21-Aug-20181.4K
0006-tcd_init_tile.patch21-Aug-2018762
0007-jp2_read_cmap.patch21-Aug-2018546
0009-opj_pi_next.patch21-Aug-20182.3K
0011-j2k_update_image_data.patch21-Aug-2018687
0012-mct_sse.patch21-Aug-20181.6K
0014-opj_jp2_read_ihdr_leak.patch21-Aug-2018810
0015-read_SPCod_SPCoc_overflow.patch21-Aug-2018551
0016-read_SQcd_SQcc_overflow.patch21-Aug-2018592
0019-tcd_init_tile.patch21-Aug-20181.3K
0022-jp2_apply_pclr_overflow.patch21-Aug-20181.8K
0023-opj_j2k_read_mct_records.patch21-Aug-2018918
0025-opj_j2k_add_mct_null_data.patch21-Aug-20181K
0026-use_opj_uint_ceildiv.patch21-Aug-20184.9K
0034-opj_malloc.patch21-Aug-20185.3K
0035-opj_image_data_free.patch21-Aug-2018554
0035-opj_j2k_update_image_dimensions.patch21-Aug-20182.4K
bio.c21-Aug-20185.8K
bio.h21-Aug-20184.3K
cio.c21-Aug-201823.9K
cio.h21-Aug-201815.2K
CMakeLists.txt21-Aug-20183.6K
dwt.c21-Aug-2018101.2K
dwt.h21-Aug-20185.1K
event.c21-Aug-20184.9K
event.h21-Aug-20183.9K
function_list.c21-Aug-20184.3K
function_list.h21-Aug-20184.4K
image.c21-Aug-20189.6K
image.h21-Aug-20182.6K
indexbox_manager.h21-Aug-20186.2K
invert.c21-Aug-201810.2K
invert.h21-Aug-20182.8K
j2k.c21-Aug-2018443.1K
j2k.h21-Aug-201829.6K
jp2.c21-Aug-2018114.6K
jp2.h21-Aug-201815.9K
mct.c21-Aug-201817.4K
mct.h21-Aug-20185.9K
mqc.c21-Aug-201818.5K
mqc.h21-Aug-20189K
mqc_inl.h21-Aug-20186.2K
openjpeg.c21-Aug-201834.7K
openjpeg.h21-Aug-201858.1K
opj_clock.c21-Aug-20182.7K
opj_clock.h21-Aug-20182.2K
opj_codec.h21-Aug-20187.8K
opj_common.h21-Aug-20181.9K
opj_config.h21-Aug-2018574
opj_config.h.cmake.in21-Aug-2018424
opj_config_private.h21-Aug-20181.2K
opj_includes.h21-Aug-20187.1K
opj_intmath.h21-Aug-20187.2K
opj_inttypes.h21-Aug-20181.9K
opj_malloc.h21-Aug-20186.4K
opj_stdint.h21-Aug-20182.1K
pi.c21-Aug-201880.3K
pi.h21-Aug-20186.7K
README.pdfium21-Aug-20181.7K
sparse_array.c21-Aug-201815.4K
sparse_array.h21-Aug-20186.9K
t1.c21-Aug-201879K
t1.h21-Aug-20189.2K
t1_generate_luts.c21-Aug-20189.9K
t1_luts.h21-Aug-201813.1K
t2.c21-Aug-201856.6K
t2.h21-Aug-20185.4K
tcd.c21-Aug-2018109.2K
tcd.h21-Aug-201818K
tgt.c21-Aug-201810.3K
tgt.h21-Aug-20185.4K
thread.c21-Aug-201823.8K
thread.h21-Aug-20188.4K
tls_keys.h21-Aug-20181.7K

README.pdfium

      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