[Feature Request] AVIF Decoder
iamcarbon opened this issue · 7 comments
AVIF images are becoming more common on the web, and would be useful to be able to decode in MagicScaler.
This is an issue to determine the feasibility of an adding a native AVIF decoder, using libheif's (+libaom), or the libavif libraries.
Adding aom to the libheif build is easy enough, so I'll go ahead and do that short-term. My longer term plan was to ditch libheif in favor of handling the container managed-side and using libde265 directly for the frame decode. I'll have to give libavif a look and see if it's any better.
Ah, thanks for the heads up on that. I'll see if I can work out a better way to set up the package dependencies so they update together. There was some internal refactoring that means the native codecs do actually require the 0.13.2 preview of the main lib, so you could reference the 0.13.2-ci*
version of the main lib explicitly, I believe.
Oh! I remember why they're set up that way. The msbuild task that sets the dependency range was messing up release builds because I've pushed release versions of the main lib together with preview versions of the native codec packages. The fix for that is what's breaking the -ci dependency versions. I can fix that 😄
@saucecontrol ^ that fix worked! Will keep you updated on how it works in production!
Package is up on nuget.org