summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Imported from libpng-1.7.0beta45.tarv1.7.0beta45Glenn Randers-Pehrson2014-12-2814-28/+28
* [libpng17] Added testing of png_set_packing() to pngvalid.cJohn Bowler2014-12-273-88/+159
* [libpng17] Removed user limits from pngfix. Also pass NULL pointers toJohn Bowler2014-12-243-37/+38
* [libpng17] Restored the old 1-million default limit on rows and columnsGlenn Randers-Pehrson2014-12-245-19/+19
* [libpng17] Updated comments and manual with elimination of PNG_SAFE_LIMITSGlenn Randers-Pehrson2014-12-234-27/+40
* [libpng17] Eliminated the PNG_SAFE_LIMITS macro and set default limits inGlenn Randers-Pehrson2014-12-236-62/+39
* [libpng17] Bump version to 1.7.0beta45Glenn Randers-Pehrson2014-12-2324-54/+58
* [libpng17] Imported from libpng-1.7.0beta44.tarv1.7.0beta44Glenn Randers-Pehrson2014-12-2312-27/+27
* [libpng17] Removed extraneous PNG_SAFE_LIMITS_SUPPORTED handling from pngconf.hGlenn Randers-Pehrson2014-12-234-29/+11
* [libpng17] Corrected the width limit calculation in png_check_IHDR().John Bowler2014-12-213-6/+8
* [libpng17] Restored a test on width that was removed from png.c at libpng-1.6.9John Bowler2014-12-214-10/+48
* [libpng17] Bump version to 1.7.0beta44Glenn Randers-Pehrson2014-12-1824-54/+58
* [libpng17] Imported from libpng-1.7.0beta43.tarv1.7.0beta43Glenn Randers-Pehrson2014-12-1819-41/+43
* [libpng17] Quiet a "comparison always true" warning in pngstest.c (John Bowler).John Bowler2014-12-163-17/+30
* [libpng17] Revised Makefile.am and scripts/*.dfn to work with MinGW/MSYS;Glenn Randers-Pehrson2014-12-149-31/+34
* [libpng17] Update arm/*.c to libpng coding style.Glenn Randers-Pehrson2014-11-292-5/+7
* [libpng17] Added ".align 2" to arm/filter_neon.S to support old GAS assemblersGlenn Randers-Pehrson2014-11-295-14/+23
* [libpng17] Bump version to 1.7.0beta43Glenn Randers-Pehrson2014-11-2125-62/+68
* [libpng17] Imported from libpng-1.7.0beta42.tarv1.7.0beta42Glenn Randers-Pehrson2014-11-2016-34/+35
* [libpng17] Merged clang no-warning fix from libpng-1.6.13: png_digit was definedGlenn Randers-Pehrson2014-11-173-6/+10
* [libpng17] Added "-D_CRT_SECURE_NO_WARNINGS" to CFLAGS inCosmin Truta2014-11-164-8/+11
* [libpng17] The macros passed in the command line to Borland make were ignored ifCosmin Truta2014-11-145-3/+17
* [libpng17] Bump version to 1.7.0beta42Glenn Randers-Pehrson2014-11-0727-57/+63
* [libpng17] Imported from libpng-1.7.0beta41.tarv1.7.0beta41Glenn Randers-Pehrson2014-11-0715-45/+39
* [libpng17] More "#endif" housecleaning, in *.hGlenn Randers-Pehrson2014-11-075-25/+31
* [libpng17] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-0619-128/+124
* [libpng17] Removed #ifdef PNG_16BIT_SUPPORTED/#endif around png_product2(); i...Glenn Randers-Pehrson2014-11-065-8/+20
* [libpng17] Bump version to 1.7.0beta41Glenn Randers-Pehrson2014-11-0524-54/+58
* [libpng17] Imported from libpng-1.7.0beta40.tarv1.7.0beta40Glenn Randers-Pehrson2014-11-0512-25/+25
* [libpng17] Fixed GCC unsigned int->float warnings. Various versions of GCCJohn Bowler2014-11-057-14/+115
* [libpng17] Simplified and future-proofed png_user_version_check().Glenn Randers-Pehrson2014-11-053-32/+37
* [libpng17] Made a one-line revision to configure.ac to support ARM on aarch64Glenn Randers-Pehrson2014-11-043-4/+8
* [libpng17] Bump version to 1.7.0beta40Glenn Randers-Pehrson2014-11-0124-54/+58
* [libpng17] Imported from libpng-1.7.0beta39.tarv1.7.0beta39Glenn Randers-Pehrson2014-11-0111-22/+22
* [libpng17] Ported cosmetic changes from libpng-1.6.15beta02.Glenn Randers-Pehrson2014-11-0118-679/+778
* [libpng17] Merge pngtest.c with libpng-1.6.15beta01Glenn Randers-Pehrson2014-10-281-7/+21
* [libpng17] Changed "if (!x)" to "if (x == 0)" and "if (x)" to "if (x !== 0)"Glenn Randers-Pehrson2014-10-256-18/+25
* [libpng17] Revised INSTALL document.Glenn Randers-Pehrson2014-10-241-17/+16
* [libpng17] Bump version to 1.7.0beta39Glenn Randers-Pehrson2014-10-1724-54/+58
* [libpng17] Imported from libpng-1.7.0beta38.tarv1.7.0beta38Glenn Randers-Pehrson2014-10-1717-38/+42
* [libpng17] Minor editing of README and comments in example.c and pngtest.c.Glenn Randers-Pehrson2014-10-173-8/+15
* [libpng17] Also don't mark text chunks as written in the end_ptr until written.Glenn Randers-Pehrson2014-10-051-7/+9
* [libpng17] Merge with libpng-1.6.14beta07Glenn Randers-Pehrson2014-10-056-13/+25
* [libpng17] Merge recent changes from libpng-1.6.14beta06:Glenn Randers-Pehrson2014-10-0410-193/+87
* [libpng17] Bump version to libpng-1.7.0beta38.tarGlenn Randers-Pehrson2014-09-2825-56/+60
* [libpng17] Imported from libpng-1.7.0beta37.tarv1.7.0beta37Glenn Randers-Pehrson2014-09-2811-25/+25
* [libpng17] Merged scripts/* with libpng-1.6.14beta04.Glenn Randers-Pehrson2014-09-2812-39/+44
* [libpng17] Merge pngvalid.c and pngfix.c with libpng-1.6.14beta04Glenn Randers-Pehrson2014-09-282-9/+21
* [libpng17] Merge pngvalid.c with libpng-1.6.14beta04.Glenn Randers-Pehrson2014-09-271-15/+17
* [libpng17] Bump version to 1.7.0beta37Glenn Randers-Pehrson2014-09-2724-55/+61