Cargo.toml: explicitly mention license
1 file changed
tree: 1ba2345146b1ae7d36cdd05192e3ae93d4217edd
  1. .github/
  2. src/
  3. .gitignore
  4. Cargo.lock
  5. Cargo.toml
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

Cros-codecs

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:

  • Simple decoder API,
  • VAAPI decoder support (using cros-libva) for H.264, VP8 and VP9.

Planned features:

  • Stateful V4L2 decoder support.
  • Stateless V4L2 decoder support.
  • Vaapi encoder support.
  • V4L2 encoder support.
  • Support for H.265 and AV1.
  • C API to be used in non-Rust projects.