summaryrefslogtreecommitdiff
path: root/src/image/png
Commit message (Expand)AuthorAgeFilesLines
* image/png: optimise RGBA encodingAlexander Efremov2022-10-142-3/+98
* image/gif,image/jpeg,image/png: skip FuzzDecode in testing short modeJoel Sing2022-09-271-0/+4
* image/png: allow both PLTE and tRNS chunks for TrueColorNigel Tao2022-08-291-0/+8
* image/png: have DecodeConfig read tRNS chunksNigel Tao2022-08-242-9/+70
* all: gofmt main repoRuss Cox2022-04-111-1/+3
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-131-0/+68
* Revert "all: add a handful of fuzz targets"Bryan Mills2022-01-121-68/+0
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-121-0/+68
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* image/png: fix interlaced palette out-of-boundsNigel Tao2021-10-081-1/+9
* image: resolve the TODO of doc comment styleAndy Pan2021-02-241-0/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-9/+8
* image/png: remove too early declaration of "n"Ayan George2020-05-081-3/+2
* image/png: fix some 32-bit int overflowsNigel Tao2020-04-272-17/+127
* image/png: hoist repetitive pixels per byte out of loop in EncodeNao YONASHIRO2019-08-281-2/+3
* image/png: fix palette extension to handle 255 color imagesStephan Zuercher2019-05-083-1/+16
* image/png: add Fuzz functionAndrei Tudor Călin2019-03-221-0/+52
* image/png: delete unused statementcia-rana2019-02-281-1/+0
* image/png: pack image data for small bitdepth paletted imagesIan Davis2018-09-252-11/+170
* image/png: minor cleanup of a few testsIan Davis2018-09-162-6/+2
* cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methodsLynn Boger2018-09-111-12/+5
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-3/+3
* all: change github.com issue links to golang.orgLeigh McCulloch2017-11-041-2/+2
* image/png: fix width * height * bpp overflow check.Nigel Tao2017-10-212-0/+24
* image/gif: add BenchmarkDecode.Nigel Tao2017-10-072-19/+18
* image/png: decode Gray8 transparent images.Nigel Tao2017-03-172-2/+75
* image/png: reduce memory allocs encoding images by reusing buffersCezar Sa Espinola2017-02-122-24/+107
* image/png: implement grayscale transparency.Nigel Tao2016-10-287-43/+350
* image/png: implement truecolor transparency.Nigel Tao2016-10-2729-57/+2185
* image/png: allow tRNS chunk without a PLTE chunk.Nigel Tao2016-10-271-1/+5
* image/png: improve compression by skipping filter for paletted imagesOliver Tonnhofer2016-09-271-1/+4
* image/png: add Encode and Decode examplesSuyash2016-09-211-0/+77
* image/png: ignore trailing IDAT chunksTilman Dilo2016-03-242-0/+34
* image/png: integer underflow when decodingNathan Otterness2015-09-212-0/+15
* image/png: reject zero-width and zero-height images.Nigel Tao2015-09-091-2/+2
* image/png: don't read filter bytes for empty interlace passes.Nigel Tao2015-07-134-1/+27
* image/png: don't silently swallow io.ReadFull's io.EOF error when itNigel Tao2015-04-232-0/+24
* image/png: reject multiple tRNS chunks.Nigel Tao2015-04-152-6/+71
* build: move package sources from src/pkg to srcRuss Cox2014-09-0858-0/+3565