Crate h264_reader[][src]

Expand description

Parser for H264 bitstream syntax. Not a video decoder.

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).

rbsp

Decoder that will remove Emulation Prevention byte values from encoded NAL Units, to produce the Raw Byte Sequence Payload (RBSP).

Macros

sei_switch
tt_35_switch

Structs

Context

Contextual data that needs to be tracked between evaluations of different portions of H264 syntax.