{"id":28559050,"url":"https://github.com/sdwebimage/libdav1d-xcode","last_synced_at":"2025-07-29T21:36:13.028Z","repository":{"id":46099206,"uuid":"213428065","full_name":"SDWebImage/libdav1d-Xcode","owner":"SDWebImage","description":"A wrapper for libdav1d + Xcode project. Support Carthage \u0026\u0026 CocoaPods.","archived":false,"fork":false,"pushed_at":"2023-05-17T11:41:45.000Z","size":90,"stargazers_count":13,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-04T03:24:46.052Z","etag":null,"topics":["aomdec","av1","avif","carthage","cocoapods","dav1d","ios"],"latest_commit_sha":null,"homepage":null,"language":"C","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":"2019-10-07T16:06:13.000Z","updated_at":"2025-01-15T15:33:25.000Z","dependencies_parsed_at":"2024-01-29T10:19:17.246Z","dependency_job_id":null,"html_url":"https://github.com/SDWebImage/libdav1d-Xcode","commit_stats":{"total_commits":44,"total_committers":2,"mean_commits":22.0,"dds":"0.13636363636363635","last_synced_commit":"8c41e1d71fff94a618c67d5e74b89b7580f3881f"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibdav1d-Xcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibdav1d-Xcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibdav1d-Xcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibdav1d-Xcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SDWebImage","download_url":"https://codeload.github.com/SDWebImage/libdav1d-Xcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibdav1d-Xcode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259039550,"owners_count":22796854,"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":["aomdec","av1","avif","carthage","cocoapods","dav1d","ios"],"created_at":"2025-06-10T08:35:58.229Z","updated_at":"2025-06-10T08:36:00.097Z","avatar_url":"https://github.com/SDWebImage.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libdav1d + Xcode\n\n[![CI Status](http://img.shields.io/travis/SDWebImage/libdav1d-Xcode.svg?style=flat)](https://travis-ci.org/SDWebImage/libdav1d-Xcode)\n[![Version](https://img.shields.io/cocoapods/v/libdav1d.svg?style=flat)](http://cocoapods.org/pods/libdav1d)\n[![License](https://img.shields.io/cocoapods/l/libdav1d.svg?style=flat)](http://cocoapods.org/pods/libdav1d)\n[![Platform](https://img.shields.io/cocoapods/p/libdav1d.svg?style=flat)](http://cocoapods.org/pods/libdav1d)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/SDWebImage/libdav1d-Xcode)\n[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg?style=flat)](https://swift.org/package-manager/)\n\nA wrapper for [libdav1d](https://github.com/videolan/dav1d) + Xcode project.\nThis enables Carthage support\n\nThis repo also including the CocoaPods's spec file to use libdav1d.\n\n## Requirements\n\n+ iOS 9\n+ macOS 10.10\n+ tvOS 9.0\n+ watchOS 2.0\n\n## Note for architecture assembly optimization\n\nThis 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.\n\nIf you want the best performance for specify architecture, try to read the [README](https://github.com/videolan/dav1d/blob/master/README.md) from dav1d to build the pre-built with Meson and Ninja by your own.\n\nThe 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.\n\n## Installation\n\n### Carthage\n\nlibdav1d is (via this repo) available through [Carthage](https://github.com/Carthage/Carthage).\n\n```\ngithub \"SDWebImage/libdav1d-Xcode\"\n```\n\n### CocoaPods\n\nlibdav1d is available through [CocoaPods](https://github.com/CocoaPods/CocoaPods).\n\n```\npod 'libdav1d'\n```\n\n#### Swift Package Manager (Xcode 11+)\n\nlibdav1d 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/libdav1d-Xcode.git\", from: \"0.7\")\n    ]\n)\n```\n\n## Usage\n\nUse libdav1d as you would normally, this is just a repo that adds an Xcode proj.\n\n## License\n\nlibdav1d is available under the [BSD 2-Clause License](https://github.com/videolan/dav1d/blob/master/COPYING).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwebimage%2Flibdav1d-xcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdwebimage%2Flibdav1d-xcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwebimage%2Flibdav1d-xcode/lists"}