Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

50 lines (41 loc) · 2.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.4.0]

Added

  • New parameters for --horizontal-scale-mode and --vertical-scale-mode are introduced.
    • 1/4
    • 3/4
    • 1/8
  • --cpu-used 9 is introduced.
  • --(enable|disable)-rect-tx is introduced. Enabled by default.
  • --(enable|disable)-diagonal-intra is introduced. Enabled by default.
  • --content-type (default|screen|film) is introduced.
    • default: regular video content(default)
    • screen: Screen capture content
    • film: Film content
  • --(enable|disable)-tx-size-search is introduced. Enabled by default.
  • --delta-q-strength (int) is introduced. Takes 0 to 1000. Default is 100.
  • --(enable|disble)-loop-filter is introduced. Enabled by default.

Changed

Fixed

  • Now we can build cavif for mac OS and debian package.
  • --crop-size and --crop-offset are now validated according to ISO/IEC 23000-22:2019/Amd 2:2021:
    • crop size must be integers.
    • the leftmost pixel must be positioned in even line if pixel format is yuv420 or yuv422.
    • the topmost pixel must be positioned in even line if pixel format is yuv420.
  • Fix HEIF compatibility.

Removed