Home | History | Annotate | only in /external/pdfium/third_party/libpng16
Up to higher level directory
NameDateSize
0000-build-config.patch06-Dec-20171.1K
0002-static-png-gt.patch06-Dec-2017437
0003-check-errors-in-set-pcal.patch06-Dec-20171.4K
arm/06-Dec-2017
contrib/06-Dec-2017
png.c06-Dec-2017149.9K
png.h06-Dec-2017139.8K
pngconf.h06-Dec-201722.3K
pngdebug.h06-Dec-20175.2K
pngerror.c06-Dec-201728.5K
pngget.c06-Dec-201732.6K
pnginfo.h06-Dec-201712.1K
pnglibconf.h06-Dec-20177.2K
pngmem.c06-Dec-20178.2K
pngpread.c06-Dec-201730.8K
pngprefix.h06-Dec-2017569
pngpriv.h06-Dec-201781.4K
pngread.c06-Dec-2017136.7K
pngrio.c06-Dec-20173.9K
pngrtran.c06-Dec-2017164.6K
pngrutil.c06-Dec-2017139.4K
pngset.c06-Dec-201749K
pngstruct.h06-Dec-201719.6K
pngtrans.c06-Dec-201724.5K
pngwio.c06-Dec-20175.5K
pngwrite.c06-Dec-201774.2K
pngwtran.c06-Dec-201715K
pngwutil.c06-Dec-201777.7K
README.pdfium06-Dec-2017666

README.pdfium

      1 Name: libpng
      2 URL: http://libpng.org/
      3 Version: 1.6.22
      4 Security Critical: yes
      5 License: libpng license
      6 License Android Compatible: yes
      7 
      8 Description:
      9 PNG library.
     10 
     11 Local Modifications:
     12 
     13 Local changes in Chromium's copy of libpng as of https://crrev.com/404379 - see
     14 README.chromium.
     15 
     16 pnglibconf.h: a copy of libpng's scripts/pnglibconf.h.prebuilt.
     17 pngprefix.h: manually-created redefinitions to avoid conflicts with Chromium.
     18 0000-build-config.patch: Local build configuration changes.
     19 0002-static-png-gt.patch: Unconditionally use static png_gt() in png.c to avoid compilation warning.
     20 0003-check-errors-in-set-pcal.patch: Backported github.com/glennrp/libpng/pull/135
     21