{"id":21076200,"url":"https://github.com/rust-av/vpx-rs","last_synced_at":"2025-05-16T06:32:05.173Z","repository":{"id":21622279,"uuid":"93438616","full_name":"rust-av/vpx-rs","owner":"rust-av","description":"libvpx bindings","archived":false,"fork":false,"pushed_at":"2024-02-28T15:49:21.000Z","size":76,"stargazers_count":26,"open_issues_count":5,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-29T15:43:28.902Z","etag":null,"topics":["bindings","decoder","encoder","libvpx","rust-av"],"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}},"created_at":"2017-06-05T19:25:51.000Z","updated_at":"2024-04-29T15:43:28.902Z","dependencies_parsed_at":"2024-02-28T16:53:15.086Z","dependency_job_id":"fb75616c-4fd2-4aea-b6a5-16febca3733d","html_url":"https://github.com/rust-av/vpx-rs","commit_stats":{"total_commits":89,"total_committers":14,"mean_commits":6.357142857142857,"dds":0.4606741573033708,"last_synced_commit":"dca2a43a3314251a2250047781069b88e33f7d5f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-av%2Fvpx-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-av%2Fvpx-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-av%2Fvpx-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-av%2Fvpx-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-av","download_url":"https://codeload.github.com/rust-av/vpx-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225413096,"owners_count":17470511,"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":["bindings","decoder","encoder","libvpx","rust-av"],"created_at":"2024-11-19T19:27:17.643Z","updated_at":"2024-11-19T19:27:18.645Z","avatar_url":"https://github.com/rust-av.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libvpx bindings\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Actions Status](https://github.com/rust-av/vpx-rs/workflows/vpx/badge.svg)](https://github.com/rust-av/vpx-rs/actions)\n\nIt is a simple [binding][1] and safe abstraction over [libvpx][2].\n\n## Building\n\nTo build the code, always have a look at [CI](https://github.com/rust-av/vpx-rs/blob/master/.github/workflows/vpx.yml) to install the necessary dependencies on all\nsupported operating systems.\n\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 `libvpx`\n\n       vcpkg install libvpx: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## TODO\n- [x] Simple bindings\n- [x] Safe abstraction\n- [ ] Examples\n\n[1]: https://github.com/servo/rust-bindgen\n[2]: http://www.webmproject.org/code/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-av%2Fvpx-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-av%2Fvpx-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-av%2Fvpx-rs/lists"}