Skip to content

1.5.7

Compare
Choose a tag to compare
@quietvoid quietvoid released this 29 Sep 23:28
· 97 commits to main since this release
7192581

Bug fixes

  • Fixed building from code without a git repository.
  • Fixed parsing HEVC files containing filler data NALUs.

Features

  • Improved the clamping for L1 metadata when generating.
    • For CMv2.9, the average luminance has a minimum of 2.5 nits (819/4095).
    • For CMv4.0, the minimum average is 10 nits (1229/4095).
  • Added support to drop HDR10+ when it exists in a SEI NALU containing multiple messages.

Notes

  • The clap library used for the CLI argument parsing was updated to version 4.0.4.
    • The only user facing change should be that there is no more coloured help text, it now makes use of bold and underlined text.