summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng16] Added sPLT support to pngtest.cGlenn Randers-Pehrson2015-10-103-10/+41
* [libpng16] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-10-032-3/+13
* pow and sbit fixes backported to pngvalid from 1.7John Bowler2015-10-031-5/+9
* Merge remote-tracking branch 'local/libpng16' into libpng16John Bowler2015-09-270-0/+0
|\
| * Revert "[libpng16] Fix bad merge of contrib/libtests/pngvalid.c"Glenn Randers-Pehrson2015-09-271-0/+2
* | Merge branch 'libpng16' into libpng16-pngvalid-rgb-to-gray-digitize-issuesJohn Bowler2015-09-262-3/+10
|\ \ | |/
| * [libpng16] Fix bad merge of contrib/libtests/pngvalid.cGlenn Randers-Pehrson2015-09-261-2/+0
| * [libpng16] Restored Makefile.am and configure.ac (they had beenGlenn Randers-Pehrson2015-09-262-171/+92
| * [libpng17] Makefile.am and configure.ac were out of date.Glenn Randers-Pehrson2015-09-262-92/+171
| * [libpng16] Worked around rgb-to-gray issues in libpng 1.6. The previousGlenn Randers-Pehrson2015-09-263-3/+12
* | Fix (work round) rgb-to-gray issues in libpng 1.6John Bowler2015-09-261-0/+2
|/
* [libpng16] Bump version to 1.6.19beta04Glenn Randers-Pehrson2015-09-2624-54/+58
* [libpng16] Imported from libpng-1.6.19beta03.tarv1.6.19beta03Glenn Randers-Pehrson2015-09-2615-30/+30
* pngvalid tests: add --strict, fix test namesJohn Bowler2015-09-2517-18/+18
* Merge remote-tracking branch 'local/libpng16' into libpng16John Bowler2015-09-254-4/+21
|\
| * [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-09-254-4/+21
* | Enable low-bit-depth gray tests in pngvalidJohn Bowler2015-09-251-1/+6
|/
* pngstest 1.6 error limit and warning revisionsJohn Bowler2015-09-252-10/+10
* test PNG files (contrib/testpngs)John Bowler2015-09-25106-39/+529
* New test PNG files incorporated into make checkJohn Bowler2015-09-2526-59/+64
* [libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16()Glenn Randers-Pehrson2015-09-2413-135/+63
* [libpng16] Fix typo in manualGlenn Randers-Pehrson2015-09-232-2/+2
* [libpng16] Reverted the fix of byte order in png_do_read_filler() with 16-bitGlenn Randers-Pehrson2015-09-2313-65/+141
* Updated pngstest-errors.hJohn Bowler2015-09-201-11/+11
* [libpng16] Added license info to pngstest-errors.h and its generator.Glenn Randers-Pehrson2015-09-192-0/+8
* [libpng16] Update ANNOUNCE and CHANGES with recent pngstest updates.Glenn Randers-Pehrson2015-09-193-4/+16
* pngstest: make error limits version specificJohn Bowler2015-09-192-150/+176
* [libpng16] Updated description of filler-byte bugfix in CHANGES.Glenn Randers-Pehrson2015-09-182-3/+5
* [libpng16] Copied contrib/libtests/pngvalid.c from libpng17.Glenn Randers-Pehrson2015-09-181-14/+17
* [libpng16] Updated pngvalid.c with recent changes from libpng17Glenn Randers-Pehrson2015-09-183-20/+39
* Back-port pngvalid corrections and enhancementsJohn Bowler2015-09-171-14/+17
* [libpng16] tests backported from libpng 1.7John Bowler2015-09-1519-459/+679
* [libpng16] Fix typo (extra "*/") in contrib/libtests/fakepng.cGlenn Randers-Pehrson2015-09-153-6/+5
* [libpng16] Fixed png_save_int_32 when int is not 2's complement (John Bowler).John Bowler2015-08-213-19/+24