summaryrefslogtreecommitdiff
path: root/pngset.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Fixed more indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-151-45/+45
* [libpng17] Fixed some indentation to comply with our coding style (syncedGlenn Randers-Pehrson2016-07-131-3/+3
* API reduction, PNG compression levelJohn Bowler2016-06-071-23/+0
* Filter selection, palette index checksJohn Bowler2016-05-151-1/+19
* IDAT read buffering correctionJohn Bowler2016-01-101-3/+4
* [libpng17] Happy 2016! Updated copyright yearGlenn Randers-Pehrson2016-01-021-1/+1
* [libpng17] Update CHANGES and ANNOUNCE, fix two trivial typos in commentsGlenn Randers-Pehrson2015-12-291-1/+1
* tIME and text position handlingJohn Bowler2015-12-291-1/+79
* [libpng17] Update copyright years in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* Make png_struct palette, trans_alpha privateJohn Bowler2015-12-011-16/+6
* compression code unificationJohn Bowler2015-11-301-52/+7
* [libpng17] Fixed bug recently introduced in png_set_PLTE() that uses png_ptrGlenn Randers-Pehrson2015-11-221-3/+3
* [libpng17] Refactored conditional compilation in png_init_row_info().Glenn Randers-Pehrson2015-11-221-1/+1
* [libpng17] Clean up some conditional compilation of parts of statementsGlenn Randers-Pehrson2015-11-211-6/+7
* [libpng17] Bump version to 1.7.0beta69Glenn Randers-Pehrson2015-11-131-1/+1
* [libpng17] Prevent setting or writing over-length PLTE chunk (Cosmin Truta).Glenn Randers-Pehrson2015-11-011-9/+14
* [libpng17] Fixed makepng.c so that it compiles with GCC 5.1.0.John Bowler2015-09-181-6/+4
* chunk handling and transform rewriteJohn Bowler2015-09-141-110/+78
* [libpng17] merge pngpriv.h and pngset.c with libpng-1.6.18beta03.Glenn Randers-Pehrson2015-04-291-1/+1
* [libpng17] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson2015-04-041-1/+3
* [libpng17] Check (png_uint_16) casts for overflow. Also removed png_muldiv_warn,John Bowler2015-03-221-2/+3
* [libpng17] Added byte, short and other overflow checkingJohn Bowler2015-03-221-17/+20
* [libpng17] Implemented assert support and usage.John Bowler2015-03-201-0/+1
* [libpng17] Reverted incorrect test on unknown chunk location.Glenn Randers-Pehrson2015-03-081-12/+0
* [libpng17] Stopped a potential memory leak in png_set_unknown_chunks(). BreaksGlenn Randers-Pehrson2015-03-071-1/+12
* [libpng17] Added #ifndef __COVERITY__ where needed in png.c, pngrutil.c andGlenn Randers-Pehrson2015-01-271-11/+32
* [libpng17] Quiet a GCC compiler warning about sample_max in pngset.cGlenn Randers-Pehrson2015-01-091-1/+1
* [libpng17] Made the check for out-of-range values in png_set_tRNS() work onGlenn Randers-Pehrson2015-01-071-2/+2
* [libpng17] Happy New Year -- update copyright year.Glenn Randers-Pehrson2014-12-311-1/+1
* [libpng17] Bump version to 1.7.0beta42Glenn Randers-Pehrson2014-11-071-1/+1
* [libpng17] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-5/+5
* [libpng17] Fixed GCC unsigned int->float warnings. Various versions of GCCJohn Bowler2014-11-051-1/+1
* [libpng17] Ported cosmetic changes from libpng-1.6.15beta02.Glenn Randers-Pehrson2014-11-011-19/+33
* [libpng17] Imported from libpng-1.7.0beta38.tarv1.7.0beta38Glenn Randers-Pehrson2014-10-171-1/+1
* [libpng17] Merge recent changes from libpng-1.6.14beta06:Glenn Randers-Pehrson2014-10-041-6/+6
* [libpng17] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-6/+6
* [libpng17] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1
* [libpng17] Handle zero-length PLTE chunk or NULL palette with png_error()Glenn Randers-Pehrson2013-12-151-1/+1
* [libpng17] Removed a redundant test in png_set_IHDR().Glenn Randers-Pehrson2013-06-041-10/+1
* [libpng17] Imported from libpng-1.7.0beta12.tarv1.7.0beta12Glenn Randers-Pehrson2013-04-291-2/+4
* [libpng17] Reenabled code to allow zero length PLTE chunks for MNG.John Bowler2013-02-181-2/+14
* [libpng17] Use parentheses consistently with #if defined()Glenn Randers-Pehrson2013-02-171-6/+6
* [libpng17] Restored a "return" statement accidentally deleted from pngset.cGlenn Randers-Pehrson2013-01-221-0/+1
* [libpng17] Set counter to prevent additional attempts to cache a chunkGlenn Randers-Pehrson2013-01-211-5/+7
* [libpng17] Pulled changes to multi-chunk handling from libpng-1.6.0beta40.John Bowler2013-01-211-125/+144
* [libpng17] Corrected previous attempt at overflow detection inJohn Bowler2013-01-171-2/+2
* [libpng17]Fixed conceivable but difficult to repro overflow. Also addedJohn Bowler2013-01-101-6/+22
* [libpng17] Updated copyright year to 2013 in changed files.Glenn Randers-Pehrson2013-01-011-1/+1
* [libpng17] Fixed Windows build issues, enabled ARM compilation. Various warni...John Bowler2012-12-201-1/+2
* [libpng16] Fixed previous support for Z_PREFIX in configure builds, correctedJohn Bowler2012-12-171-1/+2