aboutsummaryrefslogtreecommitdiff
path: root/src/image/png
AgeCommit message (Expand)Author
2022-01-13all: add a handful of fuzz targetsRoland Shoemaker
2022-01-12Revert "all: add a handful of fuzz targets"Bryan Mills
2022-01-12all: add a handful of fuzz targetsRoland Shoemaker
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-08image/png: fix interlaced palette out-of-boundsNigel Tao
2021-02-24image: resolve the TODO of doc comment styleAndy Pan
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-05-08image/png: remove too early declaration of "n"Ayan George
2020-04-27image/png: fix some 32-bit int overflowsNigel Tao
2019-08-28image/png: hoist repetitive pixels per byte out of loop in EncodeNao YONASHIRO
2019-05-08image/png: fix palette extension to handle 255 color imagesStephan Zuercher
2019-03-22image/png: add Fuzz functionAndrei Tudor Călin
2019-02-28image/png: delete unused statementcia-rana
2018-09-25image/png: pack image data for small bitdepth paletted imagesIan Davis
2018-09-16image/png: minor cleanup of a few testsIan Davis
2018-09-11cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methodsLynn Boger
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-10-21image/png: fix width * height * bpp overflow check.Nigel Tao
2017-10-07image/gif: add BenchmarkDecode.Nigel Tao
2017-03-17image/png: decode Gray8 transparent images.Nigel Tao
2017-02-12image/png: reduce memory allocs encoding images by reusing buffersCezar Sa Espinola
2016-10-28image/png: implement grayscale transparency.Nigel Tao
2016-10-27image/png: implement truecolor transparency.Nigel Tao
2016-10-27image/png: allow tRNS chunk without a PLTE chunk.Nigel Tao
2016-09-27image/png: improve compression by skipping filter for paletted imagesOliver Tonnhofer
2016-09-21image/png: add Encode and Decode examplesSuyash
2016-03-24image/png: ignore trailing IDAT chunksTilman Dilo
2015-09-21image/png: integer underflow when decodingNathan Otterness
2015-09-09image/png: reject zero-width and zero-height images.Nigel Tao
2015-07-13image/png: don't read filter bytes for empty interlace passes.Nigel Tao
2015-04-23image/png: don't silently swallow io.ReadFull's io.EOF error when itNigel Tao
2015-04-15image/png: reject multiple tRNS chunks.Nigel Tao
2014-09-08build: move package sources from src/pkg to srcRuss Cox