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