mediaway-decoder 0.1.2

Hardware-accelerated video/audio decoding (OS-native backends)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# mediaway-decoder-linux

Linux **platform backend** for hardware video decode (VA-API).

| Doc | Notes |
|-----|-------|
| [roadmap.md]docs/roadmap.md | VA-API H.264 CPU-output decode โ†’ Zero-Copy / multi-codec (future) |
| [adr/]adr/ | OS-specific decisions |

**Build deps:** `cros-libva` โ†’ `libva-dev` (Debian/Ubuntu) at build time; required by CI's Ubuntu job.

Apps that want VA-API decode depend on this crate directly. Traits: `mediaway-decoder`.

**Unverified on real hardware in the session that authored it** โ€” see
[ADR-0001](adr/0001-vaapi-h264-cpu-out.md) ยง Zero real-hardware verification.
Compile-verified on Linux; run the hardware-gated tests on a real VA-API machine
before relying on this backend.