You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| arm | 4 years ago | |
| contrib/intel | 4 years ago | |
| 0000-build-config.patch | 4 years ago | |
| 0002-static-png-gt.patch | 4 years ago | |
| 0003-check-errors-in-set-pcal.patch | 4 years ago | |
| README.pdfium | 4 years ago | |
| png.c | 4 years ago | |
| png.h | 4 years ago | |
| pngconf.h | 4 years ago | |
| pngdebug.h | 4 years ago | |
| pngerror.c | 4 years ago | |
| pngget.c | 4 years ago | |
| pnginfo.h | 4 years ago | |
| pnglibconf.h | 4 years ago | |
| pngmem.c | 4 years ago | |
| pngpread.c | 4 years ago | |
| pngprefix.h | 4 years ago | |
| pngpriv.h | 4 years ago | |
| pngread.c | 4 years ago | |
| pngrio.c | 4 years ago | |
| pngrtran.c | 4 years ago | |
| pngrutil.c | 4 years ago | |
| pngset.c | 4 years ago | |
| pngstruct.h | 4 years ago | |
| pngtrans.c | 4 years ago | |
| pngwio.c | 4 years ago | |
| pngwrite.c | 4 years ago | |
| pngwtran.c | 4 years ago | |
| pngwutil.c | 4 years ago | |
README.pdfium
Name: libpng
URL: http://libpng.org/
Version: 1.6.22
Security Critical: yes
License: libpng license
License Android Compatible: yes
Description:
PNG library.
Local Modifications:
Local changes in Chromium's copy of libpng as of https://crrev.com/404379 - see
README.chromium.
pnglibconf.h: a copy of libpng's scripts/pnglibconf.h.prebuilt.
pngprefix.h: manually-created redefinitions to avoid conflicts with Chromium.
0000-build-config.patch: Local build configuration changes.
0002-static-png-gt.patch: Unconditionally use static png_gt() in png.c to avoid compilation warning.
0003-check-errors-in-set-pcal.patch: Backported github.com/glennrp/libpng/pull/135