summaryrefslogtreecommitdiff
path: root/src/image/jpeg/reader_test.go
Commit message (Expand)AuthorAgeFilesLines
* image/jpeg: have the LargeImageWithShortData test only allocate 64 MiB, not 604Nigel Tao2015-04-231-8/+8
* image/jpeg: ensure that we can't unread a byte if we didn't read a byte.Nigel Tao2015-04-221-0/+56
* image/jpeg: don't assume that an ensureNBits failure implies that we canNigel Tao2015-04-141-0/+20
* image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling.Nigel Tao2015-02-261-0/+2
* image/jpeg: handle Read returning n > 0, err != nil in d.fillRuss Cox2014-11-221-0/+46
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+224