Skip to content

Releases: link-u/cavif

Release v0.1.0-20200331

31 Mar 10:53
Compare
Choose a tag to compare
Pre-release

This is an enhancement release:

Release v0.1.0-20200318

18 Mar 07:44
Compare
Choose a tag to compare
Pre-release

This is an enhancement release:

  • libaom is upgraded from 1.0.0-errata1-avif-259-gfc038664e to 1.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

17 Mar 11:21
Compare
Choose a tag to compare
Pre-release

Wrong fix parameter name, from sYCC to sRGB for --matrix-coefficients

Release v0.1.0-20200317

17 Mar 10:50
Compare
Choose a tag to compare
Pre-release

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)

Breaking changes

  • Now default MatrixCoefficients becomes "Rec. ITU-R BT.709-6 (sRGB/sYCC)"

Release v0.1.0-20200308

08 Mar 15:01
61f1dc8
Compare
Choose a tag to compare
Pre-release

This is bug fix release:

  • #10 Cannot handle 16bit PNG correctly(thanks, @gc-locks !)
  • Mark irot, imir, clap box essential (f6b924c)

Release v0.1.0-20200303

03 Mar 13:29
Compare
Choose a tag to compare
Pre-release
  • 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.
  • Bug fix

Release v0.1.0-20200217

17 Feb 13:09
Compare
Choose a tag to compare
Pre-release
  • Enhancement:
    • Now windows builds are available! (Thanks, @f11894 !)
  • Bug fix:
    • Handles gray PNGs correctly( 27c0831 ).

Release v0.1.0-20200210

10 Feb 11:59
Compare
Choose a tag to compare
Pre-release

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

10 Feb 03:16
Compare
Choose a tag to compare
Pre-release

This is bug fix release.

  • --enable-full-colo-range flag did not work correctly (Fixed at f9c7bc4, related to #3 )

Release v0.1.0-20200209

09 Feb 05:05
Compare
Choose a tag to compare
Pre-release
  • Upgrade libaom to the latest version(I forgot to push it, sorry...).