Crate vp9_parser

Source
Expand description

Provides tools to parse VP9 bitstreams and IVF containers.

Modules§

ivf
IVF container parsing.

Structs§

Frame
A VP9 frame.
Metadata
VP9 Codec Feature Metadata saved inside the CodecPrivate field of containers.
Vp9Parser
Parses VP9 bitstreams.

Enums§

ColorDepth
Color depth.
ColorRange
Specifies the black level and range of the luma and chroma signals as specified in Rec. ITU-R BT.709-6 and Rec. ITU-R BT.2020-2.
ColorSpace
Color space.
FrameType
The type of a frame.
InterpolationFilter
Type of the interpolation filter.
Level
The codec level.
MetadataSubsampling
Chroma subsampling as defined in the Metadata
Profile
The VP9 profiles.
ResetFrameContext
Defines if the frame context should be reset.
Subsampling
Chroma subsampling.
Vp9ParserError
Errors that can occur when parsing VP9 frames.