index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
image
Commit message (
Expand
)
Author
Age
Files
Lines
*
image/png: implement grayscale transparency.
Nigel Tao
2016-10-28
7
-43
/
+350
*
image/png: implement truecolor transparency.
Nigel Tao
2016-10-27
29
-57
/
+2185
*
image/png: allow tRNS chunk without a PLTE chunk.
Nigel Tao
2016-10-27
1
-1
/
+5
*
image/color: improve speed of RGBA methods
Martin Möhrmann
2016-10-25
2
-37
/
+115
*
image/color: tweak the formula for converting to gray.
Nigel Tao
2016-10-20
2
-3
/
+25
*
image/gif: check handling of truncated GIF files
Jeff R. Allen
2016-10-05
2
-29
/
+71
*
image/png: improve compression by skipping filter for paletted images
Oliver Tonnhofer
2016-09-27
1
-1
/
+4
*
image/png: add Encode and Decode examples
Suyash
2016-09-21
1
-0
/
+77
*
image/draw: add FloydSteinberg Drawer example
Brad Fitzpatrick
2016-09-21
1
-0
/
+48
*
image/draw: optimize drawFillOver as drawFillSrc for opaque fills.
Nigel Tao
2016-09-09
2
-7
/
+11
*
image/gif: accept an out-of-bounds transparent color index.
Nigel Tao
2016-04-29
2
-32
/
+63
*
image/gif: be stricter on parsing graphic control extensions.
Nigel Tao
2016-04-28
2
-1
/
+7
*
image/color: optimize RGBToYCbCr
Martin Möhrmann
2016-04-27
2
-19
/
+53
*
image/draw: remove some bounds checks from DrawYCbCr
Josh Bleecher Snyder
2016-04-17
2
-20
/
+31
*
image/color: order color computation to match rgb
Martin Möhrmann
2016-04-15
3
-48
/
+48
*
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-15
2
-13
/
+13
*
image/color: optimize YCbCrToRGB
Martin Möhrmann
2016-04-12
3
-96
/
+193
*
image/color: add YCbCrToRGB benchmark
Josh Bleecher Snyder
2016-04-11
1
-0
/
+23
*
image/jpeg: reconstruct progressive images even if incomplete.
Nigel Tao
2016-03-31
5
-49
/
+86
*
image/png: ignore trailing IDAT chunks
Tilman Dilo
2016-03-24
2
-0
/
+34
*
Rewrite leftover references to plan9.bell-labs.com to 9p.io.
Muhammed Uluyol
2016-03-06
2
-2
/
+2
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
2
-2
/
+2
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
all: fix typos and spelling
Martin Möhrmann
2016-02-24
1
-1
/
+1
*
image/color: have NYCbCrA.RGBA work in 16-bit color.
Nigel Tao
2015-12-24
2
-9
/
+53
*
image: add NYCbCrA types.
Nigel Tao
2015-10-11
3
-13
/
+174
*
image/png: integer underflow when decoding
Nathan Otterness
2015-09-21
2
-0
/
+15
*
image/png: reject zero-width and zero-height images.
Nigel Tao
2015-09-09
1
-2
/
+2
*
image/gif: map/slice literals janitoring
Didier Spezia
2015-09-04
1
-5
/
+5
*
image/draw: optimize out some bounds checks.
Nigel Tao
2015-09-01
1
-25
/
+25
*
image/gif: avoid unused assignment
Tarmigan Casebolt
2015-08-24
1
-1
/
+1
*
image/color: fix format typo in the tests.
Nigel Tao
2015-07-16
1
-2
/
+2
*
image/color: tweak the YCbCr to RGBA conversion formula.
Nigel Tao
2015-07-15
6
-47
/
+80
*
image/jpeg: don't unread a byte if we've already taken bits from it.
Nigel Tao
2015-07-14
2
-6
/
+15
*
image/png: don't read filter bytes for empty interlace passes.
Nigel Tao
2015-07-13
4
-1
/
+27
*
all: link to https instead of http
Brad Fitzpatrick
2015-07-11
3
-3
/
+3
*
image/draw: fix double-draw when the dst is paletted.
Nigel Tao
2015-07-03
2
-1
/
+24
*
image/gif: accept LZW encodings that do not have an explicit end marker.
Nigel Tao
2015-06-30
1
-3
/
+12
*
image/gif: set default loop count to 0 when app ext. is not present
Andrew Bonventre
2015-06-23
2
-1
/
+21
*
image/gif: re-enable some invalid-palette tests.
Nigel Tao
2015-06-19
1
-18
/
+14
*
image/gif: return an error on missing palette
Jeff R. Allen
2015-06-18
2
-1
/
+4
*
image/gif: (temporarily) disable broken tests.
Nigel Tao
2015-06-18
1
-0
/
+12
*
all: switch to the new deprecation convention
Shenghou Ma
2015-06-18
1
-1
/
+1
*
image/gif: allow encoding a single-frame image whose top-left corner
Nigel Tao
2015-05-06
2
-2
/
+37
*
image/gif: be consistent wrt "color map" or "color table" names.
Nigel Tao
2015-05-05
2
-29
/
+28
*
image/gif: don't encode local color tables if they're the same as the
Nigel Tao
2015-05-04
2
-22
/
+82
*
image/gif: check that individual frame's bounds are within the overall
Nigel Tao
2015-04-29
3
-9
/
+74
*
image/gif: encode disposal, bg index and Config.
Nigel Tao
2015-04-28
3
-73
/
+222
*
image/png: don't silently swallow io.ReadFull's io.EOF error when it
Nigel Tao
2015-04-23
2
-0
/
+24
*
image/jpeg: have the LargeImageWithShortData test only allocate 64 MiB, not 604
Nigel Tao
2015-04-23
1
-8
/
+8
[next]