| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| 0000-build-config.patch | 05-Oct-2017 | 1.1K | |
| 0002-static-png-gt.patch | 05-Oct-2017 | 437 | |
| 0003-check-errors-in-set-pcal.patch | 05-Oct-2017 | 1.4K | |
| arm/ | 05-Oct-2017 | ||
| contrib/ | 05-Oct-2017 | ||
| png.c | 05-Oct-2017 | 149.9K | |
| png.h | 05-Oct-2017 | 139.8K | |
| pngconf.h | 05-Oct-2017 | 22.3K | |
| pngdebug.h | 05-Oct-2017 | 5.2K | |
| pngerror.c | 05-Oct-2017 | 28.5K | |
| pngget.c | 05-Oct-2017 | 32.6K | |
| pnginfo.h | 05-Oct-2017 | 12.1K | |
| pnglibconf.h | 05-Oct-2017 | 7.2K | |
| pngmem.c | 05-Oct-2017 | 8.2K | |
| pngpread.c | 05-Oct-2017 | 30.8K | |
| pngprefix.h | 05-Oct-2017 | 569 | |
| pngpriv.h | 05-Oct-2017 | 81.4K | |
| pngread.c | 05-Oct-2017 | 136.7K | |
| pngrio.c | 05-Oct-2017 | 3.9K | |
| pngrtran.c | 05-Oct-2017 | 164.6K | |
| pngrutil.c | 05-Oct-2017 | 139.4K | |
| pngset.c | 05-Oct-2017 | 49K | |
| pngstruct.h | 05-Oct-2017 | 19.6K | |
| pngtrans.c | 05-Oct-2017 | 24.5K | |
| pngwio.c | 05-Oct-2017 | 5.5K | |
| pngwrite.c | 05-Oct-2017 | 74.2K | |
| pngwtran.c | 05-Oct-2017 | 15K | |
| pngwutil.c | 05-Oct-2017 | 77.7K | |
| README.pdfium | 05-Oct-2017 | 666 | |
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