- Fix ccgen --qualities min:max.
- Bump the version of libavif in deps.sh.
- Bump the version of libjxl in deps.sh.
- Add lossy animation support.
- Bump the version of libwebp2 in deps.sh.
- Bump the version of libwebp2 in deps.sh.
- 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.
- 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.
- Bump the versions of the dependencies in deps.sh.
- Allow values of
DistortionMetric::kLibjxlButteraugli
greater than 99.
- Make
--progress_file
and--results_folder
optional inccgen.cc
. - Print single result summary in
ccgen.cc
.
- Swap the order of the effort and chroma subsampling parameters everywhere.
- Add 4:2:0 chroma subsampling support for codecs that also support lossy 4:4:4.
- Add JPEG codec libraries jpegli, jpegturbo, mozjpeg and sjpeg.
- Initial release of the Codec-Compare-Gen library and tools.