link-u / cavif

avif encoder, using libaom directly.
MIT License
111 stars 19 forks source link

Bump external/vmaf from `441ab02` to `5112220` #188

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps external/vmaf from 441ab02 to 5112220.

Commits
  • 5112220 Fix memory leaks in test_cambi
  • b50aa86 Add prefixes to symbols in luminance_tools
  • 4a14e90 More explicit names for enum types VMAF_PIXEL_RANGE_*
  • 36c18f3 Fix usage message's supported bitdepths
  • 61e3338 Update cambi.md
  • 454b0eb CAMBI: support 16-bit inputs by converting them to 10b
  • 0451745 Remove the bitdepth field from LumaRange
  • 6423de5 Add comments documenting the luminance_tools file
  • bce0709 Use an enum for the pixel range instead of a string
  • 4ec3e26 Factor out luma range information into LumaRange struct
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #191.