summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.22beta02.tarv1.6.22beta02Glenn Randers-Pehrson2016-02-0818-39/+39
* [libpng16] Remove extra pngvalid test from CMakeLists.txtRoger Leigh2016-01-301-1/+0
* [libpng16] Updated CHANGES, ANNOUNCE, change date in pngrtran.cGlenn Randers-Pehrson2016-01-305-15/+29
* Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16Glenn Randers-Pehrson2016-01-301-2/+5
|\
| * Relax limit checks on gamma values.John Bowler2016-01-291-2/+5
* | [libpng16] Remove redundante dependencies from CMakeLists.txtGlenn Randers-Pehrson2016-01-301-4/+0
* | [libpng16] Removed pngstest-pngsuite test from CMakeLists.txtGlenn Randers-Pehrson2016-01-301-1/+0
|/
* Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16Glenn Randers-Pehrson2016-01-292-45/+79
|\
| * pngstest: options to fix per-file seedJohn Bowler2016-01-282-45/+79
* | [libpng16] Update copyright information in cmake scripts.Glenn Randers-Pehrson2016-01-297-6/+43
* | [libpng16] cmake: Sort test file lists for consistencyRoger Leigh2016-01-291-3/+6
|/
* [libpng16] Updated CMakeLists.txt, added supporting scripts/gen*.cmake.inRoger Leigh2016-01-287-82/+771
* PNG_IMAGE_PNG_SIZE_MAX error correctionJohn Bowler2016-01-272-2/+12
* [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-01-272-9/+11
* Only use exit(77) in configure buildsJohn Bowler2016-01-265-10/+47
* [libpng16] Bump version to 1.6.22beta02Glenn Randers-Pehrson2016-01-2324-52/+56
* [libpng16] Imported from libpng-1.6.22beta01.tarv1.6.22beta01Glenn Randers-Pehrson2016-01-2314-21/+21
* [libpng16] Document new png_image_write_to_memory() APIGlenn Randers-Pehrson2016-01-232-8/+26
* [libpng16] Revised workaround for Coverity issue in pngvalid.cGlenn Randers-Pehrson2016-01-233-20/+12
* pngunknown.c: handle unknown IDATJohn Bowler2016-01-181-0/+14
* Merge branch 'libpng16-simple-memory-II' of git://github.com/jbowler/libpng-1...Glenn Randers-Pehrson2016-01-180-0/+0
|\
| * Merge branch 'libpng16' into libpng16-simple-memory-IIJohn Bowler2016-01-185-7/+11
| |\
* | | [libpng16] Update CHANGES and ANNOUNCE, fix typos in png.h commentsGlenn Randers-Pehrson2016-01-183-8/+24
* | | Merge branch 'libpng16-simple-memory-II' of git://github.com/jbowler/libpng-1...Glenn Randers-Pehrson2016-01-187-61/+389
|\ \ \ | |/ / | | / | |/ |/|
| * Simplified API: write-to-memory, overflow handlingJohn Bowler2016-01-187-61/+389
* | [libpng16] Update change dates in pngvalid.c and pngfix.cGlenn Randers-Pehrson2016-01-182-2/+2
* | [libpng16] Updated CHANGES, ANNOUNCE, and copyright notice in pngunknown.cGlenn Randers-Pehrson2016-01-183-5/+9
|/
* pngunknown: fix NO_STDIO buildJohn Bowler2016-01-181-3/+4
* [libpng16] Changed PNG_USE_MKSTEMP to __COVERITY__ to select alternateGlenn Randers-Pehrson2016-01-173-6/+10
* [libpng16] Bump version to 1.6.22beta01Glenn Randers-Pehrson2016-01-1633-103/+81
* [libpng16] Imported from libpng-1.6.21.tarv1.6.21libpng-1.6.21-signedGlenn Randers-Pehrson2016-01-1530-78/+66
* [libpng16] Worked around a false-positive Coverity issue in pngvalid.c.Glenn Randers-Pehrson2016-01-133-10/+27
* [libpng16] Deleted a left-over cut-and-paste line in png_get_copyright().Glenn Randers-Pehrson2016-01-081-1/+0
* [libpng16] Imported from libpng-1.6.21rc02.tarv1.6.21rc02Glenn Randers-Pehrson2016-01-0715-28/+28
* [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-01-062-0/+4
* Mark 'limit' UNUSED in transform_range_checkJohn Bowler2016-01-061-0/+2
* [libpng16] Bump version to libpng-1.6.21rc02.tarGlenn Randers-Pehrson2016-01-0627-64/+72
* [libpng16] Imported from libpng-1.6.21rc01.tarv1.6.21rc01Glenn Randers-Pehrson2016-01-0427-71/+79
* [libpng16] Removed redundant "option WRITE" from scripts/pnglibconf.dfaGlenn Randers-Pehrson2016-01-021-6/+6
* [libpng16] Happy 2016! Updated copyright yearGlenn Randers-Pehrson2016-01-028-11/+11
* [libpng16] In projects/vstudio, combined readme.txt and WARNING into README.txtGlenn Randers-Pehrson2015-12-294-37/+42
* [libpng16] Bump version to 1.6.21beta04Glenn Randers-Pehrson2015-12-1925-60/+64
* [libpng16] Imported from libpng-1.6.21beta03.tarv1.6.21beta03Glenn Randers-Pehrson2015-12-1913-25/+25
* [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-12-173-5/+19
* Fix undefined behavior in pngvalid.cJohn Bowler2015-12-171-2/+2
* [libpng16] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-12-153-4/+12
* Merge branch 'libpng16' of git://github.com/jbowler/libpng-1 into libpng16Glenn Randers-Pehrson2015-12-151-20/+33
|\
| * pngvalid with 'limit' checks disabled in RC+John Bowler2015-12-151-20/+33
* | [libpng16] Bump version to 1.6.21beta03Glenn Randers-Pehrson2015-12-1323-52/+52
* | [libpng16] Imported from libpng-1.6.21beta02.tarv1.6.21beta02Glenn Randers-Pehrson2015-12-132-2/+10