Skip to content

Commit ed6d2a6

Browse files
joelsolekylophone
authored andcommitted
Updated CHANGELOG and aom_ctc for v2.3.1
1 parent 0cbbcf5 commit ed6d2a6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## (2022-04-11) [v2.3.1]
4+
5+
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.
6+
- CAMBI extensions: full reference, PQ eotf, up to 16 bit-depth support, max_log_contrast parameter.
7+
- CAMBI: option to output heatmaps.
8+
39
## (2021-10-16) [v2.3.0]
410

511
New release to add CAMBI (Contrast Aware Multiscale Banding Index).

resource/doc/aom_ctc.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Using the versioned `--aom_ctc` preset, the following metrics will be computed a
1313
* CIEDE-2000
1414
* VMAF
1515
* VMAF NEG
16+
* CAMBI
1617

1718
## Usage
1819
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:
@@ -46,9 +47,11 @@ There are also a few optional command-line settings you may find useful.
4647
* Precompiled static binaries [here](https://github.com/Netflix/vmaf/releases/tag/v2.1.0)
4748

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

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

0 commit comments

Comments
 (0)