commit | cf881f5565e72d8b49b7d3f6c4c0e374e8b5e9da | [log] [tgz] |
---|---|---|
author | Daniel Almeida <daniel.almeida@collabora.corp-partner.google.com> | Wed Mar 29 17:55:52 2023 -0300 |
committer | Alexandre Courbot <gnurou@gmail.com> | Tue Apr 04 09:43:44 2023 +0900 |
tree | 2ade95f8baabc58ad4457c1c23046808928119a5 | |
parent | 425bf0361f3d307665a622202b772be9ba625367 [diff] |
media: cros-codecs: nalu_reader: add read_ue_bounded In preparation for an H.265 parser, add read_ue_bounded. Although more uncommon, a few places in the H.265 specification do place a lower bound on values read with the ue() syntax. BUG=b:214478588 TEST="cd media/cros-codecs && cargo test --release --features vaapi -- --include-ignored" Change-Id: Idc2efab54ab0569ecb3a26b12e26d3cd52d050e8
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: