aboutsummaryrefslogtreecommitdiff
path: root/src/image/jpeg
AgeCommit message (Expand)Author
2021-02-24image: resolve the TODO of doc comment styleAndy Pan
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-04-29image/jpeg: accept "\xff\x00" before a RST markerNigel Tao
2019-04-02image/jpeg: reduce bound checks from idct and fdctAgniva De Sarker
2018-10-13jpeg: simplify 'x = x op ...' to 'x op= ...'avsharapov
2018-07-06all: clean up some Deprecated commentsBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-10-07image/gif: add BenchmarkDecode.Nigel Tao
2017-04-27image/jpeg: fix extended sequential Huffman table selector (Th).Nigel Tao
2017-02-01image/jpeg: improve performance when encoding *image.YCbCrThomas Bonfort
2016-03-31image/jpeg: reconstruct progressive images even if incomplete.Nigel Tao
2015-07-14image/jpeg: don't unread a byte if we've already taken bits from it.Nigel Tao
2015-06-18all: switch to the new deprecation conventionShenghou Ma
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-04-09image/jpeg: reject multiple Start-Of-Frame markers.Nigel Tao
2015-03-23image/internal/imageutil: new package, used by image/draw and image/jpeg.Nigel Tao
2015-03-13image/jpeg: reject bad Tq values in SOF data.Nigel Tao
2015-03-11image/jpeg: support chroma hv values other than 0x11.Nigel Tao
2015-03-09image/jpeg: support RGB JPEG images.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-03-02image/jpeg: distinguish between FormatError and UnsupportedError whenNigel Tao
2015-02-26image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling.Nigel Tao
2015-02-19image/jpeg: support 16-bit quantization tables and Extended SequentialNigel Tao
2015-02-16image/jpeg: remove the (temporary) dependency on image/draw.Nigel Tao
2015-02-16image/jpeg: support decoding CMYK and YCbCrK images.Nigel Tao
2014-11-22image/jpeg: handle Read returning n > 0, err != nil in d.fillRuss Cox
2014-09-15image/jpeg: reject invalid Ta and Td values.Nigel Tao
2014-09-08build: move package sources from src/pkg to srcRuss Cox