fev

Crates.iofev
lib.rsfev
version0.2.3
sourcesrc
created_at2023-06-17 19:33:15.634083
updated_at2024-05-29 15:46:27.279927
descriptionHigh-level VA-API bindings
homepage
repositoryhttps://github.com/SludgePhD/FeV
max_upload_size
id893088
size2,300,658
Sludge (SludgePhD)

documentation

README

VA-API bindings for Rust

This library provides high-level wrappers around VA-API (libva), the Video Acceleration API used by Linux, Android, and BSD systems.

It loads libva at runtime, so there is no build-time dependency on it. This matches the behavior typically expected of applications: if no hardware acceleration is available, they should fall back to software decoding.

Features

  • Blatantly unsound API
  • Completely unmaintained (developed only for my own personal amusement)
  • Exposes almost none of the features VA-API has
Commit count: 68

cargo fmt