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