summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.32beta02.tarv1.6.32beta02Glenn Randers-Pehrson2017-08-0111-22/+22
* [libpng16] updated tests/pngunknown-sAPI; it works now.Glenn Randers-Pehrson2017-07-314-5/+5
* [libpng16] Updated contrib/libtests/pngunknown.c with eXIf chunk. Note:Glenn Randers-Pehrson2017-07-313-2/+12
* [libpng16] Update png_get|set_eXIf_1() prototypes in libpng.3Glenn Randers-Pehrson2017-07-311-2/+2
* [libpng16] Bump version to 1.6.32beta02Glenn Randers-Pehrson2017-07-3124-53/+57
* [libpng16] Imported from libpng-1.6.32beta01.tarv1.6.32beta01Glenn Randers-Pehrson2017-07-3110-12/+11
* [libpng16] Update "Last changed" dates and some copyright yearsGlenn Randers-Pehrson2017-07-319-15/+12
* [libpng16] Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1()Glenn Randers-Pehrson2017-07-319-23/+28
* [libpng16] Committed png.h and pngpriv.h that were omitted from previous checkinGlenn Randers-Pehrson2017-07-312-8/+13
* [libpng16] Updated pngread.c with calls to png_handle_eXIf() omitted from pre...Glenn Randers-Pehrson2017-07-311-0/+10
* [libpng16] Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf()Glenn Randers-Pehrson2017-07-318-21/+46
* [libpng16] Avoid possible NULL dereference in png_handle_eXIf when benign_errorsGlenn Randers-Pehrson2017-07-303-4/+10
* [libpng16] Bump version to 1.6.32beta01Glenn Randers-Pehrson2017-07-2730-96/+72
* [libpng16] Imported from libpng-1.6.31.tarv1.6.31libpng-1.6.31-signedlibpng-1.6.31-master-signedGlenn Randers-Pehrson2017-07-2737-94/+75
* [libpng16] Imported from libpng-1.6.31rc02.tarv1.6.31rc02Glenn Randers-Pehrson2017-07-2522-48/+48
* [libpng16] Fixed typo in example.c (png_free_image should be png_image_free)Glenn Randers-Pehrson2017-07-253-10/+18
* [libpng16] Imported from libpng-1.6.31rc01.tarv1.6.31rc01Glenn Randers-Pehrson2017-07-1924-57/+63
* [libpng16] Imported from libpng-1.6.31beta07.tarv1.6.31beta07Glenn Randers-Pehrson2017-07-1822-48/+48
* [libpng16] Revised the eXIf chunk in pngtest.png to fix "Bad IFD1 Directory" ...Glenn Randers-Pehrson2017-07-183-8/+14
* [libpng16] Imported from libpng-1.6.31beta06.tarv1.6.31beta06Glenn Randers-Pehrson2017-07-1714-26/+26
* [libpng16] Added a minimal eXIf chunk (with Orientation and FocalLengthIn35mm...Glenn Randers-Pehrson2017-07-163-3/+7
* [libpng16] Bump version to 1.6.31beta06Glenn Randers-Pehrson2017-07-1324-53/+57
* [libpng16] Imported from libpng-1.6.31beta05.tarv1.6.31beta05Glenn Randers-Pehrson2017-07-1313-25/+25
* [libpng16] Implement eXIf chunk supportGlenn Randers-Pehrson2017-07-1317-5/+216
* [libpng16] Bump version to 1.6.31beta05Glenn Randers-Pehrson2017-07-1124-53/+57
* [libpng16] Imported from libpng-1.6.31beta04.tarv1.6.31beta04Glenn Randers-Pehrson2017-07-1113-61/+36
* [libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings thatJohn Bowler2017-07-1113-60/+124
* [libpng16] Cross-reference scripts/makefile.linux-opt in INSTALLGlenn Randers-Pehrson2017-07-091-1/+4
* [libpng16]Fixed release numbering in makefile.linux,linux-opt, msysGlenn Randers-Pehrson2017-07-093-4/+4
* [libpng16] Bump version to 1.6.31beta04Glenn Randers-Pehrson2017-07-0924-53/+57
* [libpng16] Imported from libpng-1.6.31beta03.tarv1.6.31beta03Glenn Randers-Pehrson2017-07-0914-27/+29
* [libpng16] Added scripts/makefile-linux-opt, which has hardware optimizationsGlenn Randers-Pehrson2017-07-093-0/+267
* [libpng16] Quieted "declaration after statement" warnings in intel/filter_sse...Glenn Randers-Pehrson2017-07-093-38/+68
* [libpng16] Balance an if/endif pair in CMakeLists.txtGlenn Randers-Pehrson2017-07-091-1/+1
* [libpng16]Change "int" to "png_uint_32" in intel/filter_sse2.c to preventGlenn Randers-Pehrson2017-07-093-10/+14
* [libpng16] Add "libpng_mips_sources" to CMakeLists.txt when building MIPS_MSAGlenn Randers-Pehrson2017-07-081-2/+3
* [libpng16] Mention cmake "PNG_HARDWARE_OPTIMIZATIONS" in INSTALLGlenn Randers-Pehrson2017-07-081-0/+10
* [libpng16] Updated CMakeLists.txt to add INTEL_SSE and MIPS_MSA platforms.Glenn Randers-Pehrson2017-07-083-17/+65
* [libpng16] Bump version to 1.6.31beta03Glenn Randers-Pehrson2017-07-0824-52/+56
* [libpng16] Imported from libpng-1.6.31beta02.tarv1.6.31beta02Glenn Randers-Pehrson2017-07-0812-22/+23
* [libpng16] Added "--enable-hardware-optimizations" configuration flag to enableGlenn Randers-Pehrson2017-07-084-6/+66
* [libpng16] Expand INSTALL instructions about enabling hardware optimizations.Glenn Randers-Pehrson2017-07-061-1/+16
* [libpng16] Added instructions for disabling hardware optimizations in INSTALL.Glenn Randers-Pehrson2017-07-053-11/+28
* [libpng16] Bump version to 1.6.31beta02Glenn Randers-Pehrson2017-07-0524-52/+56
* [libpng16] Imported from libpng-1.6.31beta01.tarv1.6.31beta01Glenn Randers-Pehrson2017-07-0512-24/+24
* [libpng16] Added special case for FreeBSD in arm/filter_neon.S (Maya Rashish).Glenn Randers-Pehrson2017-07-053-4/+6
* [libpng16] Added note about png_get_rowbytes() being affected by transformsGlenn Randers-Pehrson2017-07-032-8/+18
* [libpng16] Added "Requires: zlib" to libpng.pc.in (Pieter Neerincx).Glenn Randers-Pehrson2017-07-033-5/+10
* [libpng16] Revised pngpriv.h to use PNG_VERSION_INFO_ONLY instead ofGlenn Randers-Pehrson2017-07-021-23/+19
* [libpng16] Revised pngpriv.h to work around failure to compile arm/filter_neon.SGlenn Randers-Pehrson2017-07-013-7/+22