6 releases (3 breaking)
0.6.0 | Jan 19, 2021 |
---|---|
0.5.2 | May 24, 2020 |
0.5.1 | Apr 28, 2020 |
0.5.0 | Dec 24, 2019 |
0.3.0 | Oct 13, 2019 |
#47 in Video
1,108 downloads per month
Used in 2 crates
16KB
408 lines
libdav1d bindings

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
Dependencies
~0–1.6MB
~33K SLoC