Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The changes are relative to the previous release, unless the baseline is specifi
* Add --jobs flag to avifgainmaputil and enable auto tiling.
* Use AOM_TUNE_IQ for layered image inter-frame encoding.
* Update aom.cmd/LocalAom.cmake: v3.13.3
* Update LocalAvm.cmake: research-v15.0.0-rc1
* Update LocalAvm.cmake: research-v15.0.0
* Update svt.cmd/svt.sh/LocalSvt.cmake: v4.1.0
* Fix decoding layered image with multiple scaled alpha layers
* avifenc: reject mismatched --depth for Y4M input
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/LocalAvm.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(AVIF_AVM_GIT_TAG research-v15.0.0-rc1)
set(AVIF_AVM_GIT_TAG research-v15.0.0)

message(CHECK_START "libavif(AVIF_CODEC_AVM=LOCAL): fetching and configuring avm")

Expand Down
Loading