Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

rerun-io/rav1d-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rav1d-rs

Safe bindings for rav1d, originally a fork of dav1d-rs.

Abandonded

See https://github.com/rerun-io/rav1d instead.

Building

Requires:

  • A C compiler
  • nasm, if the asm features are enabled
$ cargo build

Examples

There is a basic CLI used to print packets from an ivf file:

$ cargo run --example print-ivf -- dav1d-test-data/8-bit/features/rgb.ivf

Languages

  • Assembly 68.1%
  • Rust 16.7%
  • C 14.1%
  • Meson 1.1%