commit | db2a10430b2e810d5d1da81cba7ed9214c043c33 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@chromium.org> | Thu Apr 06 15:33:51 2023 +0900 |
committer | Alexandre Courbot <acourbot@chromium.org> | Thu Apr 06 15:48:17 2023 +0900 |
tree | 4f0f2c3ce5a227742aa82f8bc0e70da35eb94fa3 | |
parent | d9406a48fa827d416c469c3bdd065998c90e6671 [diff] |
decoder/vp9/parser: remove use of unwrap These can be replaced either by proper errors, or in the case of calc_*_tile_cols by using the target integer type directly. Since we know the upper limit of the loop, we can use it safely.
A lightweight, simple, low-dependencies, and hopefully safe crate for using hardware-accelerated decoding and encoding on Linux.
It is developed for use in ChromeOS (particularly crosvm), but has no ChromeOS dependencies and should this be usable anywhere.
This crate is still under heavy development. Currently implemented features are:
Future features: