commit | 578bf79f55a430f754e9fe7ce4290278e5989928 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@chromium.org> | Fri May 26 11:52:06 2023 +0900 |
committer | Alexandre Courbot <acourbot@chromium.org> | Fri May 26 16:06:11 2023 +0900 |
tree | e00954166320985e3cc96fd754be9c7383b682d2 | |
parent | 365fef3addb5dac1ae455e81d054c5511a114baf [diff] |
use latest libva git ToT
A lightweight, simple, low-dependency, and hopefully safe crate for hardware-accelerated video decoding and encoding on Linux.
It is developed for use in ChromeOS (particularly crosvm), but has dependency to ChromeOS and should this be usable anywhere.
This crate is still under heavy development and is not recommended for use yet.
The ccdec
example program is included. It can decode an encoded stream and write the decoded frames to a file.