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
/
pngtrans.c
Age
Commit message (
Expand
)
Author
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-09-28
[libpng16] Imported from libpng-1.6.33.tar
Glenn Randers-Pehrson
2017-09-04
[libpng16] Fix typecast in pngtrans.c
Glenn Randers-Pehrson
2017-08-29
[libpng16] Update "last changed" date in pngtrans.c
Glenn Randers-Pehrson
2017-08-28
[libpng16] Fixed off-by-one error in png_do_check_palette_indexes() (Bug report
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-30
Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16
Glenn Randers-Pehrson
2016-09-30
Unsigned overflow
John Bowler
2016-09-30
[libpng16] Quieted a warning from clang-3.8 in pngtrans.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
2015-12-13
[libpng16] Update copyright uears in source files.
Glenn Randers-Pehrson
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-13
[libpng16] Change "n bit" to "n-bit" in comments.
Glenn Randers-Pehrson
2015-07-22
[libpng16] Imported from libpng-1.6.18.tar
Glenn Randers-Pehrson
2015-04-01
[libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compiler
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] Imported from libpng-1.6.17beta06.tar
Glenn Randers-Pehrson
2015-02-27
[libpng16] Added "& 0xff" to things being typecast to "png_byte".
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-10-31
[libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" to
Glenn Randers-Pehrson
2014-10-03
[libpng16] Fix typos in comments in pngset.c and pngtrans.c
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-05-09
[libpng16] Minor update to documentation and CHANGES/ANNOUNCE files.
Glenn Randers-Pehrson
2014-04-06
[libpng16] Imported from libpng-1.6.11beta02.tar
Glenn Randers-Pehrson
2014-03-08
[libpng16] Use "if (value != 0)" instead of "if (value)" consistently.
Glenn Randers-Pehrson
2014-02-05
[libpng16] Imported from libpng-1.6.9.tar
Glenn Randers-Pehrson
2013-12-31
[libpng16] Updated copyright year in recently-changed files.
Glenn Randers-Pehrson
2013-12-28
[libpng16] Merged pngrio.c, pngtrans.c, pngwio.c, and pngerror.c
Glenn Randers-Pehrson
2013-04-25
[libpng16] Update "last changed" comments.
Glenn Randers-Pehrson
2013-04-25
[libpng16] Bump version to 1.6.3beta01
Glenn Randers-Pehrson
2013-04-25
[libpng16] Imported from libpng-1.6.2.tar
Glenn Randers-Pehrson
2013-04-13
[libpng16] Added "{ }" omitted from previous patch to pngtrans.c
John Bowler
2013-04-12
[libpng16] Corrected the test on user transform changes on read. It was in the
John Bowler
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-13
[libpng16] Imported from libpng-1.6.0.tar
Glenn Randers-Pehrson
[next]