summaryrefslogtreecommitdiff
path: root/pngwrite.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Removed more redundant tests (suggested by "irwir" in Github issue...Glenn Randers-Pehrson2017-09-221-1/+1
* [libpng16] Fix "last changed" datesGlenn Randers-Pehrson2017-08-291-1/+1
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-251-1/+1
* [libpng16] Imported from libpng-1.6.32.tarv1.6.32Glenn Randers-Pehrson2017-08-241-1/+1
* [libpng16] Update "Last changed" dates and some copyright yearsGlenn Randers-Pehrson2017-07-311-1/+1
* [libpng16] Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf()Glenn Randers-Pehrson2017-07-311-0/+11
* [libpng16] Imported from libpng-1.6.31.tarv1.6.31libpng-1.6.31-signedlibpng-1.6.31-master-signedGlenn Randers-Pehrson2017-07-271-1/+1
* [libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings thatJohn Bowler2017-07-111-5/+5
* [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signedGlenn Randers-Pehrson2016-10-191-1/+1
* [libpng16] Imported from libpng-1.6.26beta05.tarv1.6.26beta05Glenn Randers-Pehrson2016-10-051-2/+2
* [libpng16] Quieted all remaining -Wconversion compiler warningsGlenn Randers-Pehrson2016-10-021-20/+22
* [libpng16] Bump version to 1.6.26beta03Glenn Randers-Pehrson2016-10-011-1/+1
* Unsigned overflowJohn Bowler2016-09-301-4/+4
* [libpng16] Imported from libpng-1.6.24.tarv1.6.24libpng-1.6.24-signedGlenn Randers-Pehrson2016-08-031-1/+1
* [libpng16] Fixed more indentationGlenn Randers-Pehrson2016-07-151-48/+48
* Simplified API: write-to-memory, overflow handlingJohn Bowler2016-01-181-9/+162
* [libpng16] Update copyright uears in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* [libpng16] Imported from libpng-1.6.19.tarv1.6.19Glenn Randers-Pehrson2015-11-121-1/+1
* [libpng16] Reject attempt to write over-length PLTE chunkGlenn Randers-Pehrson2015-10-291-2/+2
* [libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16()Glenn Randers-Pehrson2015-09-241-2/+2
* [libpng16] Reverted the fix of byte order in png_do_read_filler() with 16-bitGlenn Randers-Pehrson2015-09-231-2/+2
* [libng16] Reverted recent mistaken change of 0xnnnn to 0xnnnnULGlenn Randers-Pehrson2015-08-171-5/+5
* [libpng16] Use unsigned hex constants in "reciprocal" computationsGlenn Randers-Pehrson2015-08-171-3/+3
* [libpng16] Changed 0xnnnn constants to 0xnnnnUL.Glenn Randers-Pehrson2015-08-161-5/+5
* [libpng16] Change "n bit" to "n-bit" in comments.Glenn Randers-Pehrson2015-08-131-2/+2
* [libpng16] Imported from libpng-1.6.18.tarv1.6.18libpng-1.6.18-signedGlenn Randers-Pehrson2015-07-221-2/+2
* [libpng16] Fix some indentation.Glenn Randers-Pehrson2015-06-111-109/+111
* [libpng16] Fix g++ build breaksJohn Bowler2015-06-031-2/+4
* [libpng16] Fixed NO_WRITE_FILTER and -Wconversion build breaks (John Bowler).John Bowler2015-06-031-9/+4
* [libpng16] Removed WRITE_WEIGHTED_FILTERED code, to save a few kbytes of theGlenn Randers-Pehrson2015-05-311-232/+11
* [libpng16] Imported from libpng-1.6.18beta05.tarv1.6.18beta05Glenn Randers-Pehrson2015-05-311-1/+1
* [libpng16] Backported filter selection code from libpng-1.7.0beta51, to combineGlenn Randers-Pehrson2015-05-301-64/+52
* [libpng16] PNG_RELEASE_BUILD replaces tests where the code depended on the bu...John Bowler2015-05-061-1/+1
* [libpng16] Imported from libpng-1.6.18beta03.tarv1.6.18beta03Glenn Randers-Pehrson2015-05-061-2/+7
* [libpng16] Imported from libpng-1.6.17.tarv1.6.17libpng-1.6.17-signedGlenn Randers-Pehrson2015-03-261-1/+1
* [libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passesGlenn Randers-Pehrson2015-03-211-32/+31
* [libpng16] Imported from libpng-1.6.17rc01.tarv1.6.17rc01Glenn Randers-Pehrson2015-03-041-4/+4
* [libpng16] Imported from libpng-1.6.17beta06.tarGlenn Randers-Pehrson2015-02-271-2/+2
* [libpng16] Added "& 0xff" to things being typecast to "png_byte".Glenn Randers-Pehrson2015-02-271-25/+26
* [libpng16] Put #ifdef/#endif around png_set_compression_level in pngwrite.cGlenn Randers-Pehrson2015-02-221-0/+2
* [libpng16] Added PNG_WRITE_CUSTOMIZE_COMPRESSION_SUPPORTED macro, on by default.Glenn Randers-Pehrson2015-02-171-0/+2
* [libpng16] Imported from libpng-1.6.15.tarv1.6.15libpng-1.6.15-signedGlenn Randers-Pehrson2014-11-201-1/+1
* [libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-13/+13
* [libpng16] More cosmetic changesGlenn Randers-Pehrson2014-11-011-3/+3
* [libpng16] Added a pair of parentheses suggested by clangGlenn Randers-Pehrson2014-10-311-2/+2
* [libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" toGlenn Randers-Pehrson2014-10-311-93/+96
* [libpng16] Added missing "ptr = NULL" after some instances of png_free().Glenn Randers-Pehrson2014-10-291-0/+9
* [libpng16] Changed "if (!x)" to "if (x == 0)" and "if (x)" to "if (x !== 0)"Glenn Randers-Pehrson2014-10-251-7/+10
* [libpng16] Imported from libpng-1.6.14.tarv1.6.14libpng-1.6.14-signedGlenn Randers-Pehrson2014-10-221-1/+1
* [libpng16] Also don't mark text as written in the end_ptr until written.Glenn Randers-Pehrson2014-10-051-7/+9