gamut-isobmff 0.1.0

ISO Base Media File Format (ISOBMFF) box/atom utilities, used by the AVIF and HEIC containers.
Documentation
1
2
3
4
5
//! ISO Base Media File Format (ISOBMFF) utilities — the MP4-style box/atom structure that
//! wraps AV1 and HEVC bitstreams to form the AVIF and HEIC containers.
//!
//! Placeholder — implementation pending.
#![forbid(unsafe_code)]