Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 371 Bytes

File metadata and controls

15 lines (13 loc) · 371 Bytes

libva-rust

Rust binding to libva

Information

  • This is still experimental project
  • Tested only on
    • Ubuntu 16.04/17.04
    • libva 1.7.3 to 1.8.4 - Intel i965 driver for Intel(R) Skylake
    • X11 as a backend
  • ffi.rs is generated by bindgen 0.20.5 and modified a bit

TO-DO list

  • Creates test cases
  • Implements decoder (probably, VP8 first)
  • Support Wayland