aeikum / dav1d-rs

libdav1d rust bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libdav1d bindings LICENSE Actions Status

It is a simple binding and safe abstraction over dav1d.

Building

By default the bindings are generated using the headers and libraries that ought to be present in the system. However you can optionally build and statically link libdav1d into the -sys bindings:

$ SYSTEM_DEPS_DAV1D_BUILD_INTERNAL=always cargo build

TODO

  • Simple bindings
  • Safe abstraction
  • Examples

About

libdav1d rust bindings

License:MIT License


Languages

Language:Rust 99.8%Language:C 0.2%