Skip to content

A wrapper for libde265 + Xcode project. Support Carthage && CocoaPods && SwiftPM.

Notifications You must be signed in to change notification settings

SDWebImage/libde265-Xcode

Repository files navigation

libde265 + Xcode

CI Status Version License Platform SwiftPM compatible Carthage compatible

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

This repo also including the CocoaPods's spec file to use libde265 with the dependency management instead of the vendored library.

Requirements

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

Installation

Carthage

libde265 is (via this repo) available through Carthage.

github "SDWebImage/libde265-Xcode"

CocoaPods

libde265 is available through CocoaPods.

pod 'libde265'

Swift Package Manager (Xcode 11+)

libde265 is available through Swift Package Manager.

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

Usage

This library support HEVC(H.265) decoding. Check the libde265's official site for more detail information.

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

License

libde265 is available under the GNU Lesser General Public License. See the LICENSE file for more info.