rivet-container 0.2.0

Clean-room container demux (MP4/MKV/TS/AVI) and mux (AV1 MP4, CMAF, HLS) for the rivet transcoder, no FFmpeg. Imported as `container`.
Documentation
1
2
3
4
5
// mdat writing is performed inline in `Av1Mp4Muxer::finalize_to_file` (mod.rs).
// The mdat box header bytes are constructed there directly, including the
// largesize (64-bit) upgrade when the payload exceeds u32::MAX − 8.
// No separate helper functions are needed; this module is kept as a
// placeholder to satisfy the directory split.