Name | Date | Size | |
---|---|---|---|
.. | 11-Jun-2018 | 4 KiB | |
0000-build-config.patch | 11-Jun-2018 | 1.1 KiB | |
0002-static-png-gt.patch | 11-Jun-2018 | 437 | |
0003-check-errors-in-set-pcal.patch | 11-Jun-2018 | 1.4 KiB | |
arm/ | 11-Jun-2018 | 4 KiB | |
contrib/ | 11-Jun-2018 | 4 KiB | |
png.c | 11-Jun-2018 | 149.9 KiB | |
png.h | 11-Jun-2018 | 139.8 KiB | |
pngconf.h | 11-Jun-2018 | 22.3 KiB | |
pngdebug.h | 11-Jun-2018 | 5.2 KiB | |
pngerror.c | 11-Jun-2018 | 28.5 KiB | |
pngget.c | 11-Jun-2018 | 32.6 KiB | |
pnginfo.h | 11-Jun-2018 | 12.1 KiB | |
pnglibconf.h | 11-Jun-2018 | 7.2 KiB | |
pngmem.c | 11-Jun-2018 | 8.2 KiB | |
pngpread.c | 11-Jun-2018 | 30.8 KiB | |
pngprefix.h | 11-Jun-2018 | 569 | |
pngpriv.h | 11-Jun-2018 | 81.4 KiB | |
pngread.c | 11-Jun-2018 | 136.7 KiB | |
pngrio.c | 11-Jun-2018 | 3.9 KiB | |
pngrtran.c | 11-Jun-2018 | 164.6 KiB | |
pngrutil.c | 11-Jun-2018 | 139.4 KiB | |
pngset.c | 11-Jun-2018 | 49 KiB | |
pngstruct.h | 11-Jun-2018 | 19.6 KiB | |
pngtrans.c | 11-Jun-2018 | 24.5 KiB | |
pngwio.c | 11-Jun-2018 | 5.5 KiB | |
pngwrite.c | 11-Jun-2018 | 74.2 KiB | |
pngwtran.c | 11-Jun-2018 | 15 KiB | |
pngwutil.c | 11-Jun-2018 | 77.7 KiB | |
README.pdfium | 11-Jun-2018 | 666 |
README.pdfium
1Name: libpng 2URL: http://libpng.org/ 3Version: 1.6.22 4Security Critical: yes 5License: libpng license 6License Android Compatible: yes 7 8Description: 9PNG library. 10 11Local Modifications: 12 13Local changes in Chromium's copy of libpng as of https://crrev.com/404379 - see 14README.chromium. 15 16pnglibconf.h: a copy of libpng's scripts/pnglibconf.h.prebuilt. 17pngprefix.h: manually-created redefinitions to avoid conflicts with Chromium. 180000-build-config.patch: Local build configuration changes. 190002-static-png-gt.patch: Unconditionally use static png_gt() in png.c to avoid compilation warning. 200003-check-errors-in-set-pcal.patch: Backported github.com/glennrp/libpng/pull/135 21