index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
image
/
jpeg
/
writer.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-614
/
+0
*
image/jpeg: encode *image.Gray as grayscale JPEGs.
Bill Thiede
2014-06-19
1
-35
/
+96
*
image/jpeg: use a look-up table to speed up Huffman decoding. This
Nigel Tao
2014-06-19
1
-1
/
+1
*
all: use io.ByteWriter now that it exists
Brad Fitzpatrick
2013-01-08
1
-2
/
+2
*
image/jpeg: change block from [64]int to [64]int32.
Nigel Tao
2012-10-30
1
-26
/
+24
*
image/jpeg: fix quantization tables to be in zig-zag order, not natural
Nigel Tao
2012-09-06
1
-19
/
+23
*
image/jpeg: send a correct Start Of Scan (SOS) header.
Nigel Tao
2012-08-08
1
-2
/
+4
*
std: add struct field tags to untagged literals.
Nigel Tao
2012-02-03
1
-1
/
+1
*
image/ycbcr: move the Y'CbCr types into image and image/color.
Nigel Tao
2011-12-21
1
-3
/
+3
*
src/pkg/[a-m]*: gofix -r error -force=error
Russ Cox
2011-11-01
1
-7
/
+7
*
image: change Pix from []FooColor to []uint8.
Nigel Tao
2011-07-12
1
-3
/
+3
*
image: change Pix[0] to mean top-left corner of an image's Rect instead
Nigel Tao
2011-07-10
1
-2
/
+2
*
image/jpeg: small memory layout optimization for encoding.
Nigel Tao
2011-05-18
1
-7
/
+6
*
image/jpeg: make writeDQT do fewer array copies.
Nigel Tao
2011-05-18
1
-6
/
+3
*
image/jpeg: decode grayscale images, not just color images.
Nigel Tao
2011-05-16
1
-4
/
+4
*
jpeg: speed up RGBA encoding ~%50
Brad Fitzpatrick
2011-05-02
1
-1
/
+31
*
image/jpeg: add an encoder.
Nigel Tao
2011-04-19
1
-0
/
+523