Module rsmpeg::avcodec[][src]

Expand description

Everything related to libavcodec.

Structs

AVCodec
AVCodecContext
AVCodecContextRef
AVCodecParameters
AVCodecParametersMut
AVCodecParametersRef
AVCodecParserContext
AVCodecRef
AVPacket
AVPicture

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.