index
:
delta/libpng.git
baserock/mikedrake/libpng-upgrade
baserock/mikedrake/update-chunks
baserock/morph
libpng00
libpng10
libpng12
libpng14
libpng15
libpng16
libpng17
master
stable
git.code.sf.net: p/libpng/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pngtrans.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libpng16] Update some "last changed" dates
Glenn Randers-Pehrson
2017-06-29
1
-1
/
+1
*
[libpng16] Update CHANGES, ANNOUNCE, and "last changed" dates.
Glenn Randers-Pehrson
2017-03-30
1
-2
/
+2
*
silence clang -Wcomma warnings
Viktor Szakats
2017-03-29
1
-10
/
+24
*
[libpng16] Imported from libpng-1.6.26.tar
v1.6.26
libpng-1.6.26-signed
Glenn Randers-Pehrson
2016-10-19
1
-1
/
+1
*
[libpng16] Quieted 45 (out of 86 remaining) -Wconversion compiler warnings
Glenn Randers-Pehrson
2016-10-02
1
-1
/
+1
*
Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16
Glenn Randers-Pehrson
2016-09-30
1
-1
/
+1
|
\
|
*
Unsigned overflow
John Bowler
2016-09-30
1
-1
/
+1
*
|
[libpng16] Quieted a warning from clang-3.8 in pngtrans.c.
Glenn Randers-Pehrson
2016-09-30
1
-2
/
+2
|
/
*
[libpng16] Imported from libpng-1.6.24.tar
v1.6.24
libpng-1.6.24-signed
Glenn Randers-Pehrson
2016-08-03
1
-1
/
+1
*
[libpng16] Fixed more indentation
Glenn Randers-Pehrson
2016-07-15
1
-5
/
+6
*
[libpng16] Update copyright uears in source files.
Glenn Randers-Pehrson
2015-12-13
1
-1
/
+1
*
[libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16()
Glenn Randers-Pehrson
2015-09-24
1
-24
/
+2
*
[libpng16] Reverted the fix of byte order in png_do_read_filler() with 16-bit
Glenn Randers-Pehrson
2015-09-23
1
-2
/
+24
*
[libpng16] Change "n bit" to "n-bit" in comments.
Glenn Randers-Pehrson
2015-08-13
1
-2
/
+2
*
[libpng16] Imported from libpng-1.6.18.tar
v1.6.18
libpng-1.6.18-signed
Glenn Randers-Pehrson
2015-07-22
1
-1
/
+1
*
[libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compiler
Glenn Randers-Pehrson
2015-04-01
1
-2
/
+2
*
[libpng16] Imported from libpng-1.6.17.tar
v1.6.17
libpng-1.6.17-signed
Glenn Randers-Pehrson
2015-03-26
1
-1
/
+1
*
[libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passes
Glenn Randers-Pehrson
2015-03-21
1
-7
/
+6
*
[libpng16] Imported from libpng-1.6.17beta06.tar
Glenn Randers-Pehrson
2015-02-27
1
-2
/
+2
*
[libpng16] Added "& 0xff" to things being typecast to "png_byte".
Glenn Randers-Pehrson
2015-02-27
1
-6
/
+7
*
[libpng16] Imported from libpng-1.6.15.tar
v1.6.15
libpng-1.6.15-signed
Glenn Randers-Pehrson
2014-11-20
1
-1
/
+1
*
[libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...
Glenn Randers-Pehrson
2014-11-06
1
-7
/
+6
*
[libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" to
Glenn Randers-Pehrson
2014-10-31
1
-5
/
+5
*
[libpng16] Fix typos in comments in pngset.c and pngtrans.c
Glenn Randers-Pehrson
2014-10-03
1
-1
/
+1
*
[libpng16] Bump version to 1.6.13beta01
Glenn Randers-Pehrson
2014-06-11
1
-1
/
+1
*
[libpng16] Imported from libpng-1.6.12.tar
v1.6.12
libpng-1.6.12-signed
Glenn Randers-Pehrson
2014-06-11
1
-1
/
+1
*
[libpng16] Bump version to 1.6.12beta01
Glenn Randers-Pehrson
2014-06-06
1
-1
/
+1
*
[libpng16] Imported from libpng-1.6.11.tar
v1.6.11
libpng-1.6.11-signed
Glenn Randers-Pehrson
2014-06-05
1
-1
/
+1
*
[libpng16] Minor update to documentation and CHANGES/ANNOUNCE files.
Glenn Randers-Pehrson
2014-05-09
1
-0
/
+3
*
[libpng16] Imported from libpng-1.6.11beta02.tar
v1.6.11beta02
Glenn Randers-Pehrson
2014-04-06
1
-0
/
+4
*
[libpng16] Use "if (value != 0)" instead of "if (value)" consistently.
Glenn Randers-Pehrson
2014-03-08
1
-5
/
+5
*
[libpng16] Imported from libpng-1.6.9.tar
v1.6.9
libpng-1.6.9-signed
Glenn Randers-Pehrson
2014-02-05
1
-1
/
+1
*
[libpng16] Updated copyright year in recently-changed files.
Glenn Randers-Pehrson
2013-12-31
1
-1
/
+1
*
[libpng16] Merged pngrio.c, pngtrans.c, pngwio.c, and pngerror.c
Glenn Randers-Pehrson
2013-12-28
1
-2
/
+4
*
[libpng16] Update "last changed" comments.
Glenn Randers-Pehrson
2013-04-25
1
-1
/
+1
*
[libpng16] Bump version to 1.6.3beta01
Glenn Randers-Pehrson
2013-04-25
1
-1
/
+1
*
[libpng16] Imported from libpng-1.6.2.tar
v1.6.2
libpng-1.6.2-signed
Glenn Randers-Pehrson
2013-04-25
1
-1
/
+1
*
[libpng16] Added "{ }" omitted from previous patch to pngtrans.c
John Bowler
2013-04-13
1
-1
/
+3
*
[libpng16] Corrected the test on user transform changes on read. It was in the
John Bowler
2013-04-12
1
-1
/
+10
*
[libpng16] Bump version to 1.6.1beta05
Glenn Randers-Pehrson
2013-03-02
1
-23
/
+175
*
[libpng16] Imported from libpng-1.6.0beta05.tar
v1.6.1beta05
Glenn Randers-Pehrson
2013-03-01
1
-175
/
+23
*
[libpng16] Imported from libpng-1.6.0.tar
v1.6.0
Glenn Randers-Pehrson
2013-02-13
1
-1
/
+1
*
[libpng16] Updated copyright year to 2013 in newly-changed files
Glenn Randers-Pehrson
2013-01-01
1
-1
/
+1
*
[libpng16] Some files were omitted from a previous checkin. Here they are.
John Bowler
2012-08-10
1
-1
/
+1
*
[libpng16Cleanup of png_set_filler(). This function does very different things
John Bowler
2012-08-09
1
-20
/
+69
*
[libpng16] Don't check palette indexes if num_palette is 0 (as it can be in
Glenn Randers-Pehrson
2012-06-07
1
-1
/
+2
*
[libpng16] Improved performance of new do_check_palette_indexes() function
Glenn Randers-Pehrson
2012-06-06
1
-3
/
+2
*
[libpng16] Fix an off-by-one error in the palette index checking function.
John Bowler
2012-03-10
1
-1
/
+1
*
[libpng16] Fixed build warnings (MSVC, GCC, GCC v3). Cygwin GCC with default
John Bowler
2012-03-03
1
-28
/
+30
*
[libng16] Added palette-index checking while writing.
Glenn Randers-Pehrson
2012-03-02
1
-0
/
+101
[next]