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
/
pngread.c
Age
Commit message (
Expand
)
Author
2019-02-03
Fix a memory leak in the riffled palette optimization on ARM; refactor
Cosmin Truta
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-11-03
Misc. typos
Unknown
2017-09-28
[libpng16] Imported from libpng-1.6.33.tar
Glenn Randers-Pehrson
2017-09-23
[libpng16] Add support for loading images with associated alpha in the
Glenn Randers-Pehrson
2017-09-06
Add support for loading images with associated alpha.
Samuel Williams
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-07
[libpng16] Imported from libpng-1.6.32beta11.tar
Glenn Randers-Pehrson
2017-07-31
[libpng16] Update "Last changed" dates and some copyright years
Glenn Randers-Pehrson
2017-07-31
[libpng16] Updated pngread.c with calls to png_handle_eXIf() omitted from pre...
Glenn Randers-Pehrson
2017-07-27
[libpng16] Imported from libpng-1.6.31.tar
Glenn Randers-Pehrson
2017-07-11
[libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings that
John Bowler
2016-10-19
[libpng16] Imported from libpng-1.6.26.tar
Glenn Randers-Pehrson
2016-10-05
[libpng16] Imported from libpng-1.6.26beta05.tar
Glenn Randers-Pehrson
2016-10-02
[libpng16] Quieted all remaining -Wconversion compiler warnings
Glenn Randers-Pehrson
2016-10-02
[libpng16] Quieted 45 (out of 86 remaining) -Wconversion compiler warnings
Glenn Randers-Pehrson
2016-10-01
[libpng16] Bump version to 1.6.26beta03
Glenn Randers-Pehrson
2016-09-30
Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16
Glenn Randers-Pehrson
2016-09-30
Revert "[libpng16] Quieted about 100 warnings from clang-3.8 in pngtrans.c, p...
Glenn Randers-Pehrson
2016-09-30
[libpng16] Quieted about 100 warnings from clang-3.8 in pngtrans.c, pngread.c,
Glenn Randers-Pehrson
2016-09-30
Unsigned overflow
John Bowler
2016-09-30
[libpng16] Quieted 116 (out of 288) -Wconversion compiler warnings by changing
Glenn Randers-Pehrson
2016-09-11
[libpng16] Conditionally compile png_set_benign_errors() in pngread.c
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 some indentation to comply with our coding style.
Glenn Randers-Pehrson
2016-06-11
[libpng16] Imported from libpng-1.6.24beta01.tar
Glenn Randers-Pehrson
2016-06-11
[libpng16] Avoid potential overflow of the PNG_IMAGE_SIZE macro. This macro
John Bowler
2016-06-09
[libpng16] Imported from libpng-1.6.23.tar
Glenn Randers-Pehrson
2016-05-29
[libpng16] Added tests in pngvalid.c to check zero-length IDAT chunks in various
John Bowler
2016-03-07
gcc6: fix misleading indentation warning
Krishnaraj Bhat
2016-01-18
Simplified API: write-to-memory, overflow handling
John Bowler
2015-12-13
[libpng16] Update copyright uears in source files.
Glenn Randers-Pehrson
2015-11-19
pngread: avoid clang warning for unreachable code
Viktor Szakats
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-bit
Glenn Randers-Pehrson
2015-08-17
[libng16] Reverted recent mistaken change of 0xnnnn to 0xnnnnUL
Glenn Randers-Pehrson
2015-08-16
[libpng16] Added signed/unsigned 16-bit safety net. This removes the dubious
John Bowler
2015-08-16
[libpng16] Changed 0xnnnn constants to 0xnnnnUL.
Glenn Randers-Pehrson
2015-08-07
[libpng16] Add #ifdef PNG_DEBUG/#endif around normally unreachable code
Glenn Randers-Pehrson
2015-08-07
[libpng16] Removed unreachable "break" statements in png.c, pngread.c, and
Victor Szakats
2015-06-30
[libpng16] Imported from libpng-1.6.18beta08.tar
Glenn Randers-Pehrson
2015-06-11
[libpng16] Fix some indentation.
Glenn Randers-Pehrson
2015-05-06
[libpng16] PNG_RELEASE_BUILD replaces tests where the code depended on the bu...
John Bowler
[next]