Skip to content

linkmauve/dav1d-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.8%
  • C 0.2%