Modules§
- pixel
- Expose all necessary data structures to represent pixels.
Structs§
- Bits
PerComponent - Number of bits per component.
- Content
Light Level - Content light level information as specified in CEA-861.3, Appendix A.
- Decoder
- A
dav1d
decoder instance. - Default
Allocator - Default allocator.
- Inloop
Filter Type - Mastering
Display - Mastering display information as specified in SMPTE ST 2086.
- Picture
- A decoded frame.
- Picture
Allocation - Allocation for a picture.
- Picture
Parameters - Picture parameters used for allocation.
- Plane
- A single plane of a decoded frame.
- Settings
- Settings for creating a new
Decoder
instance. See documentation for nativeDav1dSettings
struct. - TryFrom
Enum Error - The error type returned when a conversion from a C enum fails.
Enums§
- Decode
Frame Type - Error
- Error enum return by various
dav1d
operations. - Pixel
Layout - Pixel layout of a frame.
- Planar
Image Component - Frame component.
Constants§
Traits§
- Picture
Allocator - Picture allocator trait.