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
2026-03-31
image/jpeg: reject RGB and non-standard chroma subsampling
Nigel Tao
2026-03-05
image/jpeg: make decoder.receiveExtend branchless
Nigel Tao
2026-03-04
image/jpeg: add support for non-standard chroma subsampling ratios
Taichi Maeda
2025-11-23
cmd/internal/obj/arm64, image/gif, runtime, sort: use math/bits to calculate ...
Axel Wagner
2025-09-25
image/jpeg: replace fdct.go and idct.go with new implementation in dct.go
Russ Cox
2025-09-25
image/jpeg: correct and test reference slowFDCT and slowIDCT
Russ Cox
2025-09-25
image/jpeg: prepare for new FDCT/IDCT implementations
Russ Cox
2025-07-29
image: fix formatting of godoc link
Olivier Mengué
2024-11-20
internal/byteorder: use canonical Go casing in names
Russ Cox
2024-11-12
image/color/palette: add godoc link to generator program
Ian Lance Taylor
2024-11-06
image/jpeg: initialize dct_test constants at compile time
Nigel Tao
2024-11-03
image/jpeg: add more theHuffmanSpec comments
Nigel Tao
2024-09-01
image: use Rectangle{} instead of ZR
tomocy
2024-06-03
all: make function comments match function names
cuishuang
2024-05-13
image/gif: use internal/byteorder
apocelipes
2024-05-06
image/png: remove go-fuzz test
Jorropo
2024-04-25
image/jpeg: ignore garbage bytes before a RST marker
Nigel Tao
2024-04-11
image/gif: revert incorrect usage of clear
Roland Shoemaker
2024-03-11
image: use built-in clear to simplify code
apocelipes
2023-10-19
image: add available godoc link
cui fliter
2023-09-25
all: use the indefinite article an in comments
Jes Cok
2023-08-29
image: add a security considerations section to package doc
Roland Shoemaker
2023-08-07
encoding/xml, image/jpeg, image/png: use the builtin min function
apocelipes
2023-08-03
image/jpeg, image/png: replace Fatal with Error in tests
Hiro
2023-07-20
image/draw: replace deprecated image.ZP and image.ZR in xx_test.go
ryomak
2023-02-24
image/jpeg: return io.ErrUnexpectedEOF on truncated data
Alexander Yastrebov
2022-11-03
all: fix a few function names on comments
cui fliter
2022-10-14
image/png: optimise RGBA encoding
Alexander Efremov
2022-09-27
image/gif,image/jpeg,image/png: skip FuzzDecode in testing short mode
Joel Sing
2022-09-06
image/jpeg: use strings.Builder
cuiweixie
2022-08-29
image/png: allow both PLTE and tRNS chunks for TrueColor
Nigel Tao
2022-08-24
image/png: have DecodeConfig read tRNS chunks
Nigel Tao
2022-08-22
image/gif: avoid decoding past the first frame in decode()
Chris Gillis
2022-07-12
image/jpeg: increase TestLargeImageWithShortData timeout by an order of magni...
Bryan C. Mills
2022-05-17
all: fix spelling
John Bampton
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-07
image/draw: have draw.Src preserve NRGBA colors
Nigel Tao
2022-01-13
all: add a handful of fuzz targets
Roland Shoemaker
2022-01-12
Revert "all: add a handful of fuzz targets"
Bryan Mills
2022-01-12
all: add a handful of fuzz targets
Roland Shoemaker
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-31
image/draw: rename and reorder some benchmarks
Nigel Tao
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-25
image/draw: improve performances if mask is *image.Alpha
Olivier Wulveryck
2021-10-08
image/png: fix interlaced palette out-of-bounds
Nigel Tao
2021-09-27
image/draw: add RGBA64Image fast path for RGBA dst
Nigel Tao
2021-09-03
image/draw: add RGBA64Image fast path
Nigel Tao
2021-06-30
image/gif: fix typo in the comment (io.ReadByte -> io.ByteReader)
uji
2021-06-30
image: add Uniform.RGBA64At and Rectangle.RGBA64At
Nigel Tao
2021-06-18
image: add RGBA64Image interface
Nigel Tao
[next]