summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.21beta01.tarv1.6.21beta01Glenn Randers-Pehrson2015-12-1115-32/+32
* [libpng16] Changed "( ... )" to "` ... `" in tests/pngstest (John Bowler)John Bowler2015-12-091-3/+2
* [libpng16] Bump version to 1.6.21beta01Glenn Randers-Pehrson2015-12-0830-63/+63
* [libpng16] Fixed a syntax error in tests/pngstest that some shells other thanGlenn Randers-Pehrson2015-12-083-32/+23
* [libpng16] Imported from libpng-1.6.20.tarlibpng-1.6.20-signedGlenn Randers-Pehrson2015-12-0229-76/+70
* [libpng16] Imported from libpng-1.6.20rc02.tarv1.6.20rc02Glenn Randers-Pehrson2015-11-291-2/+10
* [libng16] Update CHANGESGlenn Randers-Pehrson2015-11-291-1/+9
* Merge branch 'libpng16' of git://github.com/jbowler/libpng-1 into libpng16Glenn Randers-Pehrson2015-11-294-4/+46
|\
| * Merge branch 'libpng16' of ../../libpng into libpng16John Bowler2015-11-2835-76/+76
| |\
| * | Fix inconsistent handling of invalid zlib dataJohn Bowler2015-11-274-4/+46
* | | [libpng16] Bump version to libpng-1.6.20rc02.tarGlenn Randers-Pehrson2015-11-2926-74/+76
| |/ |/|
* | [libpng16] Imported from libpng-1.6.20rc01.tarv1.6.20rc01Glenn Randers-Pehrson2015-11-2635-76/+76
|/
* [libpng16] Update CHANGES, ANNOUNCE, minor editing of contrib/*/*.cGlenn Randers-Pehrson2015-11-254-4/+13
* [libpng16] Update CHANGES and ANNOUNCE about pngfix.cGlenn Randers-Pehrson2015-11-252-14/+24
* Fix error in handling of bad zlib CMINFO fieldJohn Bowler2015-11-251-5/+6
* [libpng16] Imported from libpng-1.6.20beta03.tarv1.6.20beta03Glenn Randers-Pehrson2015-11-2431-71/+77
* Test backportJohn Bowler2015-11-235-212/+381
* [libpng16] Imported from libpng-1.6.20beta02.tarv1.6.20beta02Glenn Randers-Pehrson2015-11-2313-25/+25
* [lbpng16] Revert 12 -> 12U change in pngrutil.cGlenn Randers-Pehrson2015-11-221-1/+1
* [libpng16] Fixed bug recently introduced in png_set_PLTE() that uses png_ptrGlenn Randers-Pehrson2015-11-223-3/+7
* [libpng16] Bump version to 1.6.20beta02Glenn Randers-Pehrson2015-11-2225-60/+64
* [libpng16] Imported from libpng-1.6.20beta01.tarv1.6.20beta01Glenn Randers-Pehrson2015-11-2215-28/+28
* [libpng16] Use unsigned constants in buffer length comparisonsGlenn Randers-Pehrson2015-11-211-2/+2
* [libpng16] Another whack at png_handle_sPLT() pointer calculation.John Bowler2015-11-191-1/+1
* pngread: avoid clang warning for unreachable codeViktor Szakats2015-11-191-1/+0
* [libpng16] Removed new redundant check for length < 12 in pngrutil.cGlenn Randers-Pehrson2015-11-171-2/+2
* [libpng16] Removed new redundant check for libpng < 12 in pngrutil.cGlenn Randers-Pehrson2015-11-173-4/+4
* [libpng16] Remove newly-added useless typecasts.Glenn Randers-Pehrson2015-11-161-2/+2
* [libpng16] Changed size_t to png_uint_32 in new buffer checks (John Bowler)Glenn Randers-Pehrson2015-11-151-2/+2
* [libpng16] Revised recent pngrutil.c patch as suggested by pascalGlenn Randers-Pehrson2015-11-141-2/+2
* [libpng16] Avoid potential pointer overflow in png_handle_sPLT() andGlenn Randers-Pehrson2015-11-133-3/+7
* [libpng16] Bump version to 1.6.20beta01Glenn Randers-Pehrson2015-11-1330-154/+78
* [libpng16] Imported from libpng-1.6.19.tarv1.6.19Glenn Randers-Pehrson2015-11-1231-91/+73
* [libpng16] Clean up coding style in png_handle_PLTE()Glenn Randers-Pehrson2015-11-051-7/+10
* [libpng16] Imported from libpng-1.6.19rc04.tarv1.6.19rc04Glenn Randers-Pehrson2015-11-0525-64/+67
* [libpng16] Fixed new bug with CRC error after reading an over-length palette.Glenn Randers-Pehrson2015-11-041-1/+1
* [libpng16] Imported from libpng-1.6.19rc03.tarv1.6.19rc03Glenn Randers-Pehrson2015-11-032-4/+12
* [libpng16] Clarified COPYRIGHT information to state explicitly that versionsGlenn Randers-Pehrson2015-11-034-452/+155
* [libpng16] Bump version to 1.6.19rc03Glenn Randers-Pehrson2015-11-0325-69/+80
* [libpng16] Fixed some inconsequential cut-and-paste typosGlenn Randers-Pehrson2015-11-011-6/+6
* [libpng16] Imported from libpng-1.6.19rc02.tarv1.6.19rc02Glenn Randers-Pehrson2015-10-3115-34/+46
* Merge branch 'libpng16' of https://github.com/jbowler/libpng-1 into libpng16Glenn Randers-Pehrson2015-10-301-2/+2
|\
| * rowbytes check correctionJohn Bowler2015-10-291-2/+2
* | [libpng16] Silently truncate over-length PLTE chunk while reading.Glenn Randers-Pehrson2015-10-304-7/+16
* | [libpng16] Prevent reading over-length PLTE chunk (Cosmin Truta).Glenn Randers-Pehrson2015-10-307-28/+34
|/
* [libpng16] Bump version to 1.6.19rc02Glenn Randers-Pehrson2015-10-2925-62/+69
* [libpng16] Reject attempt to write over-length PLTE chunkGlenn Randers-Pehrson2015-10-294-4/+17
* [libpng16] Imported from libpng-1.6.19rc01.tarv1.6.19rc01Glenn Randers-Pehrson2015-10-2325-65/+69
* [libpng16] Bump version to 1.6.19beta05Glenn Randers-Pehrson2015-10-1424-54/+58
* [libpng16] Imported from libpng-1.6.19beta04.tarv1.6.19beta04Glenn Randers-Pehrson2015-10-1415-54/+61