#av1 #codec #dav1d #ffi #david #image

sys libdav1d-sys

Builds and statically links dav1d AV1 decoder. Part of libavif-sys

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

Download history 1400/week @ 2024-07-05 1747/week @ 2024-07-12 1718/week @ 2024-07-19 1634/week @ 2024-07-26 1160/week @ 2024-08-02 1076/week @ 2024-08-09 1191/week @ 2024-08-16 1076/week @ 2024-08-23 1195/week @ 2024-08-30 1084/week @ 2024-09-06 1381/week @ 2024-09-13 1556/week @ 2024-09-20 1472/week @ 2024-09-27 1305/week @ 2024-10-04 1895/week @ 2024-10-11 1215/week @ 2024-10-18

6,190 downloads per month
Used in 6 crates (3 directly)

BSD-2-Clause

11MB
265K SLoC

Assembly 154K SLoC // 0.0% comments GNU Style Assembly 77K SLoC // 0.1% comments C 33K SLoC // 0.1% comments Rust 1K SLoC // 0.0% comments BASH 161 SLoC // 0.0% comments Forge Config 4 SLoC

libavif

crates.io Documentation BSD-2-Clause licensed Rustc Version 1.63+ CI

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.

Dependencies