1. df1c38d Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 13 years ago
  2. fe6a2ee Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 13 years ago
  3. fa1d183 Further protect against invalid Huffman codes by DRC · 14 years ago
  4. 49aedf4 Further protect against invalid Huffman codes by DRC · 14 years ago
  5. 49967cd Improve readability and flexibility of compatibility macros by DRC · 14 years ago
  6. 36a6eec Added optional emulation of the jpeg-7 or jpeg-8b API/ABI's by DRC · 14 years ago
  7. 989630f The Independent JPEG Group's JPEG software v8 by Guido Vollbeding · 15 years ago
  8. 5996a25 The Independent JPEG Group's JPEG software v7 by Guido Vollbeding · 15 years ago
  9. 5ead57a The Independent JPEG Group's JPEG software v6b by Thomas G. Lane · 26 years ago
  10. 489583f The Independent JPEG Group's JPEG software v6a by Thomas G. Lane · 29 years ago
  11. bc79e06 The Independent JPEG Group's JPEG software v6 by Thomas G. Lane · 29 years ago
  12. a8b67c4 The Independent JPEG Group's JPEG software v5b by Thomas G. Lane · 29 years ago
  13. 36a4ccc The Independent JPEG Group's JPEG software v5 by Thomas G. Lane · 30 years ago
  14. cc7150e The Independent JPEG Group's JPEG software v4a by Thomas G. Lane · 32 years ago
  15. 88aeed4 The Independent JPEG Group's JPEG software v4 by Thomas G. Lane · 32 years ago
  16. 4a6b730 The Independent JPEG Group's JPEG software v3 by Thomas G. Lane · 32 years ago
  17. bd543f0 The Independent JPEG Group's JPEG software v2 by Thomas G. Lane · 33 years ago
  18. 2cbeb8a The Independent JPEG Group's JPEG software v1 by Thomas G. Lane · 33 years ago
  19. 0fbb28e Handle erroneous Huffman codes by DRC · 14 years ago
  20. 830d5fc Use 64-bit holding buffer on Win64 for increased performance by DRC · 14 years ago
  21. 97f8ec4 I'm not sure why, but this was necessary in order to return the 32-bit performance to the 0.0.90 baseline by DRC · 14 years ago
  22. e885a8b Fix data corruption issues when decompressing large JPEG images and/or using buffered I/O. Specifically, decode_mcu_fast() can potentially process more than 1 MCU, so make sure there is enough space in the buffer to accommodate this case. Otherwise, the buffer pointer goes negative, and bad mojo ensues. Also, the fast decoder's method of handling unread markers doesn't make libjpeg's restart handler happy, so disable fast decode when restarts are used. by DRC · 14 years ago
  23. e281664 Greatly improve performance of Huffman decoding by DRC · 15 years ago