Expand description
Parser for H264 bitstream syntax. Not a video decoder.
Re-exports§
pub use bitstream_io;
Modules§
- annexb
- A reader for the NAL Unit framing format defined in ITU-T Recommendation H.264 - Annex B, as used when H264 data is embedded in an MPEG2 Transport Stream
- avcc
- Support for handling Advanced Video Coding Configuration data, used in the ISO Base Media File Format (AKA MP4), as the specified in ISO/IEC 14496-15.
- nal
- Types for reading H264 Network Abstraction Layer Units (NAL Units).
- push
- Push parsing of encoded NALs.
- rbsp
- Decoder that will remove NAL header bytes and Emulation Prevention byte values from encoded NAL Units, to produce the Raw Byte Sequence Payload (RBSP).
Structs§
- Context
- Contextual data that needs to be tracked between evaluations of different portions of H264 syntax.