media-codec-vpx 0.2.0

Rust bindings to libvpx
1
2
3
4
5
6
7
8
9
10
11
# media-codec-vpx

[![Version](https://img.shields.io/crates/v/media-codec-vpx)](https://crates.io/crates/media-codec-vpx)
[![Documentation](https://docs.rs/media-codec-vpx/badge.svg)](https://docs.rs/media-codec-vpx)
[![License](https://img.shields.io/badge/License-Apache%202-blue.svg)](LICENSE-APACHE)
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE-MIT)

Rust bindings to libvpx, providing VP8/VP9 codec support for the media-codec framework.

- [x] **Decoder**
- [ ] **Encoder**