13 unstable releases (6 breaking)
0.7.1+libdav1d.1.4.3 | Jul 8, 2024 |
---|---|
0.7.0+libdav1d.1.4.0 | Feb 18, 2024 |
0.6.0 | Oct 31, 2023 |
0.5.0 | Apr 7, 2022 |
0.2.0 | Sep 28, 2020 |
#289 in Video
6,190 downloads per month
Used in 6 crates
(3 directly)
11MB
265K
SLoC
libavif
Initial release of a high-level avif decoder.
This crate is generally too minimal for production use;
consider using libavif-image
which provides utility functions for image
(or the avif
feature in image
, which doesn't use this crate).
You can also use the unsafe API in libavif-sys
.
lib.rs
:
These are raw FFI bindings for libdav1d, a fast software AV1 decoder. Refer to libdav1d's documentation for details.