Home | History | Annotate | only in /external/pdfium/third_party/libopenjpeg20
Up to higher level directory
NameDateSize
0000-use-colorspace.patch24-Aug-2016915
0001-image-data.patch24-Aug-20161.3K
0002-packet-iterator.patch24-Aug-2016849
0003-dwt-decode.patch24-Aug-20168.4K
0004-j2k_read_mcc.patch24-Aug-20161.1K
0005-jp2_apply_pclr.patch24-Aug-20161.8K
0006-tcd_init_tile.patch24-Aug-2016902
0007-jp2_read_cmap.patch24-Aug-2016503
0008-jp2_check_color.patch24-Aug-2016862
0009-opj_pi_next.patch24-Aug-20162K
bio.c24-Aug-20165.1K
bio.h24-Aug-20164.2K
cio.c24-Aug-201620K
cio.h24-Aug-201614K
CMakeLists.txt24-Aug-20163.6K
dwt.c24-Aug-201628K
dwt.h24-Aug-20164.9K
event.c24-Aug-20164.7K
event.h24-Aug-20163.8K
function_list.c24-Aug-20164.5K
function_list.h24-Aug-20164.3K
image.c24-Aug-20168K
image.h24-Aug-20162.5K
indexbox_manager.h24-Aug-20166K
invert.c24-Aug-20169.3K
invert.h24-Aug-20162.7K
j2k.c24-Aug-2016455.4K
j2k.h24-Aug-201626.7K
jp2.c24-Aug-201694.2K
jp2.h24-Aug-201614.9K
mct.c24-Aug-201615K
mct.h24-Aug-20165.7K
mqc.c24-Aug-201615.9K
mqc.h24-Aug-20166.4K
openjpeg.c24-Aug-201629.3K
openjpeg.h24-Aug-201652.2K
opj_clock.c24-Aug-20162.7K
opj_clock.h24-Aug-20162.2K
opj_codec.h24-Aug-20167.6K
opj_config.h24-Aug-2016574
opj_config.h.cmake.in24-Aug-2016424
opj_config_private.h24-Aug-20161.2K
opj_includes.h24-Aug-20166K
opj_intmath.h24-Aug-20166.4K
opj_inttypes.h24-Aug-20162K
opj_malloc.h24-Aug-20165.8K
opj_stdint.h24-Aug-20162.1K
pi.c24-Aug-201661.1K
pi.h24-Aug-20166.7K
raw.c24-Aug-20163K
raw.h24-Aug-20163.7K
README.pdfium24-Aug-20161,001
t1.c24-Aug-201655.4K
t1.h24-Aug-20165.7K
t1_generate_luts.c24-Aug-20167.4K
t1_luts.h24-Aug-20169.8K
t2.c24-Aug-201659K
t2.h24-Aug-20164.9K
tcd.c24-Aug-201695.2K
tcd.h24-Aug-201611.8K
tgt.c24-Aug-201612.3K
tgt.h24-Aug-20165.3K

README.pdfium

      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