{"id":28559057,"url":"https://github.com/sdwebimage/libde265-xcode","last_synced_at":"2025-06-10T08:36:03.263Z","repository":{"id":45368837,"uuid":"159944538","full_name":"SDWebImage/libde265-Xcode","owner":"SDWebImage","description":"A wrapper for libde265 + Xcode project. Support Carthage \u0026\u0026 CocoaPods \u0026\u0026 SwiftPM.","archived":false,"fork":false,"pushed_at":"2023-12-21T17:30:40.000Z","size":117,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-04T03:24:30.541Z","etag":null,"topics":["carthage","h265","hevc","ios","macos","swiftpm","tvos","wachos"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SDWebImage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-12-01T12:56:15.000Z","updated_at":"2023-08-07T02:20:46.000Z","dependencies_parsed_at":"2024-01-29T10:19:18.182Z","dependency_job_id":null,"html_url":"https://github.com/SDWebImage/libde265-Xcode","commit_stats":{"total_commits":36,"total_committers":3,"mean_commits":12.0,"dds":"0.13888888888888884","last_synced_commit":"f94ebd8aaa269b5732a7ba0d8f1301e7a5108861"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibde265-Xcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibde265-Xcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibde265-Xcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibde265-Xcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SDWebImage","download_url":"https://codeload.github.com/SDWebImage/libde265-Xcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibde265-Xcode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259039578,"owners_count":22796865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["carthage","h265","hevc","ios","macos","swiftpm","tvos","wachos"],"created_at":"2025-06-10T08:36:00.999Z","updated_at":"2025-06-10T08:36:03.247Z","avatar_url":"https://github.com/SDWebImage.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libde265 + Xcode\n\n[![CI Status](http://img.shields.io/travis/SDWebImage/libde265-Xcode.svg?style=flat)](https://travis-ci.org/SDWebImage/libde265-Xcode)\n[![Version](https://img.shields.io/cocoapods/v/libde265.svg?style=flat)](http://cocoapods.org/pods/libde265)\n[![License](https://img.shields.io/cocoapods/l/libde265.svg?style=flat)](http://cocoapods.org/pods/libde265)\n[![Platform](https://img.shields.io/cocoapods/p/libde265.svg?style=flat)](http://cocoapods.org/pods/libde265)\n[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg?style=flat)](https://swift.org/package-manager/)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/SDWebImage/libde265-Xcode)\n\nA wrapper for [libde265](https://github.com/strukturag/libde265) + Xcode project.\nThis enables Carthage support\n\nThis repo also including the CocoaPods's spec file to use libde265 with the dependency management instead of the vendored library.\n\n## Requirements\n\n+ iOS 8\n+ macOS 10.10\n+ tvOS 9.0\n+ watchOS 2.0\n\n## Installation\n\n### Carthage\n\nlibde265 is (via this repo) available through [Carthage](https://github.com/Carthage/Carthage).\n\n```\ngithub \"SDWebImage/libde265-Xcode\"\n```\n\n### CocoaPods\n\nlibde265 is available through [CocoaPods](https://github.com/CocoaPods/CocoaPods).\n\n```\npod 'libde265'\n```\n\n#### Swift Package Manager (Xcode 11+)\n\nlibde265 is available through [Swift Package Manager](https://swift.org/package-manager).\n\n```swift\nlet package = Package(\n    dependencies: [\n        .package(url: \"https://github.com/SDWebImage/libde265-Xcode.git\", from: \"1.0.6\")\n    ]\n)\n```\n\n## Note\n\nThe `1.0.9-beta` version does not present in upstream [libde265 releases](https://github.com/strukturag/libde265/releases).\nWe use the master `e587ef6e` SHA instead and fix some Xcode integration issues.\n\n## Usage\n\nThis library support HEVC(H.265) decoding. Check the [libde265's official site](https://www.libde265.org/) for more detail information.\n\nUse libde265 as you would normally, this is just a repo that adds an Xcode proj.\n\n## License\n\nlibde265 is available under the GNU Lesser General Public License. See [the LICENSE file](https://github.com/strukturag/libde265/blob/master/COPYING) for more info.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwebimage%2Flibde265-xcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdwebimage%2Flibde265-xcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwebimage%2Flibde265-xcode/lists"}