Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
to fix clang-cl and MSVC compilation errors in the shared library build on
Windows.
experimental feature AVIF_ENABLE_EXPERIMENTAL_METAV1.
(
CONFIG_RUNTIME_CPU_DETECT
) is now alwaysON
; in 1.1.0 it had beendisabled for non-native builds.
v1.1.0 CMake config leaks shared library dependencies into consumers AOMediaCodec/libavif#2264.
aom is a static library
v1.1.0 failed to build with aom -DCONFIG_TUNE_BUTTERAUGLI or -DCONFIG_TUNE_VMAF AOMediaCodec/libavif#2274.
Grid image arranges tiles in wrong order if IDs in the
iref
are not sequential AOMediaCodec/libavif#2311.AVIF_RESULT_NOT_IMPLEMENTED instead of AVIF_RESULT_INVALID_IMAGE_GRID.