Mozjpeg Versions Save

Improved JPEG encoder.

v4.1.1

1 year ago

Updated to libjpeg-turbo 2.1.3

v4.0.3

3 years ago

Automated build using Appveyor

v4.0.0

3 years ago

Rebased MozJPEG changes on libjpeg-turbo v2, which includes lots of bug fixes and performance improvements.

Because libjpeg-turbo has switched to cmake, MozJPEG has too. MozJPEG can now be built using either cmake or Cargo.

v4.0.1-rc2

3 years ago

Automated build using Appveyor

v4.0.1-rc

3 years ago

All the changes come from libjpeg-turbo.

  • Up-to-date with libjpeg-turbo v2
  • Switched build system from autotools to cmake

v3.3.1

6 years ago

Updated libjpeg-turbo

v3.2

7 years ago
  • Updated to libjpeg-turbo 1.5.0.
  • Fixed interaction of JINT_DC_SCAN_OPT_MODE and JBOOLEAN_OPTIMIZE_SCANS (#249)
  • #define JPEG_C_PARAM_SUPPORTED 1 for easier interoperability with stock libjpeg
  • Minor bugfixes in yuvjpeg/jpegyuv test helper tools.
  • the cjpeg demo tool guesses default -sample setting from -quality

v3.2-pre

7 years ago
  • Updated to libjpeg-turbo 1.5.0.
  • Minor bugfixes in yuvjpeg/jpegyuv test helper tools.

v3.1

9 years ago
  • Improved effectiveness of DC trellis in high-quality images
  • Fixed DC overflow caused by overshoot deringing feature
  • Fixed reading of 16-bit PNG images
  • Fixed memory leaks in jpegyuv and jpegtran utilities
  • Added cjpeg -quant-baseline option to reduce size of quantization tables
  • Merged patches up to libjpeg-turbo r1482

v3.0

9 years ago

NOTE: This release includes significant changes to the mozjpeg ABI in order to return to ABI compatibility with libjpeg-turbo. See the file ‘README-mozilla.txt’ for more information.

  • mozjpeg is now backward ABI-compatible with libjpeg-turbo. See ‘README-mozilla.txt’ for more information.
  • DC trellis quantization (compression improvement)
  • Merge successive DQT (FFDB) and DHT (FFC4) markers in a single marker (compression improvement)
  • Deringing for black-on-white text
  • Option to select quantization tables
  • New cjpeg flag ‘-version’ to obtain version
  • PNG input support for cjpeg
  • Various other improvements from syncing with latest libjpeg-turbo code