summaryrefslogtreecommitdiff
path: root/pngset.c
Commit message (Expand)AuthorAgeFilesLines
...
* [libpng16] Fixed some typos in comments.Glenn Randers-Pehrson2014-10-131-1/+1
* [libpng16] Fix typos in comments in pngset.c and pngtrans.cGlenn Randers-Pehrson2014-10-031-6/+6
* [libpng16] Bump version to 1.6.13beta01Glenn Randers-Pehrson2014-06-111-1/+1
* [libpng16] Imported from libpng-1.6.12.tarv1.6.12libpng-1.6.12-signedGlenn Randers-Pehrson2014-06-111-1/+1
* [libpng16] Bump version to 1.6.12beta01Glenn Randers-Pehrson2014-06-061-1/+1
* [libpng16] Imported from libpng-1.6.11.tarv1.6.11libpng-1.6.11-signedGlenn Randers-Pehrson2014-06-051-1/+1
* [libpng16] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-10/+10
* [libpng16] Imported from libpng-1.6.8.tarv1.6.8libpng-1.6.8-signedGlenn Randers-Pehrson2013-12-191-1/+1
* [libpng16] Imported from libpng-1.6.8rc02.tarv1.6.8rc02Glenn Randers-Pehrson2013-12-141-3/+2
* [libpng16] Imported from libpng-1.6.8rc01.tarGlenn Randers-Pehrson2013-12-111-0/+1
* [libpng16] Imported from libpng-1.6.3.tarv1.6.3libpng-1.6.3-signedGlenn Randers-Pehrson2013-07-171-1/+1
* [libpng16] Imported from libpng-1.6.3beta07.tarv1.6.3beta07Glenn Randers-Pehrson2013-06-081-1/+1
* [libpng16] Removed a redundant test in png_set_IHDR().Glenn Randers-Pehrson2013-06-041-10/+1
* [libpng16] Update "last changed" comments.Glenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Bump version to 1.6.3beta01Glenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Imported from libpng-1.6.2.tarv1.6.2libpng-1.6.2-signedGlenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Updated "last changed" comments.Glenn Randers-Pehrson2013-04-181-1/+1
* [libpng16] Imported from libpng-1.6.1.tarv1.6.1Glenn Randers-Pehrson2013-03-271-1/+1
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-03-021-279/+572
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-572/+279
* [libpng16] Reenabled code to allow zero length PLTE chunks for MNG.John Bowler2013-02-181-3/+15
* [libpng16] Use parentheses consistently in "#if defined()" tests.Glenn Randers-Pehrson2013-02-171-4/+4
* [libpng16] Imported from libpng-1.6.0.tarv1.6.0Glenn Randers-Pehrson2013-02-131-1/+1
* [libpng16] Use consistent handling of overflows in text, sPLT and unknownJohn Bowler2013-01-191-149/+147
* [libpng16] Added overflow detection in png_set_sPLT() and png_set_text_2().Glenn Randers-Pehrson2013-01-191-28/+49
* [libpng16] Corrected previous attempt at overflow detection inJohn Bowler2013-01-171-2/+2
* [libpng16] Fixed conceivable but difficult to repro overflow. Also addedJohn Bowler2013-01-101-6/+22
* [libpng16] Updated copyright year to 2013 in newly-changed filesGlenn Randers-Pehrson2013-01-011-1/+1
* [libpng16] Imported from libpng-1.6.0beta32.tarv1.6.0beta32Glenn Randers-Pehrson2012-11-251-1/+8
* [libpng16] Removed non-working ICC profile support code. There was too muchJohn Bowler2012-11-011-32/+1
* [libpng16] Changed ICC profile support to allow use of an external colorJohn Bowler2012-10-251-25/+35
* [libpng16] Improved ICC profile handling including cHRM chunk generation andJohn Bowler2012-09-041-7/+6
* [libpng16] Cleaned up and corrected ICC profile handling.John Bowler2012-08-251-2/+5
* [libpng16] Bump version to 1.6.0beta28Glenn Randers-Pehrson2012-08-171-15/+15
* [libpng16] Allow fine grain control of unknown chunk APIs. This change allowsJohn Bowler2012-08-161-0/+23
* [libpng16] Unknown handling fixes and clean up. This adds more correct optionJohn Bowler2012-08-151-93/+189
* [libpng16] Work around gcc 3.x and Microsoft Visual Studio 2010 complaints.John Bowler2012-08-101-39/+74
* [libpng16] Removed the png_sizeof(), png_strlen(), png_memset(), png_memcpy(),Glenn Randers-Pehrson2012-08-101-12/+12
* [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of theGlenn Randers-Pehrson2012-08-101-24/+24
* [libpng16] Fix new leak when text compression is disabled.John Bowler2012-08-101-1/+1
* [libpng16] Restore info_ptr members that were deleted by the previousGlenn Randers-Pehrson2012-08-091-1/+1
* [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use.Glenn Randers-Pehrson2012-08-091-22/+22
* [libpng16] Revised png_set_keep_unknown_chunks() so num_chunks < 0 meansGlenn Randers-Pehrson2012-06-161-3/+33
* [libpng16] Imported from libpng-1.6.0beta22.tarv1.6.0beta22Glenn Randers-Pehrson2012-05-231-1/+1
* [libpng16] Enable png_set_check_for_invalid_index() for both read and write.Glenn Randers-Pehrson2012-04-131-1/+1
* [libpng16] Imported from libpng-1.6.0beta20.tarGlenn Randers-Pehrson2012-03-291-4/+13
* [libpng16] Changed chunk handler warnings into benign errors, incrementallyJohn Bowler2012-03-211-47/+63
* [libpng16] Imported from libpng-1.6.0beta19.tarv1.6.0beta19Glenn Randers-Pehrson2012-03-191-2/+4
* [libpng16] Never mind, undid previous change.Glenn Randers-Pehrson2012-03-171-13/+4
* [libpng16] Revised png_set_text_2() to avoid possible memory corruptionGlenn Randers-Pehrson2012-03-161-4/+13