summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [libng17] Undo bad indentation change in example.cGlenn Randers-Pehrson2016-07-131-2/+2
* [libpng17] Fixed some indentation to comply with our coding style (syncedGlenn Randers-Pehrson2016-07-139-137/+138
* [libpng17] Minor update of INSTALLGlenn Randers-Pehrson2016-07-041-5/+6
* [libpng17] Bump version to 1.7.0beta83Glenn Randers-Pehrson2016-07-0424-52/+56
* [libpng17] Imported from libpng-1.7.0beta82.tarv1.7.0beta82Glenn Randers-Pehrson2016-07-0413-29/+29
* [libpng17] Fixed two Coverity issues in pngcp.c.Glenn Randers-Pehrson2016-07-043-7/+16
* [libpng17] Don't call png_icc_set_sRGB() when it's not compiled.Glenn Randers-Pehrson2016-07-031-2/+2
* [libpng17] Relocated misplaced #endif in png.c sRGB profile checking.Glenn Randers-Pehrson2016-07-023-9/+9
* [libpng17] Added "Common linking failures" section to INSTALLGlenn Randers-Pehrson2016-07-023-21/+18
* pngimage: correct #define checkingJohn Bowler2016-07-021-14/+25
* [libpng17] Sync contrib/libtests/pngimage.c with libpng16; update CHANGES and...Glenn Randers-Pehrson2016-07-024-32/+24
* pngcp minimal configuration changesJohn Bowler2016-07-018-40/+61
* pngcp: tool to copy PNG filesJohn Bowler2016-07-015-91/+355
* Move pngcp to contrib/toolsJohn Bowler2016-07-011-0/+0
* [libpng17] Sync pngvalid.c with libpng16; update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-06-243-5/+10
* [libpng17] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-06-233-4/+10
* SKIP definition in pngstest.c misplacedJohn Bowler2016-06-231-9/+9
* [libpng17] Bump version to 1.7.0beta82Glenn Randers-Pehrson2016-06-1123-52/+52
* [libpng17] Imported from libpng-1.7.0beta81.tarv1.7.0beta81Glenn Randers-Pehrson2016-06-1117-26/+26
* [libpng17] Avoid potential overflow of the PNG_IMAGE_SIZE macro. This macroJohn Bowler2016-06-113-8/+12
* Change image size checksJohn Bowler2016-06-112-4/+21
* [libpng17] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-06-082-3/+13
* png_app_warning fixJohn Bowler2016-06-083-6/+6
* Compression changes/fixesJohn Bowler2016-06-085-56/+29
* [libpng17] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-06-072-0/+32
* LOW_MEMORY and COMPAT bug fixesJohn Bowler2016-06-075-54/+91
* [libpng17] Update link to RFC-2083 in png.5Glenn Randers-Pehrson2016-06-071-2/+2
* [libpng17] Update CHANGES and ANNOUNCE, fixed several new typosGlenn Randers-Pehrson2016-06-075-13/+67
* API reduction, PNG compression levelJohn Bowler2016-06-0718-1069/+1606
* [libpng17] Port contrib/libtests/pngvalid.c from libpng16.Glenn Randers-Pehrson2016-05-313-50/+37
* Back-port 1.6 pngvalid.cJohn Bowler2016-05-291-45/+433
* [libpng17] Refactored duplicate coded in png_set_check_for_invalid_index()Glenn Randers-Pehrson2016-05-221-16/+12
* [libpng17] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-05-2115-36/+104
* Write fine tuningJohn Bowler2016-05-211-643/+500
* timepng: fix builds in certain 1.7 configsJohn Bowler2016-05-211-3/+13
* timepng.c: check for clock_gettimeJohn Bowler2016-05-182-3/+9
* Merge branch 'libpng17' into 20160506-writeJohn Bowler2016-05-184-6/+17
|\
| * [libpng17] Update Makefile.am, fix typo in timepng.cGlenn Randers-Pehrson2016-05-163-5/+10
| * [libpng17] Check for CLOCK_PROCESS_CPUTIME_ID in /contrib/libtests/timepng.Glenn Randers-Pehrson2016-05-163-5/+11
* | Filter tuning, legacy optionJohn Bowler2016-05-162-42/+118
* | Filter selection, palette index checksJohn Bowler2016-05-1513-98/+298
* | Implement base filter selectionJohn Bowler2016-05-141-302/+736
* | signed/unsigned warning fix (GCC 4.8.5)John Bowler2016-05-091-1/+1
* | Reenable filter selection (dummy)John Bowler2016-05-095-334/+455
|/
* [libpng17] Bump version to 1.7.0beta81Glenn Randers-Pehrson2016-05-0725-60/+64
* [libpng17] Imported from libpng-1.7.0beta80.tarv1.7.0beta80Glenn Randers-Pehrson2016-05-0712-20/+21
* [libpng17] Update CHANGES and ANNOUNCE about pngcp; sync timepng.c with libpng16John Bowler2016-05-065-90/+395
* Minor write bug-fixes, remove unimplemented codeJohn Bowler2016-05-064-168/+70
* [libpng17] Update CHANGES and ANNOUNCE for Write code update (John Bowler)Glenn Randers-Pehrson2016-05-045-11/+47
* Write code updateJohn Bowler2016-05-0410-1207/+1711