summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.3beta10.tarv1.5.3beta10Glenn Randers-Pehrson2011-05-2014-29/+29
* [devel] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-05-183-10/+30
* [devel] Add tests for expand16, more fixes for palette image testsJohn Bowler2011-05-182-245/+461
* [devel] png_set_background+png_expand_16 did not interwork correctly.John Bowler2011-05-181-4/+23
* [devel] Consistently use "n-bit", not "n bit" in png.cGlenn Randers-Pehrson2011-05-171-20/+20
* [devel] Bump to version libpng-1.5.3beta10Glenn Randers-Pehrson2011-05-1723-63/+67
* [devel] Fix spelling of "conversion" in manual.v1.5.3beta09Glenn Randers-Pehrson2011-05-172-4/+4
* [devel] Consistently use "n-bit", not "n bit" in CHANGES and ANNOUNCE.Glenn Randers-Pehrson2011-05-172-12/+12
* [devel] Consistently use "n-bit", not "n bit" in comments.Glenn Randers-Pehrson2011-05-173-32/+32
* [devel] Reversed earlier change of transformation order; moveJohn Bowler2011-05-164-39/+59
* [devel] Bump to version libpng-1.5.3beta09Glenn Randers-Pehrson2011-05-1625-80/+81
* [devel] Bump to version libpng-1.5.3rc01Glenn Randers-Pehrson2011-05-1623-61/+67
* [devel] Imported from libpng-1.5.3beta08.tarv1.5.3beta08Glenn Randers-Pehrson2011-05-1612-21/+21
* [devel] Removed reference to non-existent png_set_rgb_to_Y from the manual.Glenn Randers-Pehrson2011-05-162-14/+12
* [devel] Minor revisions to comments on pngstruct.h and pngvalid.cGlenn Randers-Pehrson2011-05-152-9/+9
* [devel] Update CHANGES and ANNOUNCE; fix some new typos in comments.Glenn Randers-Pehrson2011-05-154-11/+19
* [devel] pngvalid: add memory overwrite and palette image checksJohn Bowler2011-05-154-469/+907
* [devel] Fix typos and indentation in new material in the documentation.Glenn Randers-Pehrson2011-05-122-212/+226
* [devel] Documented png_set_alpha_mode(), other changes in libpng.3 andJohn Bowler2011-05-127-268/+717
* [devel] Improve "pngvalid --speed" to exclude more of pngvalid from the time.John Bowler2011-05-113-10/+12
* [devel] Bump to version libpng-1.5.3beta08Glenn Randers-Pehrson2011-05-1123-63/+67
* [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