diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-05-13 19:12:24 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-05-13 19:18:54 +0200 |
| commit | ea962375255190b5e641783ff193cff06ff616c6 (patch) | |
| tree | e52f0b1f7f7a2d36d8267449d6739cf210a4aaa7 /png/README | |
| parent | 1325a257bf2784d32c6d2840be7b9a5e23b82116 (diff) | |
Update bundled libpng from 1.6.42 to 1.6.43
Diffstat (limited to 'png/README')
| -rw-r--r-- | png/README | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/png/README b/png/README index 0bf27bcfe..a6ca3ae9f 100644 --- a/png/README +++ b/png/README @@ -1,4 +1,4 @@ -README for libpng version 1.6.42 +README for libpng version 1.6.43 ================================ See the note about version numbers near the top of `png.h`. @@ -142,10 +142,11 @@ Files included in this distribution pngwrite.c => High-level write functions pngwtran.c => Write data transformations pngwutil.c => Write utility functions - arm/ => Optimized code for the ARM platform - intel/ => Optimized code for the INTEL-SSE2 platform - mips/ => Optimized code for the MIPS platform - powerpc/ => Optimized code for the PowerPC platform + arm/ => Optimized code for ARM Neon + intel/ => Optimized code for INTEL SSE2 + loongarch/ => Optimized code for LoongArch LSX + mips/ => Optimized code for MIPS MSA and MIPS MMI + powerpc/ => Optimized code for PowerPC VSX ci/ => Scripts for continuous integration contrib/ => External contributions arm-neon/ => Optimized code for the ARM-NEON platform @@ -158,6 +159,7 @@ Files included in this distribution libtests/ => Test programs oss-fuzz/ => Files used by the OSS-Fuzz project for fuzz-testing libpng + pngexif/ => Program to inspect the EXIF information in PNG files pngminim/ => Minimal decoder, encoder, and progressive decoder programs demonstrating the use of pngusr.dfa pngminus/ => Simple pnm2png and png2pnm programs |
