aboutsummaryrefslogtreecommitdiff
path: root/src/image/jpeg/reader_test.go
AgeCommit message (Expand)Author
2024-04-25image/jpeg: ignore garbage bytes before a RST markerNigel Tao
2023-02-24image/jpeg: return io.ErrUnexpectedEOF on truncated dataAlexander Yastrebov
2022-09-06image/jpeg: use strings.Buildercuiweixie
2022-07-12image/jpeg: increase TestLargeImageWithShortData timeout by an order of magni...Bryan C. Mills
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-04-29image/jpeg: accept "\xff\x00" before a RST markerNigel Tao
2017-10-07image/gif: add BenchmarkDecode.Nigel Tao
2015-04-23image/jpeg: have the LargeImageWithShortData test only allocate 64 MiB, not 604Nigel Tao
2015-04-22image/jpeg: ensure that we can't unread a byte if we didn't read a byte.Nigel Tao
2015-04-14image/jpeg: don't assume that an ensureNBits failure implies that we canNigel Tao
2015-02-26image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling.Nigel Tao
2014-11-22image/jpeg: handle Read returning n > 0, err != nil in d.fillRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox