summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.25beta01.tarv1.6.25beta01Glenn Randers-Pehrson2016-08-1214-26/+29
* [libpng16] Revert using png_malloc_array in iCCP chunk handlingGlenn Randers-Pehrson2016-08-121-3/+3
* [libng16] Conditionally compile png_inflate(). It's not needed for iCCPGlenn Randers-Pehrson2016-08-113-4/+6
* [libpng16] Revert change to png_malloc_array(). It's not neededGlenn Randers-Pehrson2016-08-103-9/+2
* Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16Glenn Randers-Pehrson2016-08-105-44/+89
|\
| * [libpng16] Reject oversized iCCP profile lengthJohn Bowler2016-08-105-38/+85
* | [libpng16] Return NULL from png_malloc_array() with a warning instead of callingGlenn Randers-Pehrson2016-08-104-10/+19
|/
* [libpng16] Bump version to 1.6.25beta01Glenn Randers-Pehrson2016-08-0327-118/+68
* [libpng16] Imported from libpng-1.6.24.tarv1.6.24libpng-1.6.24-signedGlenn Randers-Pehrson2016-08-0347-109/+86
* [libpng16] Bump version to 1.6.24rc04Glenn Randers-Pehrson2016-08-0224-52/+56
* [libpng16] Imported from libpng-1.6.24rc03.tarv1.6.24rc03Glenn Randers-Pehrson2016-08-0213-25/+25
* [libpng16] Conditionally compile ARM_NEON headers in pngpriv.hGlenn Randers-Pehrson2016-08-024-12/+20
* [libpng16] Bump version to 1.6.24rc03Glenn Randers-Pehrson2016-08-0124-52/+56
* [libpng16] Imported from libpng-1.6.24rc02.tarv1.6.24rc02Glenn Randers-Pehrson2016-08-0123-50/+50
* [libpng16] Conditionally compile png_decompress_chunk().Glenn Randers-Pehrson2016-08-013-0/+4
* [libpng16] Conditionally compile SSE2 headers in contrib/intel/intel_sse.patchGlenn Randers-Pehrson2016-07-313-12/+22
* [libpng16] Imported from libpng-1.6.24rc01.tarv1.6.24rc01Glenn Randers-Pehrson2016-07-2526-64/+65
* [libpng16] Rebased contrib/intel/intel_sse.patchGlenn Randers-Pehrson2016-07-241-1/+1
* [libpng16] Bump version to 1.6.24beta07Glenn Randers-Pehrson2016-07-1925-58/+62
* [libpng16] Imported from libpng-1.6.24beta06.tarv1.6.24beta06Glenn Randers-Pehrson2016-07-1917-32/+35
* [libpng16] Eliminated unnecessary tests of boolean png_isaligned() vs 0.Glenn Randers-Pehrson2016-07-153-2/+4
* [libpng16] Fixed more indentationGlenn Randers-Pehrson2016-07-1519-601/+606
* [libpng16] Fix permission on reindent; add license info to contrib/tools/chkfmtGlenn Randers-Pehrson2016-07-144-0/+9
* [libpng16] Add PD license to new "reindent" tool; remove unused environment varGlenn Randers-Pehrson2016-07-141-5/+14
* [libpng16] Bump version to 1.6.24beta06Glenn Randers-Pehrson2016-07-1425-58/+62
* [libpng16] Imported from libpng-1.6.24beta05.tarv1.6.24beta05Glenn Randers-Pehrson2016-07-1412-18/+31
* [libpng16] Fix a bad indent in pngvalid.cGlenn Randers-Pehrson2016-07-131-1/+1
* [libpng16] Update "last changed" datesGlenn Randers-Pehrson2016-07-136-9/+9
* [libpng16] Undo bad indentation change in example.cGlenn Randers-Pehrson2016-07-131-5/+5
* [libpng16] Fixed a harmless typo in pngwutil.cGlenn Randers-Pehrson2016-07-131-1/+1
* [libpng16] Fixed some indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-1312-416/+423
* [libpng16] Bump version to 1.6.24beta05Glenn Randers-Pehrson2016-07-0824-52/+56
* [libpng16] Imported from libpng-1.6.24beta04.tarv1.6.24beta04Glenn Randers-Pehrson2016-07-0816-29/+29
* [libpng16] Avoid filter-selection heuristic sum calculations in cases whereGlenn Randers-Pehrson2016-07-083-10/+115
* [libpng16] Bump version to 1.6.24beta04Glenn Randers-Pehrson2016-07-0423-52/+52
* [libpng16] Imported from libpng-1.6.24beta03.tarv1.6.24beta03Glenn Randers-Pehrson2016-07-0418-33/+45
* [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-07-032-0/+2
* pngcp bug fixesJohn Bowler2016-07-031-4/+11
* [libpng16] Don't call png_icc_set_sRGB() when it's not compiled.Glenn Randers-Pehrson2016-07-031-2/+2
* [libpng16] Relocated misplaced #endif in png.c sRGB profile checking.Glenn Randers-Pehrson2016-07-023-9/+9
* Merge branch 'libpng16' of ssh://git.code.sf.net/p/libpng/code into libpng16Glenn Randers-Pehrson2016-07-020-0/+0
|\
| * [libpng16] Added "Common linking failures" section to INSTALLGlenn Randers-Pehrson2016-07-023-23/+18
* | [libpng16] Added "Common linking failures" section to INSTALLGlenn Randers-Pehrson2016-07-024-24/+19
* | pngimage: correct #define checkingJohn Bowler2016-07-021-14/+25
|/
* [libpng16] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-07-016-11/+15
* pngcp.c: correct total time outputJohn Bowler2016-07-011-2/+2
* pngcp: add high resolution timingJohn Bowler2016-07-012-22/+200
* pngcp: tool to copy PNG filesJohn Bowler2016-07-017-3/+2344
* [libpng16] Optimized absolute value calculation in filter selection, similar toGlenn Randers-Pehrson2016-06-293-3/+41
* [libpng16] Update ANNOUNCEGlenn Randers-Pehrson2016-06-231-0/+20