Skip to content

Releases: SDWebImage/SDWebImageAVIFCoder

0.11.0 - Codec Choice

28 Sep 08:07
Compare
Choose a tag to compare

Features

  • Added the option for avifCodecChoice to control which codec (aom/dav1d/rav1e/svt-av1) to use #58

CocoaPods (Break Change!!)

  • The dependency should be "libavif/core" instead of default subspecs #57

0.10.1 - HDR PQ ColorSpace Support

22 Jul 17:49
Compare
Choose a tag to compare

Fixes

  • Quick hack to support 10 bit HDR AVIF using PQ transfer function... #55
  • Fix some HDR contents can not render correctly using AVIFCoder #54

0.10.0 - Thumbnail AVIF(static/animated) and libavif update

16 May 09:20
Compare
Choose a tag to compare

Features

  • Feature: Support thumbnail decoding for AVIF static/animated image #52

Project

  • Fix the compile issue with libavif 0.11.0+ by removing the limit alpha range check #51

0.9.5 - Fix decode failure cleanup issue

30 Jan 09:34
Compare
Choose a tag to compare

Fixes

  • fix animated avif decode failed, os_unfair_lock crash #47
  • fix double free memory issue when vImageConvert failed

0.9.4 - Fix leak and include

16 Dec 08:56
Compare
Choose a tag to compare

Fixes

  • fix decode animated image leak #46
  • fix include internal #41

0.9.3 - Fix Leak and Crash

12 Aug 06:53
Compare
Choose a tag to compare

Fixes

  • Fix ICC profile, buffer and AVIF encoding memory leak #40

0.9.2 - Fix SwiftPM

28 Mar 08:44
Compare
Choose a tag to compare

Project

  • Fix the build of SwiftPM which use the wrong umbrella header #34

0.9.1 - Fix leak

28 Mar 08:43
Compare
Choose a tag to compare

Fixes

  • Fix the avifDecoder memory leak #32

0.9.0 - AVIF Animation!

31 Jul 15:18
Compare
Choose a tag to compare

Feature

  • Feature support avifs animation #31

0.8.2 - Support libavif 0.9.1+

31 Jul 14:56
Compare
Choose a tag to compare

Project

  • Support libavif 0.9.1 #30