summaryrefslogtreecommitdiff
path: root/pngset.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak in png_set_tRNSSami Boukortt2022-09-131-1/+4
* Eliminate spaces between function name and (Ben Bullock2021-03-131-4/+4
* Remove top-level const from function-scope variablesCosmin Truta2018-08-181-2/+2
* Replace the remaining uses of PNG_CONST with constCosmin Truta2018-08-181-1/+1
* 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] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-171-7/+7
* [libpng16] Imported from libpng-1.6.35beta01.tarv1.6.35beta01Glenn Randers-Pehrson2018-03-061-1/+1
* [libpng16] Initialize entire 256-entry palette in png_set_PLTE().Glenn Randers-Pehrson2017-11-041-1/+1
* [libpng16] Revert recent changes that did not help with oss-fuzz issuesGlenn Randers-Pehrson2017-10-291-1/+1
* [libpng16] Use png_calloc instead of png_malloc in png_set_tRNSGlenn Randers-Pehrson2017-10-191-1/+1
* [libpng16] Initialize entire palette array to zero in png_handle_PLTE().Glenn Randers-Pehrson2017-10-171-1/+3
* [libpng16] Revert recent changes to pngset.cGlenn Randers-Pehrson2017-10-171-6/+2
* [libpng16] Free tRNS chunk data when abandoning itGlenn Randers-Pehrson2017-10-161-0/+1
* [libpng16] Do not enable tRNS having trans_color with out-of-range value.Glenn Randers-Pehrson2017-10-161-1/+1
* [libpng16] Nullify trans_color with out-of-range value, to stop oss-fuzz issue.Glenn Randers-Pehrson2017-10-151-3/+4
* [libpng16] Fix some commentsGlenn Randers-Pehrson2017-09-191-2/+2
* [libpng16] Undo another faulty attempt to stifle oss-fuzz complaintGlenn Randers-Pehrson2017-09-161-1/+0
* [libng16] Attempt to stop Use of Uninitialized Value in png_set_text_2()Glenn Randers-Pehrson2017-09-151-0/+1
* [libpng16] Still another attempt to fix oss-fuzz uninitialized valueGlenn Randers-Pehrson2017-09-151-1/+1
* [libpng16] Imported from libpng-1.6.33beta03.tarv1.6.33beta03Glenn Randers-Pehrson2017-09-141-1/+1
* [libpng16] Undo failed attempt to debug UMR in png_set_text_2().Glenn Randers-Pehrson2017-09-131-10/+2
* [libpng16] Attempt to debug Uninitialized Memory Read in png_set_text_2(),Glenn Randers-Pehrson2017-09-121-14/+3
* [libpng16] Trying to avoid a UMR in png_set_text_2(().Glenn Randers-Pehrson2017-09-101-1/+1
* [libpng16] Trying to isolate oss-fuzz issue in png_set_text_2().Glenn Randers-Pehrson2017-09-101-1/+12
* [libpng16] Attempt to isolate an oss-fuzz issue in png_set_text_2Glenn Randers-Pehrson2017-09-081-2/+10
* [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] Added "eXIf" to "chunks_to_ignore[]" in png_set_keep_unknown_chunk...Glenn Randers-Pehrson2017-08-051-0/+1
* [libpng16] Restored png_get_eXIf_1() and png_set_eXIf_1() because strlen(eXIf...Glenn Randers-Pehrson2017-08-031-1/+10
* [libpng16] Removed png_get_eXIf_1() and png_set_eXIf_1().Glenn Randers-Pehrson2017-08-021-10/+2
* [libpng16] Restored png_get_eXIf() and png_set_eXIf() to maintain API compata...Glenn Randers-Pehrson2017-08-021-0/+8
* [libpng16] Stop memory leak when returning from png_handle_eXIf() with an errorGlenn Randers-Pehrson2017-08-011-1/+5
* [libpng16] Update "Last changed" dates and some copyright yearsGlenn Randers-Pehrson2017-07-311-1/+1
* [libpng16] Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1()Glenn Randers-Pehrson2017-07-311-2/+1
* [libpng16] Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf()Glenn Randers-Pehrson2017-07-311-2/+4
* [libpng16] Implement eXIf chunk supportGlenn Randers-Pehrson2017-07-131-0/+33
* [libpng16] Update some "last changed" datesGlenn Randers-Pehrson2017-06-291-1/+1
* [libpng16] Update CHANGES, ANNOUNCE, and "last changed" dates.Glenn Randers-Pehrson2017-03-301-2/+2
* silence clang -Wcomma warningsViktor Szakats2017-03-291-4/+7
* [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signedGlenn Randers-Pehrson2016-10-191-1/+1
* [libpng16] Quieted 45 (out of 86 remaining) -Wconversion compiler warningsGlenn Randers-Pehrson2016-10-021-7/+9
* [libpng16] Update CHANGES and ANNOUNCE and last-changed date in pngset.cGlenn Randers-Pehrson2016-09-031-1/+1
* [libpng16] png_set_pCAL: do not png_error on readJohn Bowler2016-09-021-5/+17
* [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-46/+46
* [libpng16] Fixed some indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-131-41/+41
* [libpng16] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-07-011-1/+1
* pngcp: tool to copy PNG filesJohn Bowler2016-07-011-1/+5