1. e2394fc Subtle point, but the libjpeg v7+ API is not backward incompatible. That is, programs that were built against jpeg-6b can still build against jpeg-7+ with no issues. It's only the ABI that is backward incompatible, so the primary justification for implementing the emulation feature was to provide run-time (ABI) compatibility. by DRC · 12 years ago
  2. d7ca17b We support arithmetic coding, which is a feature of libjpeg v7/v8 by DRC · 12 years ago
  3. 11a122b Wordsmithing and grammar by DRC · 13 years ago
  4. 6916f87 Several clarifications regarding v7/v8 API/ABI support by DRC · 13 years ago
  5. 2c62da3 Subtle point, but TurboJPEG is the API and TurboJPEG/OSS is the library implementing that API. by DRC · 13 years ago
  6. b76c840 Add program that demonstrates how to check for the existence of the colorspace extensions by DRC · 13 years ago
  7. 67ce3b2 Added new alpha channel colorspace constants/pixel formats, so applications can specify that they need the unused byte in a 4-component RGB output buffer set to 0xFF when decompressing. by DRC · 13 years ago
  8. 80803ae "which"="that" by DRC · 13 years ago
  9. 9c4590e by DRC · 13 years ago
  10. b5624ee Remove any references to the wxWindows Library License and VirtualGL copyrights by DRC · 13 years ago
  11. 65e0cd3 Update license text to reflect the newly-relicensed jchuff.c by DRC · 13 years ago
  12. 1f8b601 by DRC · 13 years ago
  13. 0d2d965 Wordsmithed the project description by DRC · 14 years ago
  14. ab4db65 Various documentation tweaks by DRC · 14 years ago
  15. f0a5ba7 "integer forward DCT", not "forward integer DCT" by DRC · 14 years ago
  16. 7c1df0a Performance pitfalls by DRC · 14 years ago
  17. e372004 Added configure options to disable arithmetic encoding/decoding by DRC · 14 years ago
  18. 646e5a8 RGBA=RGBX, etc. by DRC · 14 years ago
  19. 5559c90 Additional information/corrections involving libjpeg v7/v8b emulation by DRC · 14 years ago
  20. 77e3964 Document the libjpeg v7/v8 extensions by DRC · 14 years ago
  21. ae7fe0b Clarify licensing by DRC · 14 years ago
  22. ff95aa6 by DRC · 14 years ago
  23. 3dc1bc2 Create separate packages for Win64 binaries by DRC · 14 years ago
  24. 1e6b5b4 Clarify license description by DRC · 15 years ago
  25. 0248dd9 Clarify the DLL hell problem by DRC · 15 years ago
  26. 7e0b499 Install jpeg62.dll in SDK directory, not Windows system directory. Also, check whether SDK is already installed prior to re-installing by DRC · 15 years ago
  27. 0a1f68e Visual C++ libraries can't be made to work with MinGW because of the dependency on msvcr90.dll, so build a separate installer for MinGW libraries by DRC · 15 years ago
  28. 68fef83 Split build instructions into a new file and add SDK usage notes to README-turbo.txt by DRC · 15 years ago
  29. 4614871 Instructions for Tiger-compatible build on Leopard/Snow Leopard by DRC · 15 years ago
  30. 4d5fc18 Reflect the fact that CFLAGS=CXXFLAGS=-O3 by default by DRC · 15 years ago
  31. ce1546e License info + updated performance claims by DRC · 15 years ago
  32. bd17e2a Instructions for cross compiling MinGW libs on Cygwin by DRC · 15 years ago
  33. 101f09a Build instructions by DRC · 15 years ago