aboutsummaryrefslogtreecommitdiff
path: root/pngwrite.c
AgeCommit message (Expand)Author
2023-06-21Ensure that only one eXIf chunk is written in the entire datastreamCosmin Truta
2022-11-16Fix commentstangyaofang
2022-09-14Revert "Remove second call to write_eXIf"Cosmin Truta
2022-09-13Fix a crash in png_convert_from_time_t with an invalid time_t argumentCosmin Truta
2021-03-13Remove second call to write_eXIfBen Bullock
2019-02-03Fix a memory leak in the riffled palette optimization on ARM; refactorCosmin Truta
2018-09-04Optimize png_do_expand_palette for ARMRichard Townsend
2018-08-18Remove top-level const from function-scope variablesCosmin Truta
2018-08-18Replace the remaining uses of PNG_CONST with constCosmin Truta
2018-07-28Remove the "last changed" version information from source commentsCosmin Truta
2018-07-15Release libpng version 1.6.35Cosmin Truta
2018-07-01[libpng16] Added missing parentheses to a macro definitionCosmin Truta
2018-06-17[libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta
2017-09-22[libpng16] Removed more redundant tests (suggested by "irwir" in Github issue...Glenn Randers-Pehrson
2017-08-29[libpng16] Fix "last changed" datesGlenn Randers-Pehrson
2017-08-25[libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson
2017-08-24[libpng16] Imported from libpng-1.6.32.tarGlenn Randers-Pehrson
2017-07-31[libpng16] Update "Last changed" dates and some copyright yearsGlenn Randers-Pehrson
2017-07-31[libpng16] Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf()Glenn Randers-Pehrson
2017-07-27[libpng16] Imported from libpng-1.6.31.tarGlenn Randers-Pehrson
2017-07-11[libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings thatJohn Bowler
2016-10-19[libpng16] Imported from libpng-1.6.26.tarGlenn Randers-Pehrson
2016-10-05[libpng16] Imported from libpng-1.6.26beta05.tarGlenn Randers-Pehrson
2016-10-02[libpng16] Quieted all remaining -Wconversion compiler warningsGlenn Randers-Pehrson
2016-10-01[libpng16] Bump version to 1.6.26beta03Glenn Randers-Pehrson
2016-09-30Unsigned overflowJohn Bowler
2016-08-03[libpng16] Imported from libpng-1.6.24.tarGlenn Randers-Pehrson
2016-07-15[libpng16] Fixed more indentationGlenn Randers-Pehrson
2016-01-18Simplified API: write-to-memory, overflow handlingJohn Bowler
2015-12-13[libpng16] Update copyright uears in source files.Glenn Randers-Pehrson
2015-11-12[libpng16] Imported from libpng-1.6.19.tarGlenn Randers-Pehrson
2015-10-29[libpng16] Reject attempt to write over-length PLTE chunkGlenn Randers-Pehrson
2015-09-24[libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16()Glenn Randers-Pehrson
2015-09-23[libpng16] Reverted the fix of byte order in png_do_read_filler() with 16-bitGlenn Randers-Pehrson
2015-08-17[libng16] Reverted recent mistaken change of 0xnnnn to 0xnnnnULGlenn Randers-Pehrson
2015-08-17[libpng16] Use unsigned hex constants in "reciprocal" computationsGlenn Randers-Pehrson
2015-08-16[libpng16] Changed 0xnnnn constants to 0xnnnnUL.Glenn Randers-Pehrson
2015-08-13[libpng16] Change "n bit" to "n-bit" in comments.Glenn Randers-Pehrson
2015-07-22[libpng16] Imported from libpng-1.6.18.tarGlenn Randers-Pehrson
2015-06-11[libpng16] Fix some indentation.Glenn Randers-Pehrson
2015-06-03[libpng16] Fix g++ build breaksJohn Bowler
2015-06-03[libpng16] Fixed NO_WRITE_FILTER and -Wconversion build breaks (John Bowler).John Bowler
2015-05-31[libpng16] Removed WRITE_WEIGHTED_FILTERED code, to save a few kbytes of theGlenn Randers-Pehrson
2015-05-31[libpng16] Imported from libpng-1.6.18beta05.tarGlenn Randers-Pehrson
2015-05-30[libpng16] Backported filter selection code from libpng-1.7.0beta51, to combineGlenn Randers-Pehrson
2015-05-06[libpng16] PNG_RELEASE_BUILD replaces tests where the code depended on the bu...John Bowler
2015-05-06[libpng16] Imported from libpng-1.6.18beta03.tarGlenn Randers-Pehrson
2015-03-26[libpng16] Imported from libpng-1.6.17.tarGlenn Randers-Pehrson
2015-03-21[libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passesGlenn Randers-Pehrson
2015-03-04[libpng16] Imported from libpng-1.6.17rc01.tarGlenn Randers-Pehrson