summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.32beta05.tarv1.6.32beta05Glenn Randers-Pehrson2017-08-0217-26/+26
* [libpng16] Restored png_get_eXIf() and png_set_eXIf() to maintain API compata...Glenn Randers-Pehrson2017-08-029-37/+82
* [libpng16] Fix descriptions of eXIf function calls in the manpage.Glenn Randers-Pehrson2017-08-022-6/+6
* [libpng16] Eliminate local eXIf_buf from png_handle_eXIf()Glenn Randers-Pehrson2017-08-021-9/+6
* [libpng16] Bump version to 1.6.32beta04Glenn Randers-Pehrson2017-08-0124-53/+57
* [libpng16] Imported from libpng-1.6.32beta03.tarv1.6.32beta03Glenn Randers-Pehrson2017-08-0112-25/+35
* [libpng16] Stop memory leak when returning from png_handle_eXIf() with an errorGlenn Randers-Pehrson2017-08-016-21/+50
* [libpng16] Bump version to 1.6.32beta03Glenn Randers-Pehrson2017-08-0123-53/+53
* [libpng16] Initialized btoa[] in pngstest.c; stop memory leak in png_handle_e...Glenn Randers-Pehrson2017-08-014-1/+12
* [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