aboutsummaryrefslogtreecommitdiff
path: root/src/image/jpeg/scan.go
AgeCommit message (Expand)Author
2024-04-25image/jpeg: ignore garbage bytes before a RST markerNigel Tao
2020-04-29image/jpeg: accept "\xff\x00" before a RST markerNigel Tao
2017-04-27image/jpeg: fix extended sequential Huffman table selector (Th).Nigel Tao
2016-03-31image/jpeg: reconstruct progressive images even if incomplete.Nigel Tao
2015-03-11image/jpeg: support chroma hv values other than 0x11.Nigel Tao
2015-03-04image/jpeg: check for component uniqueness and total sampling factors.Nigel Tao
2015-03-03image/jpeg: when following component selectors, only consider validNigel Tao
2015-02-26image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling.Nigel Tao
2015-02-16image/jpeg: support decoding CMYK and YCbCrK images.Nigel Tao
2014-09-15image/jpeg: reject invalid Ta and Td values.Nigel Tao
2014-09-08build: move package sources from src/pkg to srcRuss Cox