summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.16beta05.tarv1.5.16beta05Glenn Randers-Pehrson2013-05-0914-28/+30
* [libpng15] Updated contrib/pngminus/pnm2png.c (Paul Stewart):Glenn Randers-Pehrson2013-05-093-43/+74
* [libpng15] Check for EOF in contrib/pngminus/pnm2png.c (Paul Stewart).Glenn Randers-Pehrson2013-05-073-6/+23
* [libpng15] Reverted patches committed to the wrong branch.Glenn Randers-Pehrson2013-05-074-2372/+1451
* [libpng16] Ignore "#" delimited comments in input file to pnm2png.c.Glenn Randers-Pehrson2013-05-073-1/+11
* [libpng16] Check for EOF in contrib/pngminus/pnm2png.c (Paul Stewart).Glenn Randers-Pehrson2013-05-073-12/+35
* [libpng16] Choose to use windowBits==15 or the zlib header setting via theGlenn Randers-Pehrson2013-05-073-27/+42
* [libpng16] Choose to use our calculated windowBits or the zlib header settingGlenn Randers-Pehrson2013-05-062-1415/+2288
* [libpng15] Bump version to libpng-1.5.16beta05.tarGlenn Randers-Pehrson2013-05-0225-73/+77
* [libpng15] Imported from libpng-1.5.16beta04.tarv1.5.16beta04Glenn Randers-Pehrson2013-05-0216-32/+34
* [libpng15] Added demo of how to deal with unknown chunk locationGlenn Randers-Pehrson2013-04-282-30/+90
* [libpng15] Bump version to 1.5.16beta04Glenn Randers-Pehrson2013-04-2624-65/+69
* [libpng15] Imported from libpng-1.5.16beta03.tarv1.5.16beta03Glenn Randers-Pehrson2013-04-262-5/+8
* [libpng15] Test for 'arm*' not just 'arm' in the host_cpu configure variable.Glenn Randers-Pehrson2013-04-262-5/+8
* [libpng15] Bump version to 1.5.16beta03Glenn Randers-Pehrson2013-04-2524-65/+71
* [libpng15] Imported from libpng-1.5.16beta02.tarv1.5.16beta02Glenn Randers-Pehrson2013-04-254-3/+18
* [libpng15] Bump version to libpng-1.5.16beta02v1.5.16beta01Glenn Randers-Pehrson2013-04-2526-94/+107
* [libpng15] Avoid a compiler warning about unused png_ptrJohn Bowler2013-04-253-0/+4
* [libpng15] Ensure that NEON filter stuff is completely disabled whenJohn Bowler2013-04-245-20/+43
* [libpng15] Revised stack marking in arm/filter_neon.S and configure.acGlenn Randers-Pehrson2013-04-234-12/+10
* [lbipng15] Corrected a misplaced closing bracket in contrib/libtests/pngvalid.cGlenn Randers-Pehrson2013-04-133-6/+14
* [libpng15] Updated the GIT URL in the manual.Glenn Randers-Pehrson2013-04-112-16/+16
* [libpng15] Bump version to 1.5.16beta01Glenn Randers-Pehrson2013-03-2928-146/+91
* [libpng15] Imported from libpng-1.5.15.tarv1.5.15Glenn Randers-Pehrson2013-03-2733-104/+88
* [libpng15] Imported from libpng-1.5.15rc01.tarv1.5.15rc01Glenn Randers-Pehrson2013-03-2126-76/+79
* [libpng15] Bump version to 1.5.15beta10Glenn Randers-Pehrson2013-03-1325-66/+70
* [libpng15] Imported from libpng-1.5.15beta09.tarv1.5.15beta09Glenn Randers-Pehrson2013-03-1314-28/+28
* [libpng15] Eliminated two warnings from the Intel C compiler.John Bowler2013-03-133-6/+12
* [libpng15] Use copy_if_different in the CREATE_SYMLINK macro.Claudio Bley2013-03-073-2/+4
* [libpng15] Changed the CREATE_SYMLINK macro to expect the full path to a fileClaudio Bley2013-03-073-10/+14
* [libpng15] Fixed CMakelists.txt to allow building a single variant of theClaudio Bley2013-03-073-14/+34
* [libpng15] Bump version to 1.5.15beta09Glenn Randers-Pehrson2013-03-0425-75/+77
* [libpng15] Imported from libpng-1.5.15beta08.tarv1.5.15beta08Glenn Randers-Pehrson2013-03-0412-39/+63
* [libpng15] Corrected Android builds and corrected libpng.vers with symbolJohn Bowler2013-03-0416-275/+568
* [libpng15] Made the _SUPPORTED macro definitions consistent.John Bowler2013-03-015-154/+176
* [libpng15] Avoid a possible memory leak in contrib/gregbook/readpng.cGlenn Randers-Pehrson2013-03-013-5/+11
* [libpng15] Bump version to 1.5.15beta08Glenn Randers-Pehrson2013-02-2724-69/+67
* [libpng15] Imported from libpng-1.5.15beta07.tarv1.5.15beta07Glenn Randers-Pehrson2013-02-2713-27/+27
* [libpng15] Revised scripts/dfn.awk to work with the buggy MSYS awk that hasJohn Bowler2013-02-273-5/+9
* [libpng15] Revised INSTALL to recommend using CPPFLAGS instead of INCLUDES.Glenn Randers-Pehrson2013-02-224-13/+21
* [libpng15] Bump version to 1.5.15beta07Glenn Randers-Pehrson2013-02-2224-66/+70
* [libpng15] Imported from libpng-1.5.15beta06.tarv1.5.15beta06Glenn Randers-Pehrson2013-02-2216-32/+46
* [libpng15] Updated the INSTALL document.Glenn Randers-Pehrson2013-02-223-14/+32
* [libpng15] Fixed PNG_ALIGN(ED)_MEMORY and add ability to turn off ARM_NEONJohn Bowler2013-02-197-32/+73
* [libpng15] use "png_sizeof()" consistently in the documentation.Glenn Randers-Pehrson2013-02-182-2/+2
* [libpng15] Bump version to 1.5.15beta06Glenn Randers-Pehrson2013-02-1727-72/+76
* [libpng15] Imported from libpng-1.5.15beta05.tarv1.5.15beta05Glenn Randers-Pehrson2013-02-1717-34/+37
* [libpng15] Redo previous checkin; fold long lines and fix #ifdefsGlenn Randers-Pehrson2013-02-178-28/+30
* [libpng15] Folded a long line, more consistent use of parenthesesGlenn Randers-Pehrson2013-02-173-6/+6
* [libpng15] Use parentheses consistently in "#if defined()" tests.Glenn Randers-Pehrson2013-02-173-18/+20