libdav1d 1.2.0

libdav1d 1.2.0

Maintained by Bogdan Poplauschi, DreamPiggy.



libdav1d 1.2.0

  • By
  • Alliance for Open Media

libdav1d + Xcode

CI Status Version License Platform Carthage compatible SwiftPM compatible

A wrapper for libdav1d + Xcode project. This enables Carthage support

This repo also including the CocoaPods's spec file to use libdav1d.

Requirements

  • iOS 9
  • macOS 10.10
  • tvOS 9.0
  • watchOS 2.0

Note for architecture assembly optimization

This Carthage and CocoaPods support on x86_64, disable the architecture specify assembly code, and use the pure C implementation instead. This because both the lack support for CocoaPods and Xcode NASM compiler.

If you want the best performance for specify architecture, try to read the README from dav1d to build the pre-built with Meson and Ninja by your own.

The arm32 (armv7/armv7s for iOS, armv7k for watchOS) and arm64 (arm64 for iOS and M1 Mac) use the standard assembly and NEON, so we support them from v1.1.0, which benefit the performance.

Installation

Carthage

libdav1d is (via this repo) available through Carthage.

github "SDWebImage/libdav1d-Xcode"

CocoaPods

libdav1d is available through CocoaPods.

pod 'libdav1d'

Swift Package Manager (Xcode 11+)

libdav1d is available through Swift Package Manager.

let package = Package(
    dependencies: [
        .package(url: "https://github.com/SDWebImage/libdav1d-Xcode.git", from: "0.7")
    ]
)

Usage

Use libdav1d as you would normally, this is just a repo that adds an Xcode proj.

License

libdav1d is available under the BSD 2-Clause License.