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
/
pngwutil.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
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-07-31
[libpng16] Update "Last changed" dates and some copyright years
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-06
[libpng16] Imported from libpng-1.6.30beta04.tar
Glenn Randers-Pehrson
2017-06-06
[libpng16] Avoid writing an empty IDAT when the last IDAT exactly fills the
Glenn Randers-Pehrson
2017-01-20
[libpng16] Avoid conditional directives that break statements in pngrutil.c (...
Glenn Randers-Pehrson
2017-01-20
Avoiding conditional directives that break statements
Romero B. de S. Malaquias
2016-10-19
[libpng16] Imported from libpng-1.6.26.tar
Glenn Randers-Pehrson
2016-10-02
[libpng16] Quieted (bogus?) clang warnings about "absolute value has no effect".
Glenn Randers-Pehrson
2016-10-02
[libpng16] Quieted all remaining -Wconversion compiler warnings
Glenn Randers-Pehrson
2016-10-01
[libpng16] Bump version to 1.6.26beta03
Glenn Randers-Pehrson
2016-09-30
[libpng16] Quieted 116 (out of 288) -Wconversion compiler warnings by changing
Glenn Randers-Pehrson
2016-09-26
[libpng16] Imported from libpng-1.6.26beta01.tar
Glenn Randers-Pehrson
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 a harmless typo in pngwutil.c
Glenn Randers-Pehrson
2016-07-08
[libpng16] Avoid filter-selection heuristic sum calculations in cases where
Glenn Randers-Pehrson
2016-06-29
[libpng16] Optimized absolute value calculation in filter selection, similar to
Glenn Randers-Pehrson
2016-06-23
[libpng16] Imported from libpng-1.6.24beta02.tar
Glenn Randers-Pehrson
2016-06-23
[libpng16] Imported from libpng-1.6.24beta02.tar
Glenn Randers-Pehrson
2016-06-22
Fix MSVC Level 2 warning
John Bowler
2016-06-19
[libpng16] Backed out previous optimization; the compiler should handle that.
Glenn Randers-Pehrson
2016-06-19
[libpng16] Avoid filter-selection heuristic sum calculations in cases where
Glenn Randers-Pehrson
2016-06-19
[libpng15] Corrected filter heuristic overflow handling.
John Bowler
2016-05-26
[libpng16] Imported from libpng-1.6.22.tar
Glenn Randers-Pehrson
2016-03-09
[libpng16] Imported from libpng-1.6.22beta03.tar
Glenn Randers-Pehrson
2016-02-13
[libpng16] Restored "& 0xff" in png_save_uint_16() and png_save_uint_32() that
Glenn Randers-Pehrson
2016-01-16
[libpng16] Bump version to 1.6.22beta01
Glenn Randers-Pehrson
2016-01-15
[libpng16] Imported from libpng-1.6.21.tar
Glenn Randers-Pehrson
2016-01-02
[libpng16] Happy 2016! Updated copyright year
Glenn Randers-Pehrson
2015-12-13
[libpng16] Moved png_check_keyword() from pngwutil.c to pngset.c
Glenn Randers-Pehrson
2015-11-24
[libpng16] Imported from libpng-1.6.20beta03.tar
Glenn Randers-Pehrson
2015-11-12
[libpng16] Imported from libpng-1.6.19.tar
Glenn Randers-Pehrson
2015-10-30
[libpng16] Prevent reading over-length PLTE chunk (Cosmin Truta).
Glenn Randers-Pehrson
2015-10-29
[libpng16] Reject attempt to write over-length PLTE chunk
Glenn Randers-Pehrson
2015-08-17
[libng16] Reverted recent mistaken change of 0xnnnn to 0xnnnnUL
Glenn Randers-Pehrson
2015-08-17
[libpng16] Appended more "UL" to hex constants.
Glenn 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-29
[libpng16]Suppressed a warning from the Borland C++ 5.5.1/5.82 compiler
Glenn Randers-Pehrson
2015-07-22
[libpng16] Imported from libpng-1.6.18.tar
Glenn Randers-Pehrson
2015-06-03
[libpng16] Fix g++ build breaks
John Bowler
[next]