v1.2.0 #2643
y-guyon
announced in
Announcements
v1.2.0
#2643
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1.2.0 - 2025-02-25
Added since 1.1.1
flag.
the latest CICP specification. Remove the AVIF_ENABLE_EXPERIMENTAL_YCGCO_R
CMake flag.
the avifDecoder instance with the properties unrecognized by libavif. They are
written by the avifEncoder.
utility functions.
Amd2 behind the compilation flag AVIF_ENABLE_EXPERIMENTAL_EXTENDED_PIXI.
BIT_DEPTH_EXTENSION_12B_8B_OVERLAP_4B.
Changed since 1.1.1
is specified. CMAKE_CXX_FLAGS_RELEASE is empty if -DAVIF_CODEC_AOM=LOCAL -DAVIF_LIBYUV=OFF is specified #2365.
update the experimental reduced header feature to the latest specification
draft. Rename AVIF_HEADER_REDUCED to AVIF_HEADER_MINI.
AVIF_ENABLE_EXPERIMENTAL_SAMPLE_TRANSFORM CMake flag to the latest
specification draft.
writer_version > 0 correctly.
gain map metadata is always parsed if present and if this feature is compiled
in. Replace enableDecodingGainMap and ignoreColorAndAlpha with a bit field to
choose image content to decode. Remove gainMapPresent: users can check if
decoder->image->gainMap != NULL instead. Remove avifGainMapMetadata and
avifGainMapMetadataDouble structs.
(image quality) is added in libaom v3.12.0.
EbSvtAv1EncConfiguration::lossless and ::level_of_parallelism in libavif.
AVIF_GTEST=LOCAL/SYSTEM.
avifEncoder
'sminQuantizer
,maxQuantizer
,minQuantizerAlpha
,and
maxQuantizerAlpha
fields.quality
andqualityAlpha
should be usedinstead. Deprecate
avifenc
's--min
,--max
,--minalpha
and--maxalpha
flags.
-q
or--qcolor
and--qalpha
should be used instead.removed. Dependency options can now only be set to OFF/LOCAL/SYSTEM.
avifCleanApertureBoxConvertCropRect(). Replace them with
avifCropRectFromCleanApertureBox() and avifCleanApertureBoxFromCropRect().
avifRGBImageAllocatePixels().
assumed to be alpha, even if it was a different type. If the aux type is absent,
it is assumed to be alpha.
This discussion was created from the release v1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions