memorysafety / memorysafety/rav1d

Add C API tests

Open
#296 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

testing
Dominant language
Assembly
Stars
643
Forks
81
PR merge metrics
No merged PRs in 30d

Description

rav1d needs to be a drop-in replacement for dav1d, which means we need to keep the public C API intact as we refactor the transpiled Rust code. In order to ensure that we don't accidentally make changes to the public API, we should write some basic tests that use the C API and verify that it continues to function as expected.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating rav1d's public C API and the existing test infrastructure, then review how the transpiled Rust code exposes that API. Done means basic tests exercise the public C API and verify that its expected behavior remains compatible with dav1d.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, rust
Domain
api, testing-qa
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.