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
/
pngget.c
Age
Commit message (
Expand
)
Author
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-29
[libpng16] Allow compresion-type to be NULL in png_set_iCCP().
Glenn Randers-Pehrson
2018-03-28
[libpng16] Fix png_get_iCCP() to allow null compression-type
Glenn Randers-Pehrson
2018-02-09
More misc. typos
luz.paz
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-04
[libpng16] Fix "const" declaration info_ptr argument to png_get_eXIf_1().
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-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
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-08-03
[libpng16] Imported from libpng-1.6.24.tar
Glenn Randers-Pehrson
2016-07-15
[libpng16] Fixed more indentation
Glenn Randers-Pehrson
2016-03-07
[libpng16] Update CHANGES and ANNOUNCE
Glenn Randers-Pehrson
2016-03-07
gcc6: fix misleading indentation warning
Krishnaraj Bhat
2015-12-13
[libpng16] Update copyright uears in source files.
Glenn Randers-Pehrson
2015-03-26
[libpng16] Imported from libpng-1.6.17.tar
Glenn Randers-Pehrson
2015-03-21
[libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passes
Glenn Randers-Pehrson
2015-02-27
[libpng16] Added "& 0xff" to things being typecast to "png_byte".
Glenn Randers-Pehrson
2015-02-18
[libpng16]Allow calling png_get_IHDR() with NULL arguments (Reuben Hawkins).
Glenn Randers-Pehrson
2015-01-28
[libpng16] Imported from libpng-1.6.17beta01.tar
Glenn Randers-Pehrson
2014-11-20
[libpng16] Imported from libpng-1.6.15.tar
Glenn Randers-Pehrson
2014-11-06
[libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...
Glenn Randers-Pehrson
2014-11-01
[libpng16] More cosmetic changes
Glenn Randers-Pehrson
2014-10-31
[libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" to
Glenn Randers-Pehrson
2014-06-11
[libpng16] Bump version to 1.6.13beta01
Glenn Randers-Pehrson
2014-06-11
[libpng16] Imported from libpng-1.6.12.tar
Glenn Randers-Pehrson
2014-06-06
[libpng16] Bump version to 1.6.12beta01
Glenn Randers-Pehrson
2014-06-05
[libpng16] Imported from libpng-1.6.11.tar
Glenn Randers-Pehrson
2014-03-22
[libpng16] Silence 'unused parameter' build warnings (Cosmin).
Cosmin Truta
2013-03-27
[libpng16] Imported from libpng-1.6.1.tar
Glenn Randers-Pehrson
2013-03-02
[libpng16] Bump version to 1.6.1beta05
Glenn Randers-Pehrson
2013-03-01
[libpng16] Imported from libpng-1.6.0beta05.tar
Glenn Randers-Pehrson
2013-02-18
[libpng16] Imported from libpng-1.6.1beta02.tar
Glenn Randers-Pehrson
2013-02-17
[libpng16] Use parentheses consistently in "#if defined()" tests.
Glenn Randers-Pehrson
2013-02-13
[libpng16] Imported from libpng-1.6.0.tar
Glenn Randers-Pehrson
2013-02-10
[libpng16] Fixed inconsistencies in png.h and pnglibconf.dfa
John Bowler
2013-02-10
[libpng16] Enclosed the new png_get_palette_max
Glenn Randers-Pehrson
2013-02-05
[libpng16] Fixed palette_max API.
John Bowler
2013-02-04
[libpng16] Imported from libpng-1.6.0rc02.tar
Glenn Randers-Pehrson
2013-01-19
[libpng16] Use consistent handling of overflows in text, sPLT and unknown
John Bowler
2013-01-01
[libpng16] Updated copyright year to 2013 in newly-changed files
Glenn Randers-Pehrson
[next]