Skip to content

Commit

Permalink
Updated CHANGELOG and aom_ctc for v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsole authored and kylophone committed Apr 11, 2022
1 parent 0cbbcf5 commit ed6d2a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## (2022-04-11) [v2.3.1]

This is a minor release with some CAMBI extensions and speed-ups and adding it to AOM CTC v3, as well as a few minor fixes/cleanups.
- CAMBI extensions: full reference, PQ eotf, up to 16 bit-depth support, max_log_contrast parameter.
- CAMBI: option to output heatmaps.

## (2021-10-16) [v2.3.0]

New release to add CAMBI (Contrast Aware Multiscale Banding Index).
Expand Down
7 changes: 5 additions & 2 deletions resource/doc/aom_ctc.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Using the versioned `--aom_ctc` preset, the following metrics will be computed a
* CIEDE-2000
* VMAF
* VMAF NEG
* CAMBI

## Usage
Basic usage of the tool is described in the [`vmaf` README](../../libvmaf/tools/README.md). Use the versioned `--aom_ctc` presets to register and configure all metrics according to the AOM CTC. Basic AOM CTC usage is as follows:
Expand Down Expand Up @@ -46,9 +47,11 @@ There are also a few optional command-line settings you may find useful.
* Precompiled static binaries [here](https://github.com/Netflix/vmaf/releases/tag/v2.1.0)

* v2.0: `--aom_ctc v2.0`
* 2020-12-22.
* Release: [libvmaf v2.2.1](https://github.com/Netflix/vmaf/releases/tag/v2.2.1)
* Precompiled static binaries [here](https://github.com/Netflix/vmaf/releases/tag/v2.2.1)

* v3.0: `--aom_ctc v3.0`
* TBD
* 2022-04-05
* Add CAMBI
* Release: [libvmaf v2.3.1](https://github.com/Netflix/vmaf/releases/tag/v2.3.1)
* Precompiled static binaries [here](https://github.com/Netflix/vmaf/releases/tag/v2.3.1)

0 comments on commit ed6d2a6

Please sign in to comment.