Releases: webmproject/codec-compare-gen
Releases · webmproject/codec-compare-gen
v0.4.1
v0.3.6
v0.3.5
Since v0.3.1:
- Add AVM support for AVIF.
- Add "HEIF low-overhead image file format" support for AVIF.
- Bump the version of libavif in deps.sh.
- Use
AVIF_ENABLE_EXPERIMENTAL_YCGCO_R=ON
in deps.sh and useAVIF_MATRIX_COEFFICIENTS_YCGCO_RE
in codec_avif for lossless encoding. - Fix
ccgen --qualities min:max
.
v0.3.1
v0.3.0
v0.2.2
Since v0.1.4:
- Allow values of DistortionMetric::kLibjxlButteraugli greater than 99.
- Add animation support.
- Replace the libwebp2 wrapper in codec_webp by libwebp API calls to save a buffer copy.
- Use SharpYUV with the WebP codec.
- Merge identical consecutive frames when reading animations.
- Warn about and discard 0-second frames when reading animations.
- Bump the versions of the dependencies in deps.sh.