summaryrefslogtreecommitdiff
path: root/pngwrite.c
Commit message (Expand)AuthorAgeFilesLines
* Fix commentstangyaofang2022-11-161-4/+4
* Revert "Remove second call to write_eXIf"Cosmin Truta2022-09-141-0/+5
* Fix a crash in png_convert_from_time_t with an invalid time_t argumentCosmin Truta2022-09-131-1/+11
* Remove second call to write_eXIfBen Bullock2021-03-131-5/+0
* Fix a memory leak in the riffled palette optimization on ARM; refactorCosmin Truta2019-02-031-5/+1
* Optimize png_do_expand_palette for ARMRichard Townsend2018-09-041-0/+4
* Remove top-level const from function-scope variablesCosmin Truta2018-08-181-13/+13
* Replace the remaining uses of PNG_CONST with constCosmin Truta2018-08-181-2/+2
* Remove the "last changed" version information from source commentsCosmin Truta2018-07-281-3/+3
* Release libpng version 1.6.35Cosmin Truta2018-07-151-2/+2
* [libpng16] Added missing parentheses to a macro definitionCosmin Truta2018-07-011-1/+1
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-171-2/+1
* [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