Module image::webp::vp8

source ·
Expand description

An implementation of the VP8 Video Codec

This module contains a partial implementation of the VP8 video format as defined in RFC-6386.

It decodes Keyframes only sans Loop Filtering. VP8 is the underpinning of the Webp image format

  • rfc-6386 - The VP8 Data Format and Decoding Guide
  • VP8.pdf - An overview of of the VP8 format

Structs

A Representation of the last decoded video frame
VP8 Decoder