SDWebImageAVIFCoder Versions Save

A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image

0.11.0

8 months ago

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

10 months ago

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

1 year ago

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

1 year ago

Fixes

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

0.9.4

1 year ago

Fixes

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

0.9.3

1 year ago

Fixes

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

0.9.2

2 years ago

Project

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

0.9.1

2 years ago

Fixes

  • Fix the avifDecoder memory leak #32

0.9.0

2 years ago

Feature

  • Feature support avifs animation #31

0.8.2

2 years ago

Project

  • Support libavif 0.9.1 #30