summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Imported from libpng-1.7.0beta74.tarv1.7.0beta74Glenn Randers-Pehrson2015-12-1914-26/+26
* [libpng17] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-12-182-3/+7
* Merge branch 'test17' of git://github.com/daviddrysdale/libpng into libpng17Glenn Randers-Pehrson2015-12-181-0/+99
|\
| * Add Travis build configurationDavid Drysdale2015-12-181-0/+99
* | [libpng17] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-12-183-2/+23
* | Disable 'methodical' filter selection codeJohn Bowler2015-12-182-5/+5
* | Merge branch 'libpng17' into libpng17-filter-selectionJohn Bowler2015-12-173-4/+18
|\ \ | |/
| * [libpng17] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-12-173-4/+18
* | Prototype implementation of filter selectionJohn Bowler2015-12-177-784/+1501
|/
* Fix undefined behavior in pngvalid.cJohn Bowler2015-12-171-2/+2
* [libng17] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-12-153-4/+12
* pngvalid with 'limit' checks disabled in RC+John Bowler2015-12-151-20/+33
* [libpng17] Update CHANGES and ANNOUNCE, fix date in pngvalid.cGlenn Randers-Pehrson2015-12-143-5/+20
* Merge branch 'libpng17' of ../../libpng into libpng17John Bowler2015-12-1322-32/+33
|\
| * [libpng17] Update copyright years in source files.Glenn Randers-Pehrson2015-12-1322-32/+33
* | [libpng16] Fix typo in "last-changed" date.Glenn Randers-Pehrson2015-12-131-1/+1
* | Fix rgb_to_gray graylo==0 errors, build issuesJohn Bowler2015-12-131-6/+17
* | Remove LE/BE dependencies in pngvalidJohn Bowler2015-12-131-21/+51
|/
* [libpng17] Bump version to 1.7.0beta74Glenn Randers-Pehrson2015-12-1124-52/+56
* [libpng17] Imported from libpng-1.7.0beta73.tarv1.7.0beta73Glenn Randers-Pehrson2015-12-1114-26/+26
* [libpng17] Changed png_struct->options from png_byte to png_uint_32, to holdGlenn Randers-Pehrson2015-12-113-4/+10
* [libpng17] Combine tests for info_ptr==NULL in png_handle_PLTE().Glenn Randers-Pehrson2015-12-111-6/+7
* [libpng17] Updated ANNOUNCE and CHANGES to describe recent fix more accurately.Glenn Randers-Pehrson2015-12-092-4/+4
* [libpng17] Fixed a syntax error in tests/pngstest that some shells other thanGlenn Randers-Pehrson2015-12-093-5/+9
* [libpng17] Bump version to 1.7.0beta73Glenn Randers-Pehrson2015-12-0825-60/+64
* [libpng17] Imported from libpng-1.7.0beta72.tarv1.7.0beta72Glenn Randers-Pehrson2015-12-0815-27/+27
* [libpng17] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-12-062-9/+17
* Fix stack smaller in write png_copy_rowJohn Bowler2015-12-064-13/+24
* Merge remote-tracking branch 'code/libpng17-20151204' into libpng17-71-1John Bowler2015-12-061-8/+8
|\
| * Fix g++ buildsJohn Bowler2015-12-031-8/+8
* | [libpng17] Bump version to 1.7.0beta72Glenn Randers-Pehrson2015-12-0524-52/+56
* | [libpng17] Imported from libpng-1.7.0beta71.tarv1.7.0beta71Glenn Randers-Pehrson2015-12-0513-25/+25
* | [libpng17] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-12-052-7/+18
* | [libpng17] Bump version to 1.7.0beta71Glenn Randers-Pehrson2015-12-031-2/+3
|/
* Fix build break in no-write-filters casesJohn Bowler2015-12-031-8/+4
* Merge branch 'libpng17' into libpng17-20151201John Bowler2015-12-0324-58/+62
|\
| * [libpng17] Bump version to 1.7.0beta71Glenn Randers-Pehrson2015-12-032-0/+4
| * [libpng17] Bump version to 1.7.0beta71Glenn Randers-Pehrson2015-12-0223-52/+52
| * [libpng17] Imported from libpng-1.7.0beta70.tarv1.7.0beta70Glenn Randers-Pehrson2015-12-0225-351/+326
* | Checkpoint for 'methodical' filter selectionJohn Bowler2015-12-034-146/+184
* | Change option (SUPPORTED) names, dummy codeJohn Bowler2015-12-025-62/+103
* | Merge branch 'libpng17' into libpng17-20151201John Bowler2015-12-024-18/+6
|\ \ | |/
| * [libpng17] Reverted recent manual change. The additional restrictionsGlenn Randers-Pehrson2015-12-014-18/+6
* | Filter heuristic implementationJohn Bowler2015-12-025-81/+233
|/
* [libpng17] Updated ANNOUNCE and CHANGESGlenn Randers-Pehrson2015-12-012-0/+28
* Merge branch 'libpng17-20151130' of git://github.com/jbowler/libpng-1 into li...Glenn Randers-Pehrson2015-12-0111-300/+324
|\
| * Merge branch 'libpng17' into libpng17-20151130John Bowler2015-12-011-1/+1
| |\
| * | Make png_struct palette, trans_alpha privateJohn Bowler2015-12-018-139/+137
| * | Separate png_compress_IDAT into w/cJohn Bowler2015-11-305-163/+189
* | | [libpng17] Updated manual to require png_set_PLTE() to precede png_set_tRNS()Glenn Randers-Pehrson2015-12-014-25/+30
| |/ |/|