commit | ba202c1833caedd6df1f365237d58356b19cf5f1 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@chromium.org> | Mon May 22 14:23:06 2023 +0900 |
committer | Alexandre Courbot <acourbot@chromium.org> | Mon May 22 16:16:09 2023 +0900 |
tree | a9a76914f33d7b9e76e7edb9c174c6a516ebf53d | |
parent | 673b247ef8fe32d27ae1fffedf30063ec22e9036 [diff] |
vaapi: remove unwanted unwraps Format lookup can legitimately fail, so avoid crashing if this happens.
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. Currently implemented features are:
Planned features:
The ccdec
example program is included. It can decode an encoded stream and write the decoded frames to a file.