summaryrefslogtreecommitdiff
path: root/src/image/jpeg/reader.go
Commit message (Expand)AuthorAgeFilesLines
* image/jpeg: fix extended sequential Huffman table selector (Th).Nigel Tao2017-04-271-4/+13
* image/jpeg: reconstruct progressive images even if incomplete.Nigel Tao2016-03-311-0/+6
* image/jpeg: don't unread a byte if we've already taken bits from it.Nigel Tao2015-07-141-5/+12
* all: switch to the new deprecation conventionShenghou Ma2015-06-181-1/+1
* image/jpeg: ensure that we can't unread a byte if we didn't read a byte.Nigel Tao2015-04-221-2/+3
* image/jpeg: don't assume that an ensureNBits failure implies that we canNigel Tao2015-04-141-13/+3
* image/jpeg: reject multiple Start-Of-Frame markers.Nigel Tao2015-04-091-0/+3
* image/internal/imageutil: new package, used by image/draw and image/jpeg.Nigel Tao2015-03-231-77/+2
* image/jpeg: reject bad Tq values in SOF data.Nigel Tao2015-03-131-0/+4
* image/jpeg: support chroma hv values other than 0x11.Nigel Tao2015-03-111-24/+45
* image/jpeg: support RGB JPEG images.Nigel Tao2015-03-091-6/+77
* image/jpeg: check for component uniqueness and total sampling factors.Nigel Tao2015-03-041-0/+9
* image/jpeg: distinguish between FormatError and UnsupportedError whenNigel Tao2015-03-021-5/+7
* image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling.Nigel Tao2015-02-261-11/+6
* image/jpeg: support 16-bit quantization tables and Extended SequentialNigel Tao2015-02-191-12/+34
* image/jpeg: remove the (temporary) dependency on image/draw.Nigel Tao2015-02-161-5/+77
* image/jpeg: support decoding CMYK and YCbCrK images.Nigel Tao2015-02-161-53/+206
* image/jpeg: handle Read returning n > 0, err != nil in d.fillRuss Cox2014-11-221-0/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+524