tree: e9b568f9f19dae69c524dde5191580b9e13d4d0f
  1. common_consts.wuffs
  2. decode_bitstream.wuffs
  3. decode_coefficients.wuffs
  4. decode_filter_default.wuffs
  5. decode_header_partition.wuffs
  6. decode_idct_default.wuffs
  7. decode_macroblocks.wuffs
  8. decode_predict_default.wuffs
  9. decode_quirks.wuffs
  10. decode_reconstruct.wuffs
  11. decode_vp8.wuffs
  12. README.md
std/vp8/README.md

VP8

VP8 is a compressed video data format, described in RFC 6386.

The WebM movie (moving image) format consists of muliple VP8 frames, both key (I-Frames) and non-key (B-Frames, P-Frames, etc). Separate from WebM, the WebP still image format essentially wraps one VP8 key frame.