Bumped version to 1.0.9
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.
libde265 is (via this repo) available through Carthage.
github "SDWebImage/libde265-Xcode"
libde265 is available through CocoaPods.
pod 'libde265'
libde265 is available through Swift Package Manager.
let package = Package( dependencies: [ .package(url: "https://github.com/SDWebImage/libde265-Xcode.git", from: "1.0.6") ] )
The 1.0.9-beta version does not present in upstream libde265 releases. We use the master e587ef6e SHA instead and fix some Xcode integration issues.
1.0.9-beta
e587ef6e
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.
libde265 is available under the GNU Lesser General Public License. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
libde265 + Xcode
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
Installation
Carthage
libde265 is (via this repo) available through Carthage.
CocoaPods
libde265 is available through CocoaPods.
Swift Package Manager (Xcode 11+)
libde265 is available through Swift Package Manager.
Note
The
1.0.9-beta
version does not present in upstream libde265 releases. We use the mastere587ef6e
SHA instead and fix some Xcode integration issues.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.