{"id":21076208,"url":"https://github.com/rust-av/dav1d-rs","last_synced_at":"2025-05-16T03:02:14.134Z","repository":{"id":33968394,"uuid":"162292904","full_name":"rust-av/dav1d-rs","owner":"rust-av","description":"libdav1d rust bindings","archived":false,"fork":false,"pushed_at":"2025-04-30T03:38:23.000Z","size":123,"stargazers_count":46,"open_issues_count":7,"forks_count":21,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-12T03:03:36.952Z","etag":null,"topics":["av1","bindings","dav1d","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-av.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-18T13:31:51.000Z","updated_at":"2025-04-18T15:10:50.000Z","dependencies_parsed_at":"2023-02-12T16:15:34.762Z","dependency_job_id":"90a29b9b-c0b0-44d6-9252-e3470e0352a6","html_url":"https://github.com/rust-av/dav1d-rs","commit_stats":{"total_commits":122,"total_committers":16,"mean_commits":7.625,"dds":0.7131147540983607,"last_synced_commit":"81219f22158ee6345f7089fda1ffe9ea4cdae8cf"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-av%2Fdav1d-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-av%2Fdav1d-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-av%2Fdav1d-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-av%2Fdav1d-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-av","download_url":"https://codeload.github.com/rust-av/dav1d-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459077,"owners_count":22074604,"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":["av1","bindings","dav1d","rust"],"created_at":"2024-11-19T19:27:18.977Z","updated_at":"2025-05-16T03:02:14.118Z","avatar_url":"https://github.com/rust-av.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libdav1d bindings [![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Actions Status](https://github.com/rust-av/dav1d-rs/workflows/dav1d/badge.svg)](https://github.com/rust-av/dav1d-rs/actions)\n\nIt is a simple FFI binding and safe abstraction over [dav1d][1].\n\n\n## Building\n\nTo build the code, always have a look at [CI](https://github.com/rust-av/dav1d-rs/blob/master/.github/workflows/dav1d.yml) to install the necessary dependencies on all\nsupported operating systems.\n\n### Overriding the dav1d library\n\nThe bindings use [system-deps](https://docs.rs/system-deps) to find dav1d. You may override the `PKG_CONFIG_PATH` or\ndirecly set the env vars `SYSTEM_DEPS_DAV1D_SEARCH_NATIVE` and/or `SYSTEM_DEPS_DAV1D_LIB`.\n\n## Building with vcpkg for Windows x64\n\nTo build with [vcpkg](https://vcpkg.io/en/index.html), you need to follow these\nsteps:\n\n1. Install `pkg-config` through [chocolatey](https://chocolatey.org/)\n\n       choco install pkgconfiglite\n\n2. Install `dav1d`\n\n       vcpkg install dav1d:x64-windows\n\n3. Add to the `PKG_CONFIG_PATH` environment variable the path `$VCPKG_INSTALLATION_ROOT\\installed\\x64-windows\\lib\\pkgconfig`\n\n4. Build code\n\n       cargo build --workspace\n\nTo speed up the computation, you can build your packages only in `Release` mode\nadding the `set(VCPKG_BUILD_TYPE release)` line to the\n`$VCPKG_INSTALLATION_ROOT\\triplets\\x64-windows.cmake` file.\n\nBuilding for Windows x86 is the same, just replace `x64` with `x86` in the\nsteps above.\n\n## Supported versions\n\nThe bindings require dav1d\u003e=1.3.0 ( Might not work for \u003e1.5.0 )\n\n## TODO\n- [x] Simple bindings\n- [x] Safe abstraction\n- [ ] Examples\n\n[1]: https://code.videolan.org/videolan/dav1d\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-av%2Fdav1d-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-av%2Fdav1d-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-av%2Fdav1d-rs/lists"}