index
:
Project-1CE/external_libpng
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pngset.c
Age
Commit message (
Expand
)
Author
2018-08-18
Remove top-level const from function-scope variables
Cosmin Truta
2018-08-18
Replace the remaining uses of PNG_CONST with const
Cosmin Truta
2018-07-28
Remove the "last changed" version information from source comments
Cosmin Truta
2018-07-15
Release libpng version 1.6.35
Cosmin Truta
2018-06-17
[libpng16] Replace the remaining uses of png_size_t with size_t
Cosmin Truta
2018-03-06
[libpng16] Imported from libpng-1.6.35beta01.tar
Glenn Randers-Pehrson
2017-11-04
[libpng16] Initialize entire 256-entry palette in png_set_PLTE().
Glenn Randers-Pehrson
2017-10-29
[libpng16] Revert recent changes that did not help with oss-fuzz issues
Glenn Randers-Pehrson
2017-10-19
[libpng16] Use png_calloc instead of png_malloc in png_set_tRNS
Glenn Randers-Pehrson
2017-10-17
[libpng16] Initialize entire palette array to zero in png_handle_PLTE().
Glenn Randers-Pehrson
2017-10-17
[libpng16] Revert recent changes to pngset.c
Glenn Randers-Pehrson
2017-10-16
[libpng16] Free tRNS chunk data when abandoning it
Glenn Randers-Pehrson
2017-10-16
[libpng16] Do not enable tRNS having trans_color with out-of-range value.
Glenn Randers-Pehrson
2017-10-15
[libpng16] Nullify trans_color with out-of-range value, to stop oss-fuzz issue.
Glenn Randers-Pehrson
2017-09-19
[libpng16] Fix some comments
Glenn Randers-Pehrson
2017-09-16
[libpng16] Undo another faulty attempt to stifle oss-fuzz complaint
Glenn Randers-Pehrson
2017-09-15
[libng16] Attempt to stop Use of Uninitialized Value in png_set_text_2()
Glenn Randers-Pehrson
2017-09-15
[libpng16] Still another attempt to fix oss-fuzz uninitialized value
Glenn Randers-Pehrson
2017-09-14
[libpng16] Imported from libpng-1.6.33beta03.tar
Glenn Randers-Pehrson
2017-09-13
[libpng16] Undo failed attempt to debug UMR in png_set_text_2().
Glenn Randers-Pehrson
2017-09-12
[libpng16] Attempt to debug Uninitialized Memory Read in png_set_text_2(),
Glenn Randers-Pehrson
2017-09-10
[libpng16] Trying to avoid a UMR in png_set_text_2(().
Glenn Randers-Pehrson
2017-09-10
[libpng16] Trying to isolate oss-fuzz issue in png_set_text_2().
Glenn Randers-Pehrson
2017-09-08
[libpng16] Attempt to isolate an oss-fuzz issue in png_set_text_2
Glenn Randers-Pehrson
2017-08-29
[libpng16] Fix "last changed" dates
Glenn Randers-Pehrson
2017-08-25
[libpng16] Bump version to 1.6.33beta01
Glenn Randers-Pehrson
2017-08-24
[libpng16] Imported from libpng-1.6.32.tar
Glenn Randers-Pehrson
2017-08-05
[libpng16] Added "eXIf" to "chunks_to_ignore[]" in png_set_keep_unknown_chunk...
Glenn Randers-Pehrson
2017-08-03
[libpng16] Restored png_get_eXIf_1() and png_set_eXIf_1() because strlen(eXIf...
Glenn Randers-Pehrson
2017-08-02
[libpng16] Removed png_get_eXIf_1() and png_set_eXIf_1().
Glenn Randers-Pehrson
2017-08-02
[libpng16] Restored png_get_eXIf() and png_set_eXIf() to maintain API compata...
Glenn Randers-Pehrson
2017-08-01
[libpng16] Stop memory leak when returning from png_handle_eXIf() with an error
Glenn Randers-Pehrson
2017-07-31
[libpng16] Update "Last changed" dates and some copyright years
Glenn Randers-Pehrson
2017-07-31
[libpng16] Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1()
Glenn Randers-Pehrson
2017-07-31
[libpng16] Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf()
Glenn Randers-Pehrson
2017-07-13
[libpng16] Implement eXIf chunk support
Glenn Randers-Pehrson
2017-06-29
[libpng16] Update some "last changed" dates
Glenn Randers-Pehrson
2017-03-30
[libpng16] Update CHANGES, ANNOUNCE, and "last changed" dates.
Glenn Randers-Pehrson
2017-03-29
silence clang -Wcomma warnings
Viktor Szakats
2016-10-19
[libpng16] Imported from libpng-1.6.26.tar
Glenn Randers-Pehrson
2016-10-02
[libpng16] Quieted 45 (out of 86 remaining) -Wconversion compiler warnings
Glenn Randers-Pehrson
2016-09-03
[libpng16] Update CHANGES and ANNOUNCE and last-changed date in pngset.c
Glenn Randers-Pehrson
2016-09-02
[libpng16] png_set_pCAL: do not png_error on read
John Bowler
2016-08-03
[libpng16] Imported from libpng-1.6.24.tar
Glenn Randers-Pehrson
2016-07-15
[libpng16] Fixed more indentation
Glenn Randers-Pehrson
2016-07-13
[libpng16] Fixed some indentation to comply with our coding style.
Glenn Randers-Pehrson
2016-07-01
[libpng16] Updated CHANGES and ANNOUNCE
Glenn Randers-Pehrson
2016-07-01
pngcp: tool to copy PNG files
John Bowler
2016-06-09
[libpng16] Imported from libpng-1.6.23.tar
Glenn Randers-Pehrson
2016-05-27
[libpng16] Ensure png_ptr->trans_values is set in png_set_tRNS().
Glenn Randers-Pehrson
[next]