Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

59 lines (35 loc) · 1.26 KB

Changelog

v0.3.2

  • Fix ccgen --qualities min:max.

v0.3.1

  • Bump the version of libavif in deps.sh.
  • Bump the version of libjxl in deps.sh.

v0.3.0

  • Add lossy animation support.
  • Bump the version of libwebp2 in deps.sh.

v0.2.2

  • Bump the version of libwebp2 in deps.sh.

v0.2.1

  • Merge identical consecutive frames when reading animations.
  • Warn about and discard 0-second frames when reading animations.
  • Bump the version of libwebp2 in deps.sh.

v0.2.0

  • Add lossless animation support.
  • Replace the libwebp2 wrapper in codec_webp by libwebp API calls to save a buffer copy.
  • Use SharpYUV with the WebP codec.
  • Bump the version of libwebp2 in deps.sh.

v0.1.5

  • Bump the versions of the dependencies in deps.sh.
  • Allow values of DistortionMetric::kLibjxlButteraugli greater than 99.

v0.1.4

  • Make --progress_file and --results_folder optional in ccgen.cc.
  • Print single result summary in ccgen.cc.

v0.1.3

  • Swap the order of the effort and chroma subsampling parameters everywhere.

v0.1.2

  • Add 4:2:0 chroma subsampling support for codecs that also support lossy 4:4:4.

v0.1.1

  • Add JPEG codec libraries jpegli, jpegturbo, mozjpeg and sjpeg.

v0.1.0

  • Initial release of the Codec-Compare-Gen library and tools.