SDWebImage / SDWebImageAVIFCoder

A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image
MIT License
55 stars 14 forks source link

Could you upgrade libavif to v0.10.1? #36

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi, Could you upgrade libavif to v0.10.1? I see a lot of updates in v0.10.0. Among them, dav1d 1.0.0 has been released.

dreampiggy commented 2 years ago

Should move to https://github.com/SDWebImage/libavif-Xcode/issues

But anyway, I'll try to update to upstream version

dreampiggy commented 2 years ago

Hope there are no huge API breaks..🙏 I remember everytime libavif bump minor version, there are something C API changes and SDWebImageAVIFCoder should update as well

ghost commented 2 years ago

libavif-Xcode has been updated to v0.10.1, When will SDWebImageAVIFCoder be updated?

ghost commented 2 years ago

Does SDWebImageAVIFCoder need to be changed, I introduced the latest version and found no problems

dreampiggy commented 2 years ago

NO

Seems there are no API break in header. But I didn't test the function behavior. (No extra time)

ghost commented 2 years ago

thank you so much