summaryrefslogtreecommitdiff
path: root/pngwrite.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.2.tarv1.6.2libpng-1.6.2-signedGlenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Disallow storing sRGB information when the sRGB is not supported.John Bowler2013-04-171-9/+1
* [libpng16] Added #ifdef PNG_WRITE_sRGB_SUPPORTED, etc., tests where needed inGlenn Randers-Pehrson2013-04-171-0/+8
* [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-247/+497
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-497/+247
* [libpng16] Imported from libpng-1.6.1beta02.tarv1.6.1beta02Glenn Randers-Pehrson2013-02-181-1/+1
* [libpng16] Use parentheses consistently in "#if defined()" tests.Glenn Randers-Pehrson2013-02-171-1/+1
* [libpng16] Imported from libpng-1.6.0.tarv1.6.0Glenn Randers-Pehrson2013-02-131-1/+1
* [libpng16] Updated copyright year to 2013 in newly-changed filesGlenn Randers-Pehrson2013-01-011-1/+1
* [libpng16] Fixed Windows build issues, enabled ARM compilation. Various warni...John Bowler2012-12-201-1/+0
* [libpng16] Made default Zlib compression settings be configurable. This adds ...John Bowler2012-12-201-4/+8
* [libpng16] Use "FALL THROUGH" comment consistently in switch statements.Glenn Randers-Pehrson2012-12-091-1/+1
* [libpng16] Change png_warning() to png_app_error() in pngwrite.c and commentJohn Bowler2012-12-091-2/+3
* [libpng16] Fixed error checking in the simplified write API (Olaf van der Spek)John Bowler2012-11-151-3/+3
* [libpng16] Fixed the simplified API example programs and improved the errorJohn Bowler2012-08-311-0/+8
* [libpng16] Allow fine grain control of unknown chunk APIs. This change allowsJohn Bowler2012-08-161-1/+6
* [libpng16] Folded long lines and fixed some grammar.Glenn Randers-Pehrson2012-08-161-1/+1
* [libpng16] Fixed some spelling errors.Glenn Randers-Pehrson2012-08-151-2/+2
* [libpng16] Unknown handling fixes and clean up. This adds more correct optionJohn Bowler2012-08-151-74/+57
* [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of theGlenn Randers-Pehrson2012-08-101-5/+5
* [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(),Glenn Randers-Pehrson2012-08-101-2/+2
* [libpng16] Fix new leak when text compression is disabled.John Bowler2012-08-101-2/+0
* [libpng16] Restore info_ptr members that were deleted by the previousGlenn Randers-Pehrson2012-08-091-0/+2
* [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use.Glenn Randers-Pehrson2012-08-091-11/+11
* [libpng16] Improved performance of new do_check_palette_indexes() functionGlenn Randers-Pehrson2012-06-061-1/+2
* [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing theJohn Bowler2012-03-281-12/+29
* [libpng16] Changed chunk handler warnings into benign errors, incrementallyJohn Bowler2012-03-211-21/+50
* [libpng16] Reverted png_set_itxt(); it would not compile without warnings.Glenn Randers-Pehrson2012-03-161-69/+0
* [libpng16] Added png_set_itxt() (work in progress)Glenn Randers-Pehrson2012-03-161-0/+69
* [libpng16] Added configuration support for benign errors and changed the readJohn Bowler2012-03-161-0/+14
* [libpng16] Issue a png_benign_error() instead of png_warning() about badGlenn Randers-Pehrson2012-03-101-1/+1
* [libpng16] Deflate/inflate was reworked to move common zlib calls into singleJohn Bowler2012-03-091-36/+4
* [libpng16] Made read 'inflate' handling like write 'deflate' handling. TheJohn Bowler2012-03-051-28/+41
* [libng16] Added palette-index checking while writing.Glenn Randers-Pehrson2012-03-021-7/+7
* [libpng16] Remove whitespace at end of linesJohn Bowler2012-03-021-2/+2
* [libpng16] Fixed some bugs in ICC profile writing. The code should now acceptJohn Bowler2012-03-011-1/+1
* [libpng16] Added tests for invalid palette index while reading and writingGlenn Randers-Pehrson2012-03-011-2/+5
* [libpng16] Added PNG_IMAGE_FLAG_FAST for the benefit of applications thatJohn Bowler2012-03-011-0/+21
* [libpng16] Fixed transparent pixel and 16-bit rgb tests in pngstest and removedJohn Bowler2012-02-291-4/+4
* [libpng16] Added color-map support to simplified API.John Bowler2012-01-231-88/+242
* [libpng16] Add palette support to the simplified APIs. This commitJohn Bowler2012-01-161-5/+35
* [libpng16] Updated copyright year to 2012Glenn Randers-Pehrson2012-01-011-1/+1
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-241-35/+35
* [libpng16] Start-up code size improvements, error handler flexibility.John Bowler2011-12-211-173/+49
* [libpng16] Updated "last changed" datesGlenn Randers-Pehrson2011-12-211-1/+1
* [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far.John Bowler2011-11-261-15/+3
* [libpng15] Allow row_stride==0 to indicate default stride in simplified APIJohn Bowler2011-11-211-0/+4
* [libpng15] Fixes for C++ compilation using g++ When libpng source is compiledJohn Bowler2011-11-161-13/+21
* [libpng15] Multiple transform bug fixes plus a work-round for double gammaJohn Bowler2011-11-161-5/+11