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
/
jpeg
Commit message (
Expand
)
Author
Age
Files
Lines
*
image/jpeg: fix extended sequential Huffman table selector (Th).
Nigel Tao
2017-04-27
4
-10
/
+22
*
image/jpeg: improve performance when encoding *image.YCbCr
Thomas Bonfort
2017-02-01
2
-1
/
+84
*
image/jpeg: reconstruct progressive images even if incomplete.
Nigel Tao
2016-03-31
2
-49
/
+85
*
image/jpeg: don't unread a byte if we've already taken bits from it.
Nigel Tao
2015-07-14
2
-6
/
+15
*
all: switch to the new deprecation convention
Shenghou Ma
2015-06-18
1
-1
/
+1
*
image/jpeg: have the LargeImageWithShortData test only allocate 64 MiB, not 604
Nigel Tao
2015-04-23
1
-8
/
+8
*
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/jpeg: don't assume that an ensureNBits failure implies that we can
Nigel Tao
2015-04-14
2
-13
/
+23
*
image/jpeg: reject multiple Start-Of-Frame markers.
Nigel Tao
2015-04-09
1
-0
/
+3
*
image/internal/imageutil: new package, used by image/draw and image/jpeg.
Nigel Tao
2015-03-23
1
-77
/
+2
*
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
2
-43
/
+68
*
image/jpeg: support RGB JPEG images.
Nigel Tao
2015-03-09
1
-6
/
+77
*
image/jpeg: check for component uniqueness and total sampling factors.
Nigel Tao
2015-03-04
2
-0
/
+27
*
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/jpeg: support 4:1:1 and 4:1:0 chroma subsampling.
Nigel Tao
2015-02-26
3
-18
/
+14
*
image/jpeg: support 16-bit quantization tables and Extended Sequential
Nigel Tao
2015-02-19
1
-12
/
+34
*
image/jpeg: remove the (temporary) dependency on image/draw.
Nigel Tao
2015-02-16
1
-5
/
+77
*
image/jpeg: support decoding CMYK and YCbCrK images.
Nigel Tao
2015-02-16
2
-58
/
+220
*
image/jpeg: handle Read returning n > 0, err != nil in d.fill
Russ Cox
2014-11-22
2
-0
/
+49
*
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
9
-0
/
+2955