1. b84a580 image/png: pack image data for small bitdepth paletted images by Ian Davis · 7 years ago
  2. 930ce09 image/png: minor cleanup of a few tests by Ian Davis · 7 years ago
  3. aa4fc0e cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methods by Lynn Boger · 7 years ago
  4. 161874d all: update comment URLs from HTTP to HTTPS, where possible by Tim Cooper · 7 years ago
  5. 8db19a4 all: change github.com issue links to golang.org by Leigh McCulloch · 7 years ago
  6. 1de2267 image/png: fix width * height * bpp overflow check. by Nigel Tao · 7 years ago
  7. eab5bc9 image/gif: add BenchmarkDecode. by Nigel Tao · 7 years ago
  8. 16663a8 image/png: decode Gray8 transparent images. by Nigel Tao · 8 years ago
  9. 93a18ac image/png: reduce memory allocs encoding images by reusing buffers by Cezar Sa Espinola · 8 years ago
  10. caba0bd image/png: implement grayscale transparency. by Nigel Tao · 8 years ago
  11. 4951c79 image/png: implement truecolor transparency. by Nigel Tao · 8 years ago
  12. de4b065 image/png: allow tRNS chunk without a PLTE chunk. by Nigel Tao · 8 years ago
  13. 7de7d20 image/png: improve compression by skipping filter for paletted images by Oliver Tonnhofer · 8 years ago
  14. 445f51f image/png: add Encode and Decode examples by Suyash · 9 years ago
  15. 633e414 image/png: ignore trailing IDAT chunks by Tilman Dilo · 9 years ago
  16. 66c25fa image/png: integer underflow when decoding by Nathan Otterness · 9 years ago
  17. 0cf7331 image/png: reject zero-width and zero-height images. by Nigel Tao · 10 years ago
  18. ca6ba49 image/png: don't read filter bytes for empty interlace passes. by Nigel Tao · 10 years ago
  19. ba8fa0e image/png: don't silently swallow io.ReadFull's io.EOF error when it by Nigel Tao · 10 years ago
  20. 7e7d55f image/png: reject multiple tRNS chunks. by Nigel Tao · 10 years ago
  21. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago