Releases: link-u/cavif
Releases · link-u/cavif
Release v0.1.0-20200331
This is an enhancement release:
- ICC Profile is supported via Little-CMS!
- Here is a example file: with-icc-profile.zip
- This test image is downloaded from chromium
Release v0.1.0-20200318
This is an enhancement release:
- libaom is upgraded from
1.0.0-errata1-avif-259-gfc038664e
to1.0.0-errata1-avif-414-g0cfdca944
. - Breaking Change:
--tune cdef-dist
and--tune daala-dist
are removed ( #6 ), because it is not implemented in libaom anymore.
Release v0.1.0-20200317-1
Wrong fix parameter name, from sYCC
to sRGB
for --matrix-coefficients
Release v0.1.0-20200317
This is an enhancement release.
- Supports better color management.
- Supports these MatrixCoefficients in H.273
- Rec. ITU-R BT.709-6 (sRGB/sYCC)
- USFCC: United States Federal Communications Commission (2003) Title 47 Code of Federal Regulations 73.682 (a) (20)
- Rec. ITU-R BT.601-7 625
- Rec. ITU-R BT.1700-0 NTSC
- SMPTE 240M (1999)
- Rec. ITU-R BT.2020-2 (non-constant luminance)
- Supports these MatrixCoefficients in H.273
Breaking changes
- Now default MatrixCoefficients becomes "Rec. ITU-R BT.709-6 (sRGB/sYCC)"
Release v0.1.0-20200308
Release v0.1.0-20200303
- Enhancement
- Introduce
--attach-alpha
and--attach-depth
flags to support alpha and depth channels. - Introduce
--color-primaries
,--transfer-characteristics
and--matrix-coefficients
flags to set color information.- [LIMITATION]
--matrix-coefficients
is not working as intended. cavif always converts with BT.2020.
- [LIMITATION]
- Introduce
- Bug fix
- Use Visual Studio 2019 image to prevent deadlock issue in pthread.
- Default value of Transfer characteristics should be sRGB, but not.
Release v0.1.0-20200217
Release v0.1.0-20200210
This is enhancement release.
- Support VMAF metrics in
--tune
option.--vmaf-model-path
option is added.
- Set more accurate color profile information.
- Measuring encoding time and print it.
Release v0.1.0-20200209-1
Release v0.1.0-20200209
- Upgrade libaom to the latest version(I forgot to push it, sorry...).