Crate aom_decode
Source - avif
- Wrapper for decoding AV1 data in AVIF
- chroma
- Helper functions for undoing chroma subsampling
- color
- Enums describing color characteristics (color space, gamma, range)
- Config
- Configuration for the decoer. For now it’s just number of threads.
- Decoder
- AOM decoder context
- FrameMeta
- Result of
Decoder::frame_meta()
- FrameTempRef
- Frame held in decoder’s internal state. Must be dropped before the next call.
- RowsIter
- Iterates over rows of pixels in a Y/U/V plane
- Error
- RowsIters
- Iterators of frame’s pixels (YUV planes)
- Result