1. 60b7d27 image/jpeg: don't unread a byte if we've already taken bits from it. by Nigel Tao · 10 years ago
  2. 3925a7c all: switch to the new deprecation convention by Shenghou Ma · 10 years ago
  3. 5e9ab66 image/jpeg: have the LargeImageWithShortData test only allocate 64 MiB, not 604 by Nigel Tao · 10 years ago
  4. 72e867e image/jpeg: ensure that we can't unread a byte if we didn't read a byte. by Nigel Tao · 10 years ago
  5. 2f98bac image/jpeg: don't assume that an ensureNBits failure implies that we can by Nigel Tao · 10 years ago
  6. eb44082 image/jpeg: reject multiple Start-Of-Frame markers. by Nigel Tao · 10 years ago
  7. b2f2951 image/internal/imageutil: new package, used by image/draw and image/jpeg. by Nigel Tao · 10 years ago
  8. 3eb84c8 image/jpeg: reject bad Tq values in SOF data. by Nigel Tao · 10 years ago
  9. 782db7f image/jpeg: support chroma hv values other than 0x11. by Nigel Tao · 10 years ago
  10. cc00968 image/jpeg: support RGB JPEG images. by Nigel Tao · 10 years ago
  11. 9b73ecc image/jpeg: check for component uniqueness and total sampling factors. by Nigel Tao · 10 years ago
  12. 0fe6b12 image/jpeg: when following component selectors, only consider valid components. by Nigel Tao · 10 years ago
  13. a773fae image/jpeg: distinguish between FormatError and UnsupportedError when by Nigel Tao · 10 years ago
  14. a32dd83 image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling. by Nigel Tao · 10 years ago
  15. 270f844 image/jpeg: support 16-bit quantization tables and Extended Sequential frames. by Nigel Tao · 10 years ago
  16. 10a4696 image/jpeg: remove the (temporary) dependency on image/draw. by Nigel Tao · 10 years ago
  17. f10e037 image/jpeg: support decoding CMYK and YCbCrK images. by Nigel Tao · 10 years ago
  18. 0492304 image/jpeg: handle Read returning n > 0, err != nil in d.fill by Russ Cox · 10 years ago
  19. 8e77a7e image/jpeg: reject invalid Ta and Td values. by Nigel Tao · 11 years ago
  20. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago