Skip to content

Releases: SDWebImage/SDWebImageAVIFCoder

0.8.1 - Support libavif 0.8.2+

31 Jul 13:23
Compare
Choose a tag to compare

Project

  • Support libavif 0.8.2+ #29

0.8.0 - iOS 9+/Xcode 11 && Fix CMYK

02 Feb 08:17
Compare
Choose a tag to compare

Project

  • Bump the deployment target to iOS 9+/macOS 10.11+ #24

Fixes

  • Fix the encoding compatibility for CMYK image #25

0.7.0 - Support libavif 0.8+

02 Feb 08:13
Compare
Choose a tag to compare

Features

  • Fix the compatible with libavif 0.8+ version #23

0.6.2 - Fix CocoaPods

26 Aug 04:29
Compare
Choose a tag to compare

Fix

  • Fix the CocoaPods usage because of Podspec public headers issues #22

Deprecation

  • Workaround/Some of color space constans are deprecated @ledyba-z

0.6.1 - Fix libavif >= 0.7.2 compile issue

14 May 09:38
Compare
Choose a tag to compare

Refactory

  • Refactoring & fix a bug & add tests to increase code coverage. #18

Project

  • Fix/support libavif v0.7.3 #20

0.6.0 - Performance && ColorProfile

13 Mar 06:42
Compare
Choose a tag to compare

Features

  • Output grayscale images as possible #11
    • Reduces up to 66% memory usage.
  • Support libavif v0.60 and set proper color space as possible. #13
    • Decoding images with alpha planes becomes faster 13%~25% than before

Fixs

  • Scale alpha planes [0, (1 << bit-depth) - 1] to [0, 65536] #14

Project

  • The dependency of libavif bumped to v0.6.0 #13

Unit tests and remove inappropriate debugging code

25 Feb 12:27
Compare
Choose a tag to compare

Test

  • Added unit tests and code coverage. #10

Fix

  • Remove inappropriate debugging code, this slightly effect the performance. #10

Fix AVIF decoding for odd dimensions

12 Feb 02:44
Compare
Choose a tag to compare

Fixes

  • Handle images with odd dimensions and fix color matrix #9

Testing

  • Add CI to check decoding functions #9

Performance && SwiftPM

24 Jan 03:09
Compare
Choose a tag to compare

Performance

  • use vImage framework to accelerate conversion from YUV to RGB(A) #7. Thanks @ledyba-z

Project

  • Support Swift Package Manager #8

Support libavif 0.4.0

08 Oct 06:56
Compare
Choose a tag to compare

Project

  • Upgrade libavif to 0.4.0 support #6