index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
image
Age
Commit message (
Expand
)
Author
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-09-03
image/gif: have BenchmarkEncodeRealisticRGBA convert to RGBA
Nigel Tao
2020-08-17
image/gif: add more writer benchmarks
Nigel Tao
2020-06-14
image/gif: speed up initializing test image
Nigel Tao
2020-05-08
image/png: remove too early declaration of "n"
Ayan George
2020-04-29
image: guard against NewXxx integer overflow
Nigel Tao
2020-04-29
image/jpeg: accept "\xff\x00" before a RST marker
Nigel Tao
2020-04-29
image: add a NewUniform doc comment
Nigel Tao
2020-04-27
image/draw: optimize paletted dst + uniform src
Nigel Tao
2020-04-27
image/png: fix some 32-bit int overflows
Nigel Tao
2019-09-08
all: fix typos
Ainar Garipov
2019-08-28
image/png: hoist repetitive pixels per byte out of loop in Encode
Nao YONASHIRO
2019-05-24
image/draw: change argument type to be consistent with other args
Leon Klingele
2019-05-23
image: add missing error check in test
Leon Klingele
2019-05-22
image/gif: fix transparency loss when encoding a wrapped *image.Paletted
kawakami
2019-05-08
image/png: fix palette extension to handle 255 color images
Stephan Zuercher
2019-04-07
image: deprecate ZP and ZR
Nigel Tao
2019-04-02
image/jpeg: reduce bound checks from idct and fdct
Agniva De Sarker
2019-03-22
image/png: add Fuzz function
Andrei Tudor Călin
2019-03-21
image/gif: don't assume Encode src's origin is (0, 0)
Nigel Tao
2019-02-28
image/png: delete unused statement
cia-rana
2018-10-13
jpeg: simplify 'x = x op ...' to 'x op= ...'
avsharapov
2018-10-01
image: optimize bounds checking for At and Set methods
Ian Davis
2018-09-26
image: make RegisterFormat safe for concurrent use
Tim Cooper
2018-09-25
image/draw: optimize bounds checks in loops
Ian Davis
2018-09-25
image: avoid sharing test images between tests and benchmarks
Ian Davis
2018-09-25
image/png: pack image data for small bitdepth paletted images
Ian Davis
2018-09-24
image: add benchmarks for At and Set methods
Ian Davis
2018-09-16
image/png: minor cleanup of a few tests
Ian Davis
2018-09-11
cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methods
Lynn Boger
2018-07-06
all: clean up some Deprecated comments
Brad Fitzpatrick
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-29
image: add an example that shows how to get the metadata of an image
Aarti Parikh
2018-03-10
all: fix non-standard "DO NOT EDIT" comments for generated files
Mark Rushakoff
2018-02-20
all: fix misspellings
Shawn Smith
2018-02-13
image/gif: support non-looping animated gifs (LoopCount=-1)
Peter Teichman
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-04
all: change github.com issue links to golang.org
Leigh McCulloch
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2017-10-27
image/draw, image/color: optimize hot path sqDiff function
Artyom Pervukhin
2017-10-25
image/draw: reduce drawPaletted allocations for special source cases
Artyom Pervukhin
2017-10-23
image/gif: avoid setting defers in the decode loop
Artyom Pervukhin
2017-10-21
image/png: fix width * height * bpp overflow check.
Nigel Tao
2017-10-19
image/gif: make blockReader a ByteReader, harden tests
Jed Denlea
2017-10-14
image/gif: write fewer, bigger blocks
Jed Denlea
2017-10-13
image/gif: try harder to use global color table
Jed Denlea
2017-10-12
image/gif: make Decode only keep the first frame in memory
Artyom Pervukhin
2017-10-07
image/gif: add BenchmarkDecode.
Nigel Tao
2017-09-15
all: fix article typos
Kunpei Sakai
2017-06-16
image/gif: fix writeImageBlock with SubImages
Jed Denlea
[prev]
[next]