v-ayylmao

Crates.iov-ayylmao
lib.rsv-ayylmao
version0.0.5
sourcesrc
created_at2023-01-27 22:01:28.340517
updated_at2023-06-17 19:39:04.703849
descriptionHigh-level VA-API bindings
homepage
repositoryhttps://github.com/SludgePhD/v-ayylmao
max_upload_size
id769953
size2,210,886
Sludge (SludgePhD)

documentation

README

VA-API Wrapper

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
  • Crashes your program with a segfault when you have an AMD GPU
  • Might even crash the entire graphics driver when you have an AMD GPU
  • Really, you should probably not even read this README if you're on AMD
Commit count: 55

cargo fmt