summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.3beta07.tarv1.5.3beta07Glenn Randers-Pehrson2011-05-119-11/+11
* [devel] Check for up->location !PNG_AFTER_IDAT when writing unknown chunksGlenn Randers-Pehrson2011-05-113-3/+12
* [devel] Moved macro definitions for PNG_HAVE_IHDR, PNG_HAVE_PLTE, andGlenn Randers-Pehrson2011-05-106-14/+31
* [devel] Added named value and 'flag' gamma support to png_set_gamma. Made aJohn Bowler2011-05-106-45/+112
* [devel] Minor revision of commentary about png_set_alpha_mode().Glenn Randers-Pehrson2011-05-083-11/+11
* [devel] Revised commentary about png_set_alpha_mode() to make it clearerGlenn Randers-Pehrson2011-05-081-7/+11
* [devel] Added expand_16 suppport to the high level interface.John Bowler2011-05-082-1/+7
* [devel] Added expand_16 suppport to the high level interface.John Bowler2011-05-085-18/+24
* [devel] Reverted recent change of errors to warnings.Glenn Randers-Pehrson2011-05-081-18/+8
* [devel] Changed some errors to warnings, added missing "png_ptr" arg inGlenn Randers-Pehrson2011-05-081-6/+16
* [devel] Fix spelling of "implemented" in CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-05-072-2/+2
* [devel] Bump to version libpng-1.5.3beta07Glenn Randers-Pehrson2011-05-0723-63/+67
* [devel] Imported from libpng-1.5.3beta06.tarv1.5.3beta06Glenn Randers-Pehrson2011-05-0711-21/+21
* [devel] Apply new PNG_WARNING_PARAMETERS macro in pngwutil.cGlenn Randers-Pehrson2011-05-071-1/+1
* [devel] Fix typos in comments, add new API synopses to libpng.3Glenn Randers-Pehrson2011-05-076-26/+41
* [devel] Implementation of premultiplied alpha support: png_set_alpha_modeJohn Bowler2011-05-0712-594/+2115
* [devel] Remove some trailing blanks.Glenn Randers-Pehrson2011-05-0734-137/+149
* [devel] Removed the -D_ALL_SOURCE from definitions for AIX in CMakeLists.txtGlenn Randers-Pehrson2011-05-053-4/+2
* [devel] Bump to version libpng-1.5.3beta06Glenn Randers-Pehrson2011-05-0523-63/+66
* [devel] Imported from libpng-1.5.3beta05.tarv1.5.3beta05Glenn Randers-Pehrson2011-05-0516-49/+55
* [devel] IDAT compression failed if preceded by a compressed text chunkJohn Bowler2011-05-059-104/+203
* [devel] Added PNG_WRITE_OPTIMIZE_CMF_SUPPORTED macro to make zlib "CMF"Glenn Randers-Pehrson2011-05-055-3/+18
* [devel] Update "last changed" dates and added CHANGES entry.Glenn Randers-Pehrson2011-05-0511-23/+31
* [devel] Remove png_snprintf, add formatted warning messages.John Bowler2011-05-0512-259/+565
* [devel] Added appropriate feature test macros (_POSIX_SOURCE, _ISOC99_SOURCE)Glenn Randers-Pehrson2011-05-035-3/+32
* [devel] Added comments in png.h about relocation of the png_structGlenn Randers-Pehrson2011-04-281-5/+13
* [devel] Bump to version libpng-1.5.3beta05Glenn Randers-Pehrson2011-04-2824-72/+76
* [devel] Bump to version libpng-1.5.3beta04Glenn Randers-Pehrson2011-04-2714-36/+41
* [devel] Changed png_struct jmp_buf member name to avoid clash with macroJohn Bowler2011-04-277-26/+26
* [devel] Added more about creating and destroying the optional "end_info"Glenn Randers-Pehrson2011-04-202-34/+58
* [devel] Mention the reason to call png_read_end() in the libpng documentation.Glenn Randers-Pehrson2011-04-202-12/+24
* [devel] Removed an obsolete statement from libpngpf.3Glenn Randers-Pehrson2011-04-171-5/+3
* [devel] Give credit for recent bug report to Andrew Church.Glenn Randers-Pehrson2011-04-172-5/+5
* [devel] Updated CHANGES, ANNOUNCE, and pngtest.png to reflect recent changes.Glenn Randers-Pehrson2011-04-173-0/+37
* [devel] Cleanup of conditional compilation code and of background/gammaJohn Bowler2011-04-1711-181/+260
* [devel] Bump to version libpng-1.5.3beta04Glenn Randers-Pehrson2011-04-1623-65/+69
* [devel] Imported from libpng-1.5.3beta03.tarv1.5.3beta03Glenn Randers-Pehrson2011-04-1611-26/+28
* [devel] Revised a comment about png_do_strip_channel().Glenn Randers-Pehrson2011-04-161-1/+1
* [devel] Added some whitespace in comments.Glenn Randers-Pehrson2011-04-164-12/+12
* [devel] Fixed bug with stripping the filler or alpha channel when writing,Glenn Randers-Pehrson2011-04-164-6/+38
* [devel] Fixed 64-bit builds where png_uint_32 is smaller than png_size_tJohn Bowler2011-04-151-1/+1
* [devel] Updated the vstudio project to zlib-1.2.5John Bowler2011-04-151-1/+5
* [devel] Removed the now-unused PNG_DEPSTRUCT macroJohn Bowler2011-04-151-9/+0
* [devel] Removed the PNG_PTR_NORETURN attributeJohn Bowler2011-04-152-38/+8
* [devel] Fixed gcc -ansi -pedantic compile, using __STRICT_ANSI__John Bowler2011-04-151-1/+1
* [devel] Updated zlib.props to zlib-1.2.5Glenn Randers-Pehrson2011-04-041-2/+2
* [devel] Removed "#if 1" and the matching "#endif"Glenn Randers-Pehrson2011-04-031-3/+0
* [devel] Bump to version libpng-1.5.3beta03Glenn Randers-Pehrson2011-04-0323-63/+67
* [devel] Imported from libpng-1.5.3beta02.tarv1.5.3beta02Glenn Randers-Pehrson2011-04-0315-29/+29
* [devel] Replaced pngtest.png with one that has the zTXt CMF optimized.Glenn Randers-Pehrson2011-04-021-0/+0