dav1d is a fast and lightweight AV1 decoder, designed for speed and correctness. It is a cross-platform library written in C with handwritten assembly optimizations.
Memory-safe AV2 video decoder in pure Rust, ported from dav2d (the C reference decoder, an AV2 fork of dav1d). AV2 is the next-generation royalty-free codec from the Alliance for Open Media, succes...