Module rsmpeg::avcodec[][src]

Expand description

Everything related to libavcodec.

Structs

AVBSFContext

AVBSFContextUninit exists because you must first init an AVBSFContext before you can send/receive packets. Use AVBSFContextUninit::init to get an AVBSFContext.

AVBSFContextUninit
AVBitStreamFilter
AVBitStreamFilterIter

Iterator of the inner AVBitStreamFilterRefs. Usually created by the AVBitStreamFilter::iterate method.

AVBitStreamFilterRef
AVCodec
AVCodecContext
AVCodecContextRef
AVCodecParameters
AVCodecParametersMut
AVCodecParametersRef
AVCodecParserContext
AVCodecRef
AVPacket

Type Definitions

AVCodecID

Identify the syntax and semantics of the bitstream. The principle is roughly: Two decoders with the same ID can decode the same streams. Two encoders with the same ID can encode compatible streams. There may be slight deviations from the principle due to implementation details.