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/jpeg: ensure that we can't unread a byte if we didn't read a byte.
Nigel Tao
2015-04-22
2
-2
/
+59
*
image/color: have Palette.Index honor alpha for closest match, not just
Nigel Tao
2015-04-16
3
-38
/
+88
*
image: spell coordinate consistently, without the hyphen.
Nigel Tao
2015-04-16
4
-9
/
+11
*
image/png: reject multiple tRNS chunks.
Nigel Tao
2015-04-15
2
-6
/
+71
*
image/jpeg: don't assume that an ensureNBits failure implies that we can
Nigel Tao
2015-04-14
2
-13
/
+23
*
image/gif: expose disposal, bg index and Config
Colin Kennedy
2015-04-13
1
-7
/
+34
*
image/jpeg: reject multiple Start-Of-Frame markers.
Nigel Tao
2015-04-09
1
-0
/
+3
*
image/color: have CMYK.RGBA work in 16-bit color, per the Color interface.
Nigel Tao
2015-04-08
2
-15
/
+63
*
image/draw: fix golden test for YCbCr.RGBA change.
Nigel Tao
2015-03-27
1
-2
/
+2
*
image/color: have YCbCr.RGBA work in 16-bit color, per the Color
Nigel Tao
2015-03-26
2
-25
/
+62
*
image/internal/imageutil: inline the color.YCbCrToRGB calls.
Nigel Tao
2015-03-25
2
-22
/
+131
*
image/internal/imageutil: generate subsample-ratio-specific code.
Nigel Tao
2015-03-24
3
-90
/
+243
*
image/internal/imageutil: new package, used by image/draw and image/jpeg.
Nigel Tao
2015-03-23
3
-153
/
+105
*
image/color: add alpha-premultiplied comment.
Nigel Tao
2015-03-21
1
-4
/
+13
*
image/jpeg: reject bad Tq values in SOF data.
Nigel Tao
2015-03-13
1
-0
/
+4
*
image/jpeg: support chroma hv values other than 0x11.
Nigel Tao
2015-03-11
5
-45
/
+78
*
image/jpeg: support RGB JPEG images.
Nigel Tao
2015-03-09
4
-6
/
+78
*
image/jpeg: check for component uniqueness and total sampling factors.
Nigel Tao
2015-03-04
2
-0
/
+27
*
image: make Rectangle implement Image.
Nigel Tao
2015-03-04
1
-0
/
+23
*
image/jpeg: when following component selectors, only consider valid
Nigel Tao
2015-03-03
1
-1
/
+1
*
image/jpeg: distinguish between FormatError and UnsupportedError when
Nigel Tao
2015-03-02
1
-5
/
+7
*
image/draw: add a fast path for Gray src images.
Nigel Tao
2015-02-28
3
-0
/
+81
*
image/draw: optimize drawFillSrc.
Nigel Tao
2015-02-28
1
-4
/
+8
*
image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling.
Nigel Tao
2015-02-26
7
-18
/
+14
*
image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410.
Nigel Tao
2015-02-26
2
-0
/
+20
*
image/jpeg: support 16-bit quantization tables and Extended Sequential
Nigel Tao
2015-02-19
1
-12
/
+34
*
image: change Rectangle.Eq to return true for all empty rectangles, even
Nigel Tao
2015-02-18
2
-5
/
+19
*
image/draw: add CMYK fast path.
Nigel Tao
2015-02-17
1
-0
/
+28
*
image: fix Rectangle.Overlaps and Rectangle.Union for empty rectangles.
Nigel Tao
2015-02-17
2
-1
/
+111
*
image/draw: add CMYK test.
Nigel Tao
2015-02-17
1
-0
/
+20
*
image/jpeg: remove the (temporary) dependency on image/draw.
Nigel Tao
2015-02-16
2
-5
/
+79
*
image/jpeg: support decoding CMYK and YCbCrK images.
Nigel Tao
2015-02-16
5
-58
/
+221
*
image: add image.CMYK and color.CMYK types.
Nigel Tao
2015-02-16
3
-3
/
+161
*
image: fix obsolete reference in PalettedImage doc comment
Andrew Ekstedt
2015-02-06
1
-2
/
+2
*
image: fix typo in Alpha16 doc comment
Andrew Ekstedt
2015-01-25
1
-1
/
+1
*
image/draw: fold TestClipWithNilMP into TestClip.
Nigel Tao
2015-01-14
2
-20
/
+22
*
image: use three-index slice for NewYCbCr.
Nigel Tao
2015-01-05
2
-4
/
+31
*
image/draw: fix crash in clip
Dave Cheney
2014-12-20
2
-2
/
+14
*
image/jpeg: handle Read returning n > 0, err != nil in d.fill
Russ Cox
2014-11-22
2
-0
/
+49
*
image/gif: don't let the per-frame transparent index modify the global
Nigel Tao
2014-09-22
2
-10
/
+61
*
image/gif: fix GIF encoding of sub-images.
Nigel Tao
2014-09-18
2
-4
/
+37
*
image/jpeg: reject invalid Ta and Td values.
Nigel Tao
2014-09-15
1
-0
/
+6
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
113
-0
/
+12229
[prev]