summaryrefslogtreecommitdiff
path: root/pngwrite.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Fixed more indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-151-82/+82
* [libpng17] Imported from libpng-1.7.0beta81.tarv1.7.0beta81Glenn Randers-Pehrson2016-06-111-2/+2
* png_app_warning fixJohn Bowler2016-06-081-2/+2
* Compression changes/fixesJohn Bowler2016-06-081-15/+6
* API reduction, PNG compression levelJohn Bowler2016-06-071-18/+22
* Filter tuning, legacy optionJohn Bowler2016-05-161-3/+0
* Filter selection, palette index checksJohn Bowler2016-05-151-6/+0
* Write code updateJohn Bowler2016-05-041-200/+212
* Write compression optionsJohn Bowler2016-02-021-32/+1
* Simplified API: use system appropriate typesJohn Bowler2016-01-181-12/+17
* Simplified API: write-to-memory, overflow handlingJohn Bowler2016-01-181-9/+163
* [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-69/+91
* Prototype implementation of filter selectionJohn Bowler2015-12-171-21/+1
* [libpng17] Update copyright years in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* Fix stack smaller in write png_copy_rowJohn Bowler2015-12-061-1/+2
* Fix g++ buildsJohn Bowler2015-12-031-8/+8
* Checkpoint for 'methodical' filter selectionJohn Bowler2015-12-031-56/+44
* compression code unificationJohn Bowler2015-11-301-1/+1
* Filter code change prep.John Bowler2015-11-271-35/+1
* [libpng17] Updated CHANGES and ANNOUNCE, removed trailing blanks from *.c *.hGlenn Randers-Pehrson2015-11-241-4/+4
* Fix certain minimal config buildsJohn Bowler2015-11-221-0/+2
* Back out READ/WRITE_INTERLACING changesJohn Bowler2015-11-221-7/+7
* Squashed commit of the following:John Bowler2015-11-221-564/+411
* chunk handling and transform rewriteJohn Bowler2015-09-141-687/+717
* [libpng17] Removed WRITE_WEIGHTED_FILTERED code, to save a few kbytes of theGlenn Randers-Pehrson2015-05-311-253/+16
* [libpng17] Transformed rewrite: changed row_info, added checks. This introduc...John Bowler2015-03-301-1/+6
* [libpng17] Check (png_uint_16) casts for overflow. Also removed png_muldiv_warn,John Bowler2015-03-221-12/+27
* [libpng17] Improved some overflow handling. PNG_RELEASE_BUILD replaces testsJohn Bowler2015-03-221-1/+1
* [libpng17] Added byte, short and other overflow checkingJohn Bowler2015-03-221-33/+42
* [libpng17] Implemented assert support and usage.John Bowler2015-03-201-0/+1
* [libpng17] Merged pngwrite.c with libpng-1.6.17beta06/pngwrite.cGlenn Randers-Pehrson2015-03-041-35/+38
* [libng17] Put #ifdef/#endif around png_set_compression_level in pngwrite.cGlenn Randers-Pehrson2015-02-221-0/+2
* [libpng17] Imported from libpng-1.7.0beta52.tarv1.7.0beta52Glenn Randers-Pehrson2015-02-211-1/+1
* [libpng17] Combined sub_row, up_row, avg_row, and paeth_row buffers into aGlenn Randers-Pehrson2015-02-151-0/+2
* [libpng17] Added PNG_WRITE_CUSTOMIZE_COMPRESSION_SUPPORTED macro, on by default.Glenn Randers-Pehrson2015-02-101-0/+2
* [libpng17] Combined sub_row, up_row, avg_row, and paeth_row buffers into aGlenn Randers-Pehrson2015-02-101-10/+4
* [libpng17] Imported from libpng-1.7.0beta47.tarv1.7.0beta47Glenn Randers-Pehrson2015-01-281-1/+1
* [libpng17] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-10/+10
* [libpng17] Ported cosmetic changes from libpng-1.6.15beta02.Glenn Randers-Pehrson2014-11-011-92/+99
* [libpng17] Changed "if (!x)" to "if (x == 0)" and "if (x)" to "if (x !== 0)"Glenn Randers-Pehrson2014-10-251-6/+9
* [libpng17] Also don't mark text chunks as written in the end_ptr until written.Glenn Randers-Pehrson2014-10-051-7/+9
* [libpng17] Merge with libpng-1.6.14beta07Glenn Randers-Pehrson2014-10-051-5/+8
* [libpng17] Merge recent changes from libpng-1.6.14beta06:Glenn Randers-Pehrson2014-10-041-4/+2
* [libpng17] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-6/+6
* [libpng17] Support builds with unsupported PNG_TRANSFORM_* values. All of theJohn Bowler2014-02-051-20/+56
* [libpng17] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1
* [libpng17] Bookkeeping: Moved functions around (no changes). Moved transformJohn Bowler2013-12-131-0/+65
* [libpng17] Ported recent changes from libpng16 to libpng17John Bowler2013-11-221-15/+20