Module rsmpeg::ffi[][src]

Expand description

Raw and unsafe FFmpeg functions, structs and contants,

Structs

AVABufferSinkParams

Deprecated and unused struct to use for initializing an abuffersink context.

AVAES
AVAudioFifo
AVBPrint

Buffer to print data progressively

AVBSFContext

The bitstream filter state.

AVBSFInternal
AVBSFList
AVBitStreamFilter
AVBitStreamFilterContext
AVBlowfish
AVBuffer
AVBufferPool
AVBufferRef

A reference to a data buffer.

AVBufferSinkParams

Deprecated and unused struct to use for initializing a buffersink context.

AVBufferSrcParameters

This structure contains the parameters describing the frames that will be passed to this filter.

AVCAMELLIA
AVCAST5
AVCPBProperties

This structure describes the bitrate properties of an encoded bitstream. It roughly corresponds to a subset the VBV parameters for MPEG-2 or HRD parameters for H.264/HEVC.

AVChapter
AVClass

Describe the class of an AVClass context structure. That is an arbitrary struct of which the first field is a pointer to an AVClass struct (e.g. AVCodecContext, AVFormatContext etc.).

AVCodec

AVCodec.

AVCodecContext

main external API structure. New fields can be added to the end with minor version bumps. Removal, reordering and changes to existing fields require a major version bump. You can use AVOptions (av_opt* / av_set/get*()) to access these fields from user applications. The name string for AVOptions options matches the associated command line parameter name and can be found in libavcodec/options_table.h The AVOption/command line parameter names differ in some cases from the C structure field names for historic reasons or brevity. sizeof(AVCodecContext) must not be used outside libav*.

AVCodecDefault
AVCodecDescriptor

This struct describes the properties of a single codec described by an AVCodecID. @see avcodec_descriptor_get()

AVCodecHWConfig
AVCodecHWConfigInternal

Array of pointers to hardware configurations supported by the codec, or NULL if no hardware supported. The array is terminated by a NULL pointer.

AVCodecInternal
AVCodecParameters

This struct describes the properties of an encoded stream.

AVCodecParser
AVCodecParserContext
AVCodecTag
AVComponentDescriptor
AVDVProfile
AVDeviceCapabilitiesQuery

Structure describes device capabilities.

AVDeviceInfo

Structure describes basic parameters of the device.

AVDeviceInfoList

List of devices.

AVDeviceRect
AVDictionary
AVDictionaryEntry
AVDownmixInfo

This structure describes optional metadata relevant to a downmix procedure.

AVExpr
AVFifoBuffer
AVFilter

Filter definition. This defines the pads a filter contains, and all the callback functions used to interact with the filter.

AVFilterChannelLayouts
AVFilterCommand
AVFilterContext

An instance of a filter

AVFilterFormats
AVFilterFormatsConfig

Lists of formats / etc. supported by an end of a link.

AVFilterGraph
AVFilterGraphInternal
AVFilterInOut

A linked-list of the inputs/outputs of the filter chain.

AVFilterInternal
AVFilterLink

A link between two filters. This contains pointers to the source and destination filters between which this link exists, and the indexes of the pads involved. In addition, this link also contains the parameters which have been negotiated and agreed upon between the filter, such as image dimensions, format, etc.

AVFilterPad
AVFormatContext

Format I/O context. New fields can be added to the end with minor version bumps. Removal, reordering and changes to existing fields require a major version bump. sizeof(AVFormatContext) must not be used outside libav*, use avformat_alloc_context() to create an AVFormatContext.

AVFormatInternal
AVFrame

This structure describes decoded (raw) audio or video data.

AVFrameSideData

Structure to hold side data for an AVFrame.

AVHMAC
AVHWAccel

@defgroup lavc_hwaccel AVHWAccel

AVHWDeviceContext

This struct aggregates all the (hardware/vendor-specific) “high-level” state, i.e. state that is not tied to a concrete processing configuration. E.g., in an API that supports hardware-accelerated encoding and decoding, this struct will (if possible) wrap the state that is common to both encoding and decoding and from which specific instances of encoders or decoders can be derived.

AVHWDeviceInternal
AVHWFramesConstraints

This struct describes the constraints on hardware frames attached to a given device with a hardware-specific configuration. This is returned by av_hwdevice_get_hwframe_constraints() and must be freed by av_hwframe_constraints_free() after use.

AVHWFramesContext

This struct describes a set or pool of “hardware” frames (i.e. those with data not located in normal system memory). All the frames in the pool are assumed to be allocated in the same way and interchangeable.

AVHWFramesInternal
AVHashContext

@example ffhash.c This example is a simple command line application that takes one or more arguments. It demonstrates a typical use of the hashing API with allocation, initialization, updating, and finalizing.

AVIOContext

Bytestream IO Context. New fields can be added to the end with minor version bumps. Removal, reordering and changes to existing fields require a major version bump. sizeof(AVIOContext) must not be used outside libav*.

AVIODirContext
AVIODirEntry

Describes single entry of the directory.

AVIOInterruptCB

Callback for checking whether to abort blocking functions. AVERROR_EXIT is returned in this case by the interrupted function. During blocking operations, callback is called with opaque as parameter. If the callback returns 1, the blocking operation will be aborted.

AVIndexEntry
AVInputFormat

@addtogroup lavf_decoding @{

AVLFG

Context structure for the Lagged Fibonacci PRNG. The exact layout, types and content of this struct may change and should not be accessed directly. Only its sizeof() is guranteed to stay the same to allow easy instanciation.

AVMD5
AVMotionVector
AVMurMur3
AVOption

AVOption

AVOptionRange

A single allowed range of values, or a single allowed value.

AVOptionRanges

List of AVOptionRange structs.

AVOutputFormat

@addtogroup lavf_encoding @{

AVPacket

This structure stores compressed data. It is typically exported by demuxers and then passed as input to decoders, or received as output from encoders and then passed to muxers.

AVPacketList
AVPacketSideData
AVPanScan

Pan Scan area. This specifies the area which should be displayed. Note there may be multiple such areas for one frame.

AVPicture

Picture data structure.

AVPixFmtDescriptor

Descriptor that unambiguously describes how the bits of a pixel are stored in the up to 4 data planes of an image. It also stores the subsampling factors and number of components.

AVProbeData

This structure contains the data a format has to probe a file.

AVProducerReferenceTime

This structure supplies correlation between a packet timestamp and a wall clock production time. The definition follows the Producer Reference Time (‘prft’) as defined in ISO/IEC 14496-12

AVProfile

AVProfile.

AVProgram

New fields can be added to the end with minor version bumps. Removal, reordering and changes to existing fields require a major version bump. sizeof(AVProgram) must not be used outside libav*.

AVRIPEMD
AVRational

Rational number (pair of numerator and denominator).

AVRegionOfInterest

Structure describing a single Region Of Interest.

AVReplayGain

ReplayGain information (see http://wiki.hydrogenaudio.org/index.php?title=ReplayGain_1.0_specification). The size of this struct is a part of the public ABI.

AVSHA
AVSHA512
AVStereo3D

Stereo 3D type: this structure describes how two videos are packed within a single video surface, with additional information as needed.

AVStream

Stream structure. New fields can be added to the end with minor version bumps. Removal, reordering and changes to existing fields require a major version bump. sizeof(AVStream) must not be used outside libav*.

AVStreamInternal
AVSubtitle
AVSubtitleRect
AVTWOFISH
AVThreadMessageQueue
AVTimecode
AVVorbisParseContext
AVXTEA

@file @brief Public header for libavutil XTEA algorithm @defgroup lavu_xtea XTEA @ingroup lavu_crypto @{

DCTContext
FFTComplex
FFTContext
MpegEncContext
RDFTContext
RcOverride

@ingroup lavc_encoding

SwrContext
SwsContext
SwsFilter
SwsVector
URLContext
_G_fpos64_t
_G_fpos_t
_IO_FILE
_IO_codecvt
_IO_marker
_IO_wide_data
__BindgenBitfieldUnit
__fsid_t
__locale_data
__locale_struct
__mbstate_t
__pthread_cond_s
__pthread_cond_s__bindgen_ty_1__bindgen_ty_1
__pthread_cond_s__bindgen_ty_2__bindgen_ty_1
__pthread_internal_list
__pthread_internal_slist
__pthread_mutex_s
__pthread_rwlock_arch_t
__sigset_t
__va_list_tag
div_t
drand48_data
fd_set
ff_pad_helper_AVBPrint
imaxdiv_t
itimerspec
ldiv_t
lldiv_t
max_align_t
random_data
sigevent
timespec
timeval
tm

Constants

AIO_PRIO_DELTA_MAX
ARG_MAX
AVActiveFormatDescription_AV_AFD_4_3
AVActiveFormatDescription_AV_AFD_4_3_SP_14_9
AVActiveFormatDescription_AV_AFD_14_9
AVActiveFormatDescription_AV_AFD_16_9
AVActiveFormatDescription_AV_AFD_16_9_SP_14_9
AVActiveFormatDescription_AV_AFD_SAME
AVActiveFormatDescription_AV_AFD_SP_4_3
AVAppToDevMessageType_AV_APP_TO_DEV_GET_MUTE

Get volume/mute messages.

AVAppToDevMessageType_AV_APP_TO_DEV_GET_VOLUME

Get volume/mute messages.

AVAppToDevMessageType_AV_APP_TO_DEV_MUTE

Mute control messages.

AVAppToDevMessageType_AV_APP_TO_DEV_NONE

Dummy message.

AVAppToDevMessageType_AV_APP_TO_DEV_PAUSE

Request pause/play.

AVAppToDevMessageType_AV_APP_TO_DEV_PLAY

Request pause/play.

AVAppToDevMessageType_AV_APP_TO_DEV_SET_VOLUME

Volume control message.

AVAppToDevMessageType_AV_APP_TO_DEV_TOGGLE_MUTE

Mute control messages.

AVAppToDevMessageType_AV_APP_TO_DEV_TOGGLE_PAUSE

Request pause/play.

AVAppToDevMessageType_AV_APP_TO_DEV_UNMUTE

Mute control messages.

AVAppToDevMessageType_AV_APP_TO_DEV_WINDOW_REPAINT

Repaint request message.

AVAppToDevMessageType_AV_APP_TO_DEV_WINDOW_SIZE

Window size change message.

AVAudioServiceType_AV_AUDIO_SERVICE_TYPE_COMMENTARY
AVAudioServiceType_AV_AUDIO_SERVICE_TYPE_DIALOGUE
AVAudioServiceType_AV_AUDIO_SERVICE_TYPE_EFFECTS
AVAudioServiceType_AV_AUDIO_SERVICE_TYPE_EMERGENCY
AVAudioServiceType_AV_AUDIO_SERVICE_TYPE_HEARING_IMPAIRED
AVAudioServiceType_AV_AUDIO_SERVICE_TYPE_KARAOKE
AVAudioServiceType_AV_AUDIO_SERVICE_TYPE_MAIN
AVAudioServiceType_AV_AUDIO_SERVICE_TYPE_NB

< Not part of ABI

AVAudioServiceType_AV_AUDIO_SERVICE_TYPE_VISUALLY_IMPAIRED
AVAudioServiceType_AV_AUDIO_SERVICE_TYPE_VOICE_OVER
AVCRCId_AV_CRC_8_ATM
AVCRCId_AV_CRC_8_EBU
AVCRCId_AV_CRC_16_ANSI
AVCRCId_AV_CRC_16_ANSI_LE
AVCRCId_AV_CRC_16_CCITT
AVCRCId_AV_CRC_24_IEEE
AVCRCId_AV_CRC_32_IEEE
AVCRCId_AV_CRC_32_IEEE_LE
AVCRCId_AV_CRC_MAX
AVChromaLocation_AVCHROMA_LOC_BOTTOM
AVChromaLocation_AVCHROMA_LOC_BOTTOMLEFT
AVChromaLocation_AVCHROMA_LOC_CENTER

< MPEG-1 4:2:0, JPEG 4:2:0, H.263 4:2:0

AVChromaLocation_AVCHROMA_LOC_LEFT

< MPEG-2/4 4:2:0, H.264 default for 4:2:0

AVChromaLocation_AVCHROMA_LOC_NB

< Not part of ABI

AVChromaLocation_AVCHROMA_LOC_TOP
AVChromaLocation_AVCHROMA_LOC_TOPLEFT

< ITU-R 601, SMPTE 274M 296M S314M(DV 4:1:1), mpeg2 4:2:2

AVChromaLocation_AVCHROMA_LOC_UNSPECIFIED
AVClassCategory_AV_CLASS_CATEGORY_BITSTREAM_FILTER
AVClassCategory_AV_CLASS_CATEGORY_DECODER
AVClassCategory_AV_CLASS_CATEGORY_DEMUXER
AVClassCategory_AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT
AVClassCategory_AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT
AVClassCategory_AV_CLASS_CATEGORY_DEVICE_INPUT
AVClassCategory_AV_CLASS_CATEGORY_DEVICE_OUTPUT
AVClassCategory_AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT
AVClassCategory_AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT
AVClassCategory_AV_CLASS_CATEGORY_ENCODER
AVClassCategory_AV_CLASS_CATEGORY_FILTER
AVClassCategory_AV_CLASS_CATEGORY_INPUT
AVClassCategory_AV_CLASS_CATEGORY_MUXER
AVClassCategory_AV_CLASS_CATEGORY_NA
AVClassCategory_AV_CLASS_CATEGORY_NB

< not part of ABI/API

AVClassCategory_AV_CLASS_CATEGORY_OUTPUT
AVClassCategory_AV_CLASS_CATEGORY_SWRESAMPLER
AVClassCategory_AV_CLASS_CATEGORY_SWSCALER
AVCodecID_AV_CODEC_ID_4GV
AVCodecID_AV_CODEC_ID_4XM
AVCodecID_AV_CODEC_ID_8BPS
AVCodecID_AV_CODEC_ID_8SVX_EXP
AVCodecID_AV_CODEC_ID_8SVX_FIB
AVCodecID_AV_CODEC_ID_012V
AVCodecID_AV_CODEC_ID_A64_MULTI
AVCodecID_AV_CODEC_ID_A64_MULTI5
AVCodecID_AV_CODEC_ID_AAC
AVCodecID_AV_CODEC_ID_AAC_LATM
AVCodecID_AV_CODEC_ID_AASC
AVCodecID_AV_CODEC_ID_AC3
AVCodecID_AV_CODEC_ID_ACELP_KELVIN
AVCodecID_AV_CODEC_ID_ADPCM_4XM
AVCodecID_AV_CODEC_ID_ADPCM_ADX
AVCodecID_AV_CODEC_ID_ADPCM_AFC
AVCodecID_AV_CODEC_ID_ADPCM_AGM
AVCodecID_AV_CODEC_ID_ADPCM_AICA
AVCodecID_AV_CODEC_ID_ADPCM_ARGO
AVCodecID_AV_CODEC_ID_ADPCM_CT
AVCodecID_AV_CODEC_ID_ADPCM_DTK
AVCodecID_AV_CODEC_ID_ADPCM_EA
AVCodecID_AV_CODEC_ID_ADPCM_EA_MAXIS_XA
AVCodecID_AV_CODEC_ID_ADPCM_EA_R1
AVCodecID_AV_CODEC_ID_ADPCM_EA_R2
AVCodecID_AV_CODEC_ID_ADPCM_EA_R3
AVCodecID_AV_CODEC_ID_ADPCM_EA_XAS
AVCodecID_AV_CODEC_ID_ADPCM_G722
AVCodecID_AV_CODEC_ID_ADPCM_G726
AVCodecID_AV_CODEC_ID_ADPCM_G726LE
AVCodecID_AV_CODEC_ID_ADPCM_IMA_ALP
AVCodecID_AV_CODEC_ID_ADPCM_IMA_AMV
AVCodecID_AV_CODEC_ID_ADPCM_IMA_APC
AVCodecID_AV_CODEC_ID_ADPCM_IMA_APM
AVCodecID_AV_CODEC_ID_ADPCM_IMA_CUNNING
AVCodecID_AV_CODEC_ID_ADPCM_IMA_DAT4
AVCodecID_AV_CODEC_ID_ADPCM_IMA_DK3
AVCodecID_AV_CODEC_ID_ADPCM_IMA_DK4
AVCodecID_AV_CODEC_ID_ADPCM_IMA_EA_EACS
AVCodecID_AV_CODEC_ID_ADPCM_IMA_EA_SEAD
AVCodecID_AV_CODEC_ID_ADPCM_IMA_ISS
AVCodecID_AV_CODEC_ID_ADPCM_IMA_MOFLEX
AVCodecID_AV_CODEC_ID_ADPCM_IMA_MTF
AVCodecID_AV_CODEC_ID_ADPCM_IMA_OKI
AVCodecID_AV_CODEC_ID_ADPCM_IMA_QT
AVCodecID_AV_CODEC_ID_ADPCM_IMA_RAD
AVCodecID_AV_CODEC_ID_ADPCM_IMA_SMJPEG
AVCodecID_AV_CODEC_ID_ADPCM_IMA_SSI
AVCodecID_AV_CODEC_ID_ADPCM_IMA_WAV
AVCodecID_AV_CODEC_ID_ADPCM_IMA_WS
AVCodecID_AV_CODEC_ID_ADPCM_MS
AVCodecID_AV_CODEC_ID_ADPCM_MTAF
AVCodecID_AV_CODEC_ID_ADPCM_PSX
AVCodecID_AV_CODEC_ID_ADPCM_SBPRO_2
AVCodecID_AV_CODEC_ID_ADPCM_SBPRO_3
AVCodecID_AV_CODEC_ID_ADPCM_SBPRO_4
AVCodecID_AV_CODEC_ID_ADPCM_SWF
AVCodecID_AV_CODEC_ID_ADPCM_THP
AVCodecID_AV_CODEC_ID_ADPCM_THP_LE
AVCodecID_AV_CODEC_ID_ADPCM_VIMA
AVCodecID_AV_CODEC_ID_ADPCM_XA
AVCodecID_AV_CODEC_ID_ADPCM_YAMAHA
AVCodecID_AV_CODEC_ID_ADPCM_ZORK
AVCodecID_AV_CODEC_ID_AGM
AVCodecID_AV_CODEC_ID_AIC
AVCodecID_AV_CODEC_ID_ALAC
AVCodecID_AV_CODEC_ID_ALIAS_PIX
AVCodecID_AV_CODEC_ID_AMR_NB
AVCodecID_AV_CODEC_ID_AMR_WB
AVCodecID_AV_CODEC_ID_AMV
AVCodecID_AV_CODEC_ID_ANM
AVCodecID_AV_CODEC_ID_ANSI
AVCodecID_AV_CODEC_ID_APE
AVCodecID_AV_CODEC_ID_APNG
AVCodecID_AV_CODEC_ID_APTX
AVCodecID_AV_CODEC_ID_APTX_HD
AVCodecID_AV_CODEC_ID_ARBC
AVCodecID_AV_CODEC_ID_ARGO
AVCodecID_AV_CODEC_ID_ARIB_CAPTION
AVCodecID_AV_CODEC_ID_ASS
AVCodecID_AV_CODEC_ID_ASV1
AVCodecID_AV_CODEC_ID_ASV2
AVCodecID_AV_CODEC_ID_ATRAC1
AVCodecID_AV_CODEC_ID_ATRAC3
AVCodecID_AV_CODEC_ID_ATRAC3AL
AVCodecID_AV_CODEC_ID_ATRAC3P
AVCodecID_AV_CODEC_ID_ATRAC3PAL
AVCodecID_AV_CODEC_ID_ATRAC9
AVCodecID_AV_CODEC_ID_AURA
AVCodecID_AV_CODEC_ID_AURA2
AVCodecID_AV_CODEC_ID_AV1
AVCodecID_AV_CODEC_ID_AVRN
AVCodecID_AV_CODEC_ID_AVRP
AVCodecID_AV_CODEC_ID_AVS
AVCodecID_AV_CODEC_ID_AVS2
AVCodecID_AV_CODEC_ID_AVS3
AVCodecID_AV_CODEC_ID_AVUI
AVCodecID_AV_CODEC_ID_AYUV
AVCodecID_AV_CODEC_ID_BETHSOFTVID
AVCodecID_AV_CODEC_ID_BFI
AVCodecID_AV_CODEC_ID_BINKAUDIO_DCT
AVCodecID_AV_CODEC_ID_BINKAUDIO_RDFT
AVCodecID_AV_CODEC_ID_BINKVIDEO
AVCodecID_AV_CODEC_ID_BINTEXT
AVCodecID_AV_CODEC_ID_BIN_DATA
AVCodecID_AV_CODEC_ID_BITPACKED
AVCodecID_AV_CODEC_ID_BMP
AVCodecID_AV_CODEC_ID_BMV_AUDIO
AVCodecID_AV_CODEC_ID_BMV_VIDEO
AVCodecID_AV_CODEC_ID_BRENDER_PIX
AVCodecID_AV_CODEC_ID_C93
AVCodecID_AV_CODEC_ID_CAVS
AVCodecID_AV_CODEC_ID_CDGRAPHICS
AVCodecID_AV_CODEC_ID_CDTOONS
AVCodecID_AV_CODEC_ID_CDXL
AVCodecID_AV_CODEC_ID_CELT
AVCodecID_AV_CODEC_ID_CFHD
AVCodecID_AV_CODEC_ID_CINEPAK
AVCodecID_AV_CODEC_ID_CLEARVIDEO
AVCodecID_AV_CODEC_ID_CLJR
AVCodecID_AV_CODEC_ID_CLLC
AVCodecID_AV_CODEC_ID_CMV
AVCodecID_AV_CODEC_ID_CODEC2
AVCodecID_AV_CODEC_ID_COMFORT_NOISE
AVCodecID_AV_CODEC_ID_COOK
AVCodecID_AV_CODEC_ID_CPIA
AVCodecID_AV_CODEC_ID_CRI
AVCodecID_AV_CODEC_ID_CSCD
AVCodecID_AV_CODEC_ID_CYUV
AVCodecID_AV_CODEC_ID_DAALA
AVCodecID_AV_CODEC_ID_DDS
AVCodecID_AV_CODEC_ID_DERF_DPCM
AVCodecID_AV_CODEC_ID_DFA
AVCodecID_AV_CODEC_ID_DIRAC
AVCodecID_AV_CODEC_ID_DNXHD
AVCodecID_AV_CODEC_ID_DOLBY_E
AVCodecID_AV_CODEC_ID_DPX
AVCodecID_AV_CODEC_ID_DSD_LSBF
AVCodecID_AV_CODEC_ID_DSD_LSBF_PLANAR
AVCodecID_AV_CODEC_ID_DSD_MSBF
AVCodecID_AV_CODEC_ID_DSD_MSBF_PLANAR
AVCodecID_AV_CODEC_ID_DSICINAUDIO
AVCodecID_AV_CODEC_ID_DSICINVIDEO
AVCodecID_AV_CODEC_ID_DSS_SP
AVCodecID_AV_CODEC_ID_DST
AVCodecID_AV_CODEC_ID_DTS
AVCodecID_AV_CODEC_ID_DVAUDIO
AVCodecID_AV_CODEC_ID_DVB_SUBTITLE
AVCodecID_AV_CODEC_ID_DVB_TELETEXT
AVCodecID_AV_CODEC_ID_DVD_NAV
AVCodecID_AV_CODEC_ID_DVD_SUBTITLE
AVCodecID_AV_CODEC_ID_DVVIDEO
AVCodecID_AV_CODEC_ID_DXA
AVCodecID_AV_CODEC_ID_DXTORY
AVCodecID_AV_CODEC_ID_DXV
AVCodecID_AV_CODEC_ID_EAC3
AVCodecID_AV_CODEC_ID_EIA_608
AVCodecID_AV_CODEC_ID_EPG
AVCodecID_AV_CODEC_ID_ESCAPE124
AVCodecID_AV_CODEC_ID_ESCAPE130
AVCodecID_AV_CODEC_ID_EVRC
AVCodecID_AV_CODEC_ID_EXR
AVCodecID_AV_CODEC_ID_FASTAUDIO
AVCodecID_AV_CODEC_ID_FFMETADATA

< Dummy codec for streams containing only metadata information.

AVCodecID_AV_CODEC_ID_FFV1
AVCodecID_AV_CODEC_ID_FFVHUFF
AVCodecID_AV_CODEC_ID_FFWAVESYNTH
AVCodecID_AV_CODEC_ID_FIC
AVCodecID_AV_CODEC_ID_FIRST_AUDIO

< A dummy id pointing at the start of audio codecs

AVCodecID_AV_CODEC_ID_FIRST_SUBTITLE

< A dummy ID pointing at the start of subtitle codecs.

AVCodecID_AV_CODEC_ID_FIRST_UNKNOWN

< A dummy ID pointing at the start of various fake codecs.

AVCodecID_AV_CODEC_ID_FITS
AVCodecID_AV_CODEC_ID_FLAC
AVCodecID_AV_CODEC_ID_FLASHSV
AVCodecID_AV_CODEC_ID_FLASHSV2
AVCodecID_AV_CODEC_ID_FLIC
AVCodecID_AV_CODEC_ID_FLV1
AVCodecID_AV_CODEC_ID_FMVC
AVCodecID_AV_CODEC_ID_FRAPS
AVCodecID_AV_CODEC_ID_FRWU
AVCodecID_AV_CODEC_ID_G2M
AVCodecID_AV_CODEC_ID_G723_1
AVCodecID_AV_CODEC_ID_G729
AVCodecID_AV_CODEC_ID_GDV
AVCodecID_AV_CODEC_ID_GIF
AVCodecID_AV_CODEC_ID_GREMLIN_DPCM
AVCodecID_AV_CODEC_ID_GSM

< as in Berlin toast format

AVCodecID_AV_CODEC_ID_GSM_MS
AVCodecID_AV_CODEC_ID_H261
AVCodecID_AV_CODEC_ID_H263
AVCodecID_AV_CODEC_ID_H263I
AVCodecID_AV_CODEC_ID_H263P
AVCodecID_AV_CODEC_ID_H264
AVCodecID_AV_CODEC_ID_HAP
AVCodecID_AV_CODEC_ID_HCA
AVCodecID_AV_CODEC_ID_HCOM
AVCodecID_AV_CODEC_ID_HDMV_PGS_SUBTITLE
AVCodecID_AV_CODEC_ID_HDMV_TEXT_SUBTITLE
AVCodecID_AV_CODEC_ID_HEVC
AVCodecID_AV_CODEC_ID_HNM4_VIDEO
AVCodecID_AV_CODEC_ID_HQX
AVCodecID_AV_CODEC_ID_HQ_HQA
AVCodecID_AV_CODEC_ID_HUFFYUV
AVCodecID_AV_CODEC_ID_HYMT
AVCodecID_AV_CODEC_ID_IAC
AVCodecID_AV_CODEC_ID_IDCIN
AVCodecID_AV_CODEC_ID_IDF
AVCodecID_AV_CODEC_ID_IFF_ILBM
AVCodecID_AV_CODEC_ID_ILBC
AVCodecID_AV_CODEC_ID_IMC
AVCodecID_AV_CODEC_ID_IMM4
AVCodecID_AV_CODEC_ID_IMM5
AVCodecID_AV_CODEC_ID_INDEO2
AVCodecID_AV_CODEC_ID_INDEO3
AVCodecID_AV_CODEC_ID_INDEO4
AVCodecID_AV_CODEC_ID_INDEO5
AVCodecID_AV_CODEC_ID_INTERPLAY_ACM
AVCodecID_AV_CODEC_ID_INTERPLAY_DPCM
AVCodecID_AV_CODEC_ID_INTERPLAY_VIDEO
AVCodecID_AV_CODEC_ID_IPU
AVCodecID_AV_CODEC_ID_JACOSUB
AVCodecID_AV_CODEC_ID_JPEG2000
AVCodecID_AV_CODEC_ID_JPEGLS
AVCodecID_AV_CODEC_ID_JV
AVCodecID_AV_CODEC_ID_KGV1
AVCodecID_AV_CODEC_ID_KMVC
AVCodecID_AV_CODEC_ID_LAGARITH
AVCodecID_AV_CODEC_ID_LJPEG
AVCodecID_AV_CODEC_ID_LOCO
AVCodecID_AV_CODEC_ID_LSCR
AVCodecID_AV_CODEC_ID_M101
AVCodecID_AV_CODEC_ID_MACE3
AVCodecID_AV_CODEC_ID_MACE6
AVCodecID_AV_CODEC_ID_MAD
AVCodecID_AV_CODEC_ID_MAGICYUV
AVCodecID_AV_CODEC_ID_MDEC
AVCodecID_AV_CODEC_ID_METASOUND
AVCodecID_AV_CODEC_ID_MICRODVD
AVCodecID_AV_CODEC_ID_MIMIC
AVCodecID_AV_CODEC_ID_MJPEG
AVCodecID_AV_CODEC_ID_MJPEGB
AVCodecID_AV_CODEC_ID_MLP
AVCodecID_AV_CODEC_ID_MMVIDEO
AVCodecID_AV_CODEC_ID_MOBICLIP
AVCodecID_AV_CODEC_ID_MOTIONPIXELS
AVCodecID_AV_CODEC_ID_MOV_TEXT
AVCodecID_AV_CODEC_ID_MP1
AVCodecID_AV_CODEC_ID_MP2
AVCodecID_AV_CODEC_ID_MP3

< preferred ID for decoding MPEG audio layer 1, 2 or 3

AVCodecID_AV_CODEC_ID_MP3ADU
AVCodecID_AV_CODEC_ID_MP3ON4
AVCodecID_AV_CODEC_ID_MP4ALS
AVCodecID_AV_CODEC_ID_MPEG1VIDEO
AVCodecID_AV_CODEC_ID_MPEG2TS

< FAKE codec to indicate a raw MPEG-2 TS stream (only used by libavformat)

AVCodecID_AV_CODEC_ID_MPEG2VIDEO

< preferred ID for MPEG-1/2 video decoding

AVCodecID_AV_CODEC_ID_MPEG4
AVCodecID_AV_CODEC_ID_MPEG4SYSTEMS

< FAKE codec to indicate a MPEG-4 Systems stream (only used by libavformat)

AVCodecID_AV_CODEC_ID_MPEGH_3D_AUDIO
AVCodecID_AV_CODEC_ID_MPL2
AVCodecID_AV_CODEC_ID_MSA1
AVCodecID_AV_CODEC_ID_MSCC
AVCodecID_AV_CODEC_ID_MSMPEG4V1
AVCodecID_AV_CODEC_ID_MSMPEG4V2
AVCodecID_AV_CODEC_ID_MSMPEG4V3
AVCodecID_AV_CODEC_ID_MSP2
AVCodecID_AV_CODEC_ID_MSRLE
AVCodecID_AV_CODEC_ID_MSS1
AVCodecID_AV_CODEC_ID_MSS2
AVCodecID_AV_CODEC_ID_MSVIDEO1
AVCodecID_AV_CODEC_ID_MSZH
AVCodecID_AV_CODEC_ID_MTS2
AVCodecID_AV_CODEC_ID_MUSEPACK7
AVCodecID_AV_CODEC_ID_MUSEPACK8
AVCodecID_AV_CODEC_ID_MV30
AVCodecID_AV_CODEC_ID_MVC1
AVCodecID_AV_CODEC_ID_MVC2
AVCodecID_AV_CODEC_ID_MVDV
AVCodecID_AV_CODEC_ID_MVHA
AVCodecID_AV_CODEC_ID_MWSC
AVCodecID_AV_CODEC_ID_MXPEG
AVCodecID_AV_CODEC_ID_NELLYMOSER
AVCodecID_AV_CODEC_ID_NONE
AVCodecID_AV_CODEC_ID_NOTCHLC
AVCodecID_AV_CODEC_ID_NUV
AVCodecID_AV_CODEC_ID_ON2AVC
AVCodecID_AV_CODEC_ID_OPUS
AVCodecID_AV_CODEC_ID_OTF
AVCodecID_AV_CODEC_ID_PAF_AUDIO
AVCodecID_AV_CODEC_ID_PAF_VIDEO
AVCodecID_AV_CODEC_ID_PAM
AVCodecID_AV_CODEC_ID_PBM
AVCodecID_AV_CODEC_ID_PCM_ALAW
AVCodecID_AV_CODEC_ID_PCM_BLURAY
AVCodecID_AV_CODEC_ID_PCM_DVD
AVCodecID_AV_CODEC_ID_PCM_F16LE
AVCodecID_AV_CODEC_ID_PCM_F24LE
AVCodecID_AV_CODEC_ID_PCM_F32BE
AVCodecID_AV_CODEC_ID_PCM_F32LE
AVCodecID_AV_CODEC_ID_PCM_F64BE
AVCodecID_AV_CODEC_ID_PCM_F64LE
AVCodecID_AV_CODEC_ID_PCM_LXF
AVCodecID_AV_CODEC_ID_PCM_MULAW
AVCodecID_AV_CODEC_ID_PCM_S8
AVCodecID_AV_CODEC_ID_PCM_S8_PLANAR
AVCodecID_AV_CODEC_ID_PCM_S16BE
AVCodecID_AV_CODEC_ID_PCM_S16BE_PLANAR
AVCodecID_AV_CODEC_ID_PCM_S16LE
AVCodecID_AV_CODEC_ID_PCM_S16LE_PLANAR
AVCodecID_AV_CODEC_ID_PCM_S24BE
AVCodecID_AV_CODEC_ID_PCM_S24DAUD
AVCodecID_AV_CODEC_ID_PCM_S24LE
AVCodecID_AV_CODEC_ID_PCM_S24LE_PLANAR
AVCodecID_AV_CODEC_ID_PCM_S32BE
AVCodecID_AV_CODEC_ID_PCM_S32LE
AVCodecID_AV_CODEC_ID_PCM_S32LE_PLANAR
AVCodecID_AV_CODEC_ID_PCM_S64BE
AVCodecID_AV_CODEC_ID_PCM_S64LE
AVCodecID_AV_CODEC_ID_PCM_SGA
AVCodecID_AV_CODEC_ID_PCM_U8
AVCodecID_AV_CODEC_ID_PCM_U16BE
AVCodecID_AV_CODEC_ID_PCM_U16LE
AVCodecID_AV_CODEC_ID_PCM_U24BE
AVCodecID_AV_CODEC_ID_PCM_U24LE
AVCodecID_AV_CODEC_ID_PCM_U32BE
AVCodecID_AV_CODEC_ID_PCM_U32LE
AVCodecID_AV_CODEC_ID_PCM_VIDC
AVCodecID_AV_CODEC_ID_PCM_ZORK
AVCodecID_AV_CODEC_ID_PCX
AVCodecID_AV_CODEC_ID_PFM
AVCodecID_AV_CODEC_ID_PGM
AVCodecID_AV_CODEC_ID_PGMYUV
AVCodecID_AV_CODEC_ID_PGX
AVCodecID_AV_CODEC_ID_PHOTOCD
AVCodecID_AV_CODEC_ID_PICTOR
AVCodecID_AV_CODEC_ID_PIXLET
AVCodecID_AV_CODEC_ID_PJS
AVCodecID_AV_CODEC_ID_PNG
AVCodecID_AV_CODEC_ID_PPM
AVCodecID_AV_CODEC_ID_PROBE

< codec_id is not known (like AV_CODEC_ID_NONE) but lavf should attempt to identify it

AVCodecID_AV_CODEC_ID_PRORES
AVCodecID_AV_CODEC_ID_PROSUMER
AVCodecID_AV_CODEC_ID_PSD
AVCodecID_AV_CODEC_ID_PTX
AVCodecID_AV_CODEC_ID_QCELP
AVCodecID_AV_CODEC_ID_QDM2
AVCodecID_AV_CODEC_ID_QDMC
AVCodecID_AV_CODEC_ID_QDRAW
AVCodecID_AV_CODEC_ID_QPEG
AVCodecID_AV_CODEC_ID_QTRLE
AVCodecID_AV_CODEC_ID_R10K
AVCodecID_AV_CODEC_ID_R210
AVCodecID_AV_CODEC_ID_RALF
AVCodecID_AV_CODEC_ID_RASC
AVCodecID_AV_CODEC_ID_RAWVIDEO
AVCodecID_AV_CODEC_ID_RA_144
AVCodecID_AV_CODEC_ID_RA_288
AVCodecID_AV_CODEC_ID_REALTEXT
AVCodecID_AV_CODEC_ID_RL2
AVCodecID_AV_CODEC_ID_ROQ
AVCodecID_AV_CODEC_ID_ROQ_DPCM
AVCodecID_AV_CODEC_ID_RPZA
AVCodecID_AV_CODEC_ID_RSCC
AVCodecID_AV_CODEC_ID_RV10
AVCodecID_AV_CODEC_ID_RV20
AVCodecID_AV_CODEC_ID_RV30
AVCodecID_AV_CODEC_ID_RV40
AVCodecID_AV_CODEC_ID_S302M
AVCodecID_AV_CODEC_ID_SAMI
AVCodecID_AV_CODEC_ID_SANM
AVCodecID_AV_CODEC_ID_SBC
AVCodecID_AV_CODEC_ID_SCPR
AVCodecID_AV_CODEC_ID_SCREENPRESSO
AVCodecID_AV_CODEC_ID_SCTE_35

< Contain timestamp estimated through PCR of program stream.

AVCodecID_AV_CODEC_ID_SDX2_DPCM
AVCodecID_AV_CODEC_ID_SGA_VIDEO
AVCodecID_AV_CODEC_ID_SGI
AVCodecID_AV_CODEC_ID_SGIRLE
AVCodecID_AV_CODEC_ID_SHEERVIDEO
AVCodecID_AV_CODEC_ID_SHORTEN
AVCodecID_AV_CODEC_ID_SIMBIOSIS_IMX
AVCodecID_AV_CODEC_ID_SIPR
AVCodecID_AV_CODEC_ID_SIREN
AVCodecID_AV_CODEC_ID_SMACKAUDIO
AVCodecID_AV_CODEC_ID_SMACKVIDEO
AVCodecID_AV_CODEC_ID_SMC
AVCodecID_AV_CODEC_ID_SMPTE_KLV
AVCodecID_AV_CODEC_ID_SMV
AVCodecID_AV_CODEC_ID_SMVJPEG
AVCodecID_AV_CODEC_ID_SNOW
AVCodecID_AV_CODEC_ID_SOL_DPCM
AVCodecID_AV_CODEC_ID_SONIC
AVCodecID_AV_CODEC_ID_SONIC_LS
AVCodecID_AV_CODEC_ID_SP5X
AVCodecID_AV_CODEC_ID_SPEEDHQ
AVCodecID_AV_CODEC_ID_SPEEX
AVCodecID_AV_CODEC_ID_SRGC
AVCodecID_AV_CODEC_ID_SRT
AVCodecID_AV_CODEC_ID_SSA
AVCodecID_AV_CODEC_ID_STL
AVCodecID_AV_CODEC_ID_SUBRIP
AVCodecID_AV_CODEC_ID_SUBVIEWER
AVCodecID_AV_CODEC_ID_SUBVIEWER1
AVCodecID_AV_CODEC_ID_SUNRAST
AVCodecID_AV_CODEC_ID_SVG
AVCodecID_AV_CODEC_ID_SVQ1
AVCodecID_AV_CODEC_ID_SVQ3
AVCodecID_AV_CODEC_ID_TAK
AVCodecID_AV_CODEC_ID_TARGA
AVCodecID_AV_CODEC_ID_TARGA_Y216
AVCodecID_AV_CODEC_ID_TDSC
AVCodecID_AV_CODEC_ID_TEXT

< raw UTF-8 text

AVCodecID_AV_CODEC_ID_TGQ
AVCodecID_AV_CODEC_ID_TGV
AVCodecID_AV_CODEC_ID_THEORA
AVCodecID_AV_CODEC_ID_THP
AVCodecID_AV_CODEC_ID_TIERTEXSEQVIDEO
AVCodecID_AV_CODEC_ID_TIFF
AVCodecID_AV_CODEC_ID_TIMED_ID3
AVCodecID_AV_CODEC_ID_TMV
AVCodecID_AV_CODEC_ID_TQI
AVCodecID_AV_CODEC_ID_TRUEHD
AVCodecID_AV_CODEC_ID_TRUEMOTION1
AVCodecID_AV_CODEC_ID_TRUEMOTION2
AVCodecID_AV_CODEC_ID_TRUEMOTION2RT
AVCodecID_AV_CODEC_ID_TRUESPEECH
AVCodecID_AV_CODEC_ID_TSCC
AVCodecID_AV_CODEC_ID_TSCC2
AVCodecID_AV_CODEC_ID_TTA
AVCodecID_AV_CODEC_ID_TTF
AVCodecID_AV_CODEC_ID_TTML
AVCodecID_AV_CODEC_ID_TWINVQ
AVCodecID_AV_CODEC_ID_TXD
AVCodecID_AV_CODEC_ID_ULTI
AVCodecID_AV_CODEC_ID_UTVIDEO
AVCodecID_AV_CODEC_ID_V210
AVCodecID_AV_CODEC_ID_V210X
AVCodecID_AV_CODEC_ID_V308
AVCodecID_AV_CODEC_ID_V408
AVCodecID_AV_CODEC_ID_V410
AVCodecID_AV_CODEC_ID_VB
AVCodecID_AV_CODEC_ID_VBLE
AVCodecID_AV_CODEC_ID_VC1
AVCodecID_AV_CODEC_ID_VC1IMAGE
AVCodecID_AV_CODEC_ID_VCR1
AVCodecID_AV_CODEC_ID_VIXL
AVCodecID_AV_CODEC_ID_VMDAUDIO
AVCodecID_AV_CODEC_ID_VMDVIDEO
AVCodecID_AV_CODEC_ID_VMNC
AVCodecID_AV_CODEC_ID_VORBIS
AVCodecID_AV_CODEC_ID_VP3
AVCodecID_AV_CODEC_ID_VP4
AVCodecID_AV_CODEC_ID_VP5
AVCodecID_AV_CODEC_ID_VP6
AVCodecID_AV_CODEC_ID_VP6A
AVCodecID_AV_CODEC_ID_VP6F
AVCodecID_AV_CODEC_ID_VP7
AVCodecID_AV_CODEC_ID_VP8
AVCodecID_AV_CODEC_ID_VP9
AVCodecID_AV_CODEC_ID_VPLAYER
AVCodecID_AV_CODEC_ID_VVC
AVCodecID_AV_CODEC_ID_WAVPACK
AVCodecID_AV_CODEC_ID_WCMV
AVCodecID_AV_CODEC_ID_WEBP
AVCodecID_AV_CODEC_ID_WEBVTT
AVCodecID_AV_CODEC_ID_WESTWOOD_SND1
AVCodecID_AV_CODEC_ID_WMALOSSLESS
AVCodecID_AV_CODEC_ID_WMAPRO
AVCodecID_AV_CODEC_ID_WMAV1
AVCodecID_AV_CODEC_ID_WMAV2
AVCodecID_AV_CODEC_ID_WMAVOICE
AVCodecID_AV_CODEC_ID_WMV1
AVCodecID_AV_CODEC_ID_WMV2
AVCodecID_AV_CODEC_ID_WMV3
AVCodecID_AV_CODEC_ID_WMV3IMAGE
AVCodecID_AV_CODEC_ID_WNV1
AVCodecID_AV_CODEC_ID_WRAPPED_AVFRAME

< Passthrough codec, AVFrames wrapped in AVPacket

AVCodecID_AV_CODEC_ID_WS_VQA
AVCodecID_AV_CODEC_ID_XAN_DPCM
AVCodecID_AV_CODEC_ID_XAN_WC3
AVCodecID_AV_CODEC_ID_XAN_WC4
AVCodecID_AV_CODEC_ID_XBIN
AVCodecID_AV_CODEC_ID_XBM
AVCodecID_AV_CODEC_ID_XFACE
AVCodecID_AV_CODEC_ID_XMA1
AVCodecID_AV_CODEC_ID_XMA2
AVCodecID_AV_CODEC_ID_XPM
AVCodecID_AV_CODEC_ID_XSUB
AVCodecID_AV_CODEC_ID_XWD
AVCodecID_AV_CODEC_ID_Y41P
AVCodecID_AV_CODEC_ID_YLC
AVCodecID_AV_CODEC_ID_YOP
AVCodecID_AV_CODEC_ID_YUV4
AVCodecID_AV_CODEC_ID_ZEROCODEC
AVCodecID_AV_CODEC_ID_ZLIB
AVCodecID_AV_CODEC_ID_ZMBV
AVColorPrimaries_AVCOL_PRI_BT470BG

< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 PAL & SECAM

AVColorPrimaries_AVCOL_PRI_BT470M

< also FCC Title 47 Code of Federal Regulations 73.682 (a)(20)

AVColorPrimaries_AVCOL_PRI_BT709

< also ITU-R BT1361 / IEC 61966-2-4 / SMPTE RP177 Annex B

AVColorPrimaries_AVCOL_PRI_BT2020

< ITU-R BT2020

AVColorPrimaries_AVCOL_PRI_EBU3213

< EBU Tech. 3213-E / JEDEC P22 phosphors

AVColorPrimaries_AVCOL_PRI_FILM

< colour filters using Illuminant C

AVColorPrimaries_AVCOL_PRI_JEDEC_P22
AVColorPrimaries_AVCOL_PRI_NB

< Not part of ABI

AVColorPrimaries_AVCOL_PRI_RESERVED
AVColorPrimaries_AVCOL_PRI_RESERVED0
AVColorPrimaries_AVCOL_PRI_SMPTE170M

< also ITU-R BT601-6 525 / ITU-R BT1358 525 / ITU-R BT1700 NTSC

AVColorPrimaries_AVCOL_PRI_SMPTE240M

< functionally identical to above

AVColorPrimaries_AVCOL_PRI_SMPTE428

< SMPTE ST 428-1 (CIE 1931 XYZ)

AVColorPrimaries_AVCOL_PRI_SMPTE431

< SMPTE ST 431-2 (2011) / DCI P3

AVColorPrimaries_AVCOL_PRI_SMPTE432

< SMPTE ST 432-1 (2010) / P3 D65 / Display P3

AVColorPrimaries_AVCOL_PRI_SMPTEST428_1
AVColorPrimaries_AVCOL_PRI_UNSPECIFIED
AVColorRange_AVCOL_RANGE_JPEG

Full range content.

AVColorRange_AVCOL_RANGE_MPEG

Narrow or limited range content.

AVColorRange_AVCOL_RANGE_NB

< Not part of ABI

AVColorRange_AVCOL_RANGE_UNSPECIFIED
AVColorSpace_AVCOL_SPC_BT470BG

< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 PAL & SECAM / IEC 61966-2-4 xvYCC601

AVColorSpace_AVCOL_SPC_BT709

< also ITU-R BT1361 / IEC 61966-2-4 xvYCC709 / SMPTE RP177 Annex B

AVColorSpace_AVCOL_SPC_BT2020_CL

< ITU-R BT2020 constant luminance system

AVColorSpace_AVCOL_SPC_BT2020_NCL

< ITU-R BT2020 non-constant luminance system

AVColorSpace_AVCOL_SPC_CHROMA_DERIVED_CL

< Chromaticity-derived constant luminance system

AVColorSpace_AVCOL_SPC_CHROMA_DERIVED_NCL

< Chromaticity-derived non-constant luminance system

AVColorSpace_AVCOL_SPC_FCC

< FCC Title 47 Code of Federal Regulations 73.682 (a)(20)

AVColorSpace_AVCOL_SPC_ICTCP

< ITU-R BT.2100-0, ICtCp

AVColorSpace_AVCOL_SPC_NB

< Not part of ABI

AVColorSpace_AVCOL_SPC_RESERVED
AVColorSpace_AVCOL_SPC_RGB

< order of coefficients is actually GBR, also IEC 61966-2-1 (sRGB)

AVColorSpace_AVCOL_SPC_SMPTE170M

< also ITU-R BT601-6 525 / ITU-R BT1358 525 / ITU-R BT1700 NTSC

AVColorSpace_AVCOL_SPC_SMPTE240M

< functionally identical to above

AVColorSpace_AVCOL_SPC_SMPTE2085

< SMPTE 2085, Y’D’zD’x

AVColorSpace_AVCOL_SPC_UNSPECIFIED
AVColorSpace_AVCOL_SPC_YCGCO

< Used by Dirac / VC-2 and H.264 FRext, see ITU-T SG16

AVColorSpace_AVCOL_SPC_YCOCG
AVColorTransferCharacteristic_AVCOL_TRC_ARIB_STD_B67

< ARIB STD-B67, known as “Hybrid log-gamma”

AVColorTransferCharacteristic_AVCOL_TRC_BT709

< also ITU-R BT1361

AVColorTransferCharacteristic_AVCOL_TRC_BT1361_ECG

< ITU-R BT1361 Extended Colour Gamut

AVColorTransferCharacteristic_AVCOL_TRC_BT2020_10

< ITU-R BT2020 for 10-bit system

AVColorTransferCharacteristic_AVCOL_TRC_BT2020_12

< ITU-R BT2020 for 12-bit system

AVColorTransferCharacteristic_AVCOL_TRC_GAMMA22

< also ITU-R BT470M / ITU-R BT1700 625 PAL & SECAM

AVColorTransferCharacteristic_AVCOL_TRC_GAMMA28

< also ITU-R BT470BG

AVColorTransferCharacteristic_AVCOL_TRC_IEC61966_2_1

< IEC 61966-2-1 (sRGB or sYCC)

AVColorTransferCharacteristic_AVCOL_TRC_IEC61966_2_4

< IEC 61966-2-4

AVColorTransferCharacteristic_AVCOL_TRC_LINEAR

< “Linear transfer characteristics”

AVColorTransferCharacteristic_AVCOL_TRC_LOG

< “Logarithmic transfer characteristic (100:1 range)”

AVColorTransferCharacteristic_AVCOL_TRC_LOG_SQRT

< “Logarithmic transfer characteristic (100 * Sqrt(10) : 1 range)”

AVColorTransferCharacteristic_AVCOL_TRC_NB

< Not part of ABI

AVColorTransferCharacteristic_AVCOL_TRC_RESERVED
AVColorTransferCharacteristic_AVCOL_TRC_RESERVED0
AVColorTransferCharacteristic_AVCOL_TRC_SMPTE170M

< also ITU-R BT601-6 525 or 625 / ITU-R BT1358 525 or 625 / ITU-R BT1700 NTSC

AVColorTransferCharacteristic_AVCOL_TRC_SMPTE240M
AVColorTransferCharacteristic_AVCOL_TRC_SMPTE428

< SMPTE ST 428-1

AVColorTransferCharacteristic_AVCOL_TRC_SMPTE2084

< SMPTE ST 2084 for 10-, 12-, 14- and 16-bit systems

AVColorTransferCharacteristic_AVCOL_TRC_SMPTEST428_1
AVColorTransferCharacteristic_AVCOL_TRC_SMPTEST2084
AVColorTransferCharacteristic_AVCOL_TRC_UNSPECIFIED
AVDevToAppMessageType_AV_DEV_TO_APP_BUFFER_OVERFLOW

Buffer fullness status messages.

AVDevToAppMessageType_AV_DEV_TO_APP_BUFFER_READABLE

Buffer readable/writable.

AVDevToAppMessageType_AV_DEV_TO_APP_BUFFER_UNDERFLOW

Buffer fullness status messages.

AVDevToAppMessageType_AV_DEV_TO_APP_BUFFER_WRITABLE

Buffer readable/writable.

AVDevToAppMessageType_AV_DEV_TO_APP_CREATE_WINDOW_BUFFER

Create window buffer message.

AVDevToAppMessageType_AV_DEV_TO_APP_DESTROY_WINDOW_BUFFER

Destroy window buffer message.

AVDevToAppMessageType_AV_DEV_TO_APP_DISPLAY_WINDOW_BUFFER

Display window buffer message.

AVDevToAppMessageType_AV_DEV_TO_APP_MUTE_STATE_CHANGED

Mute state change message.

AVDevToAppMessageType_AV_DEV_TO_APP_NONE

Dummy message.

AVDevToAppMessageType_AV_DEV_TO_APP_PREPARE_WINDOW_BUFFER

Prepare window buffer message.

AVDevToAppMessageType_AV_DEV_TO_APP_VOLUME_LEVEL_CHANGED

Volume level change message.

AVDiscard_AVDISCARD_ALL

< discard all

AVDiscard_AVDISCARD_BIDIR

< discard all bidirectional frames

AVDiscard_AVDISCARD_DEFAULT

< discard useless packets like 0 size packets in avi

AVDiscard_AVDISCARD_NONE

< discard nothing

AVDiscard_AVDISCARD_NONINTRA

< discard all non intra frames

AVDiscard_AVDISCARD_NONKEY

< discard all frames except keyframes

AVDiscard_AVDISCARD_NONREF

< discard all non reference

AVDownmixType_AV_DOWNMIX_TYPE_DPLII

< Lt/Rt 2-channel downmix, Dolby Pro Logic II compatible.

AVDownmixType_AV_DOWNMIX_TYPE_LORO

< Lo/Ro 2-channel downmix (Stereo).

AVDownmixType_AV_DOWNMIX_TYPE_LTRT

< Lt/Rt 2-channel downmix, Dolby Surround compatible.

AVDownmixType_AV_DOWNMIX_TYPE_NB

< Number of downmix types. Not part of ABI.

AVDownmixType_AV_DOWNMIX_TYPE_UNKNOWN

< Not indicated.

AVDurationEstimationMethod_AVFMT_DURATION_FROM_BITRATE

< Duration estimated from bitrate (less accurate)

AVDurationEstimationMethod_AVFMT_DURATION_FROM_PTS

< Duration accurately estimated from PTSes

AVDurationEstimationMethod_AVFMT_DURATION_FROM_STREAM

< Duration estimated from a stream with a known duration

AVERROR_BSF_NOT_FOUND
AVERROR_BUFFER_TOO_SMALL
AVERROR_BUG
AVERROR_BUG2
AVERROR_DECODER_NOT_FOUND
AVERROR_DEMUXER_NOT_FOUND
AVERROR_ENCODER_NOT_FOUND
AVERROR_EOF
AVERROR_EXIT
AVERROR_EXPERIMENTAL
AVERROR_EXTERNAL
AVERROR_FILTER_NOT_FOUND
AVERROR_HTTP_BAD_REQUEST
AVERROR_HTTP_FORBIDDEN
AVERROR_HTTP_NOT_FOUND
AVERROR_HTTP_OTHER_4XX
AVERROR_HTTP_SERVER_ERROR
AVERROR_HTTP_UNAUTHORIZED
AVERROR_INPUT_CHANGED
AVERROR_INVALIDDATA
AVERROR_MUXER_NOT_FOUND
AVERROR_OPTION_NOT_FOUND
AVERROR_OUTPUT_CHANGED
AVERROR_PATCHWELCOME
AVERROR_PROTOCOL_NOT_FOUND
AVERROR_STREAM_NOT_FOUND
AVERROR_UNKNOWN
AVEscapeMode_AV_ESCAPE_MODE_AUTO

< Use auto-selected escaping mode.

AVEscapeMode_AV_ESCAPE_MODE_BACKSLASH

< Use backslash escaping.

AVEscapeMode_AV_ESCAPE_MODE_QUOTE

< Use single-quote escaping.

AVEscapeMode_AV_ESCAPE_MODE_XML

< Use XML non-markup character data escaping.

AVFILTER_AUTO_CONVERT_ALL

< all automatic conversions enabled

AVFILTER_AUTO_CONVERT_NONE

< all automatic conversions disabled

AVFILTER_CMD_FLAG_FAST
AVFILTER_CMD_FLAG_ONE
AVFILTER_FLAG_DYNAMIC_INPUTS
AVFILTER_FLAG_DYNAMIC_OUTPUTS
AVFILTER_FLAG_SLICE_THREADS
AVFILTER_FLAG_SUPPORT_TIMELINE
AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
AVFILTER_THREAD_SLICE
AVFMTCTX_NOHEADER
AVFMTCTX_UNSEEKABLE
AVFMT_ALLOW_FLUSH
AVFMT_AVOID_NEG_TS_AUTO
AVFMT_AVOID_NEG_TS_MAKE_NON_NEGATIVE
AVFMT_AVOID_NEG_TS_MAKE_ZERO
AVFMT_EVENT_FLAG_METADATA_UPDATED
AVFMT_FLAG_AUTO_BSF
AVFMT_FLAG_BITEXACT
AVFMT_FLAG_CUSTOM_IO
AVFMT_FLAG_DISCARD_CORRUPT
AVFMT_FLAG_FAST_SEEK
AVFMT_FLAG_FLUSH_PACKETS
AVFMT_FLAG_GENPTS
AVFMT_FLAG_IGNDTS
AVFMT_FLAG_IGNIDX
AVFMT_FLAG_KEEP_SIDE_DATA
AVFMT_FLAG_MP4A_LATM
AVFMT_FLAG_NOBUFFER
AVFMT_FLAG_NOFILLIN
AVFMT_FLAG_NONBLOCK
AVFMT_FLAG_NOPARSE
AVFMT_FLAG_PRIV_OPT
AVFMT_FLAG_SHORTEST
AVFMT_FLAG_SORT_DTS
AVFMT_GENERIC_INDEX
AVFMT_GLOBALHEADER
AVFMT_NEEDNUMBER
AVFMT_NOBINSEARCH
AVFMT_NODIMENSIONS
AVFMT_NOFILE
AVFMT_NOGENSEARCH
AVFMT_NOSTREAMS
AVFMT_NOTIMESTAMPS
AVFMT_NO_BYTE_SEEK
AVFMT_SEEK_TO_PTS
AVFMT_SHOW_IDS
AVFMT_TS_DISCONT
AVFMT_TS_NEGATIVE
AVFMT_TS_NONSTRICT
AVFMT_VARIABLE_FPS
AVFieldOrder_AV_FIELD_BB
AVFieldOrder_AV_FIELD_BT
AVFieldOrder_AV_FIELD_PROGRESSIVE
AVFieldOrder_AV_FIELD_TB
AVFieldOrder_AV_FIELD_TT
AVFieldOrder_AV_FIELD_UNKNOWN
AVFilterLink_AVLINK_INIT

< complete

AVFilterLink_AVLINK_STARTINIT

< started, but incomplete

AVFilterLink_AVLINK_UNINIT

< not started

AVFrameSideDataType_AV_FRAME_DATA_A53_CC

ATSC A53 Part 4 Closed Captions. A53 CC bitstream is stored as uint8_t in AVFrameSideData.data. The number of bytes of CC data is AVFrameSideData.size.

AVFrameSideDataType_AV_FRAME_DATA_AFD

Active Format Description data consisting of a single byte as specified in ETSI TS 101 154 using AVActiveFormatDescription enum.

AVFrameSideDataType_AV_FRAME_DATA_AUDIO_SERVICE_TYPE

This side data must be associated with an audio frame and corresponds to enum AVAudioServiceType defined in avcodec.h.

AVFrameSideDataType_AV_FRAME_DATA_CONTENT_LIGHT_LEVEL

Content light level (based on CTA-861.3). This payload contains data in the form of the AVContentLightMetadata struct.

AVFrameSideDataType_AV_FRAME_DATA_DISPLAYMATRIX

This side data contains a 3x3 transformation matrix describing an affine transformation that needs to be applied to the frame for correct presentation.

AVFrameSideDataType_AV_FRAME_DATA_DOWNMIX_INFO

Metadata relevant to a downmix procedure. The data is the AVDownmixInfo struct defined in libavutil/downmix_info.h.

AVFrameSideDataType_AV_FRAME_DATA_DYNAMIC_HDR_PLUS

HDR dynamic metadata associated with a video frame. The payload is an AVDynamicHDRPlus type and contains information for color volume transform - application 4 of SMPTE 2094-40:2016 standard.

AVFrameSideDataType_AV_FRAME_DATA_FILM_GRAIN_PARAMS

Film grain parameters for a frame, described by AVFilmGrainParams. Must be present for every frame which should have film grain applied.

AVFrameSideDataType_AV_FRAME_DATA_GOP_TIMECODE

The GOP timecode in 25 bit timecode format. Data format is 64-bit integer. This is set on the first frame of a GOP that has a temporal reference of 0.

AVFrameSideDataType_AV_FRAME_DATA_ICC_PROFILE

The data contains an ICC profile as an opaque octet buffer following the format described by ISO 15076-1 with an optional name defined in the metadata key entry “name”.

AVFrameSideDataType_AV_FRAME_DATA_MASTERING_DISPLAY_METADATA

Mastering display metadata associated with a video frame. The payload is an AVMasteringDisplayMetadata type and contains information about the mastering display color volume.

AVFrameSideDataType_AV_FRAME_DATA_MATRIXENCODING

The data is the AVMatrixEncoding enum defined in libavutil/channel_layout.h.

AVFrameSideDataType_AV_FRAME_DATA_MOTION_VECTORS

Motion vectors exported by some codecs (on demand through the export_mvs flag set in the libavcodec AVCodecContext flags2 option). The data is the AVMotionVector struct defined in libavutil/motion_vector.h.

AVFrameSideDataType_AV_FRAME_DATA_PANSCAN

The data is the AVPanScan struct defined in libavcodec.

AVFrameSideDataType_AV_FRAME_DATA_QP_TABLE_DATA

Raw QP table data. Its format is described by AV_FRAME_DATA_QP_TABLE_PROPERTIES. Use av_frame_set_qp_table() and av_frame_get_qp_table() to access this instead.

AVFrameSideDataType_AV_FRAME_DATA_QP_TABLE_PROPERTIES

Implementation-specific description of the format of AV_FRAME_QP_TABLE_DATA. The contents of this side data are undocumented and internal; use av_frame_set_qp_table() and av_frame_get_qp_table() to access this in a meaningful way instead.

AVFrameSideDataType_AV_FRAME_DATA_REGIONS_OF_INTEREST

Regions Of Interest, the data is an array of AVRegionOfInterest type, the number of array element is implied by AVFrameSideData.size / AVRegionOfInterest.self_size.

AVFrameSideDataType_AV_FRAME_DATA_REPLAYGAIN

ReplayGain information in the form of the AVReplayGain struct.

AVFrameSideDataType_AV_FRAME_DATA_S12M_TIMECODE

Timecode which conforms to SMPTE ST 12-1. The data is an array of 4 uint32_t where the first uint32_t describes how many (1-3) of the other timecodes are used. The timecode format is described in the documentation of av_timecode_get_smpte_from_framenum() function in libavutil/timecode.h.

AVFrameSideDataType_AV_FRAME_DATA_SEI_UNREGISTERED

User data unregistered metadata associated with a video frame. This is the H.26[45] UDU SEI message, and shouldn’t be used for any other purpose The data is stored as uint8_t in AVFrameSideData.data which is 16 bytes of uuid_iso_iec_11578 followed by AVFrameSideData.size - 16 bytes of user_data_payload_byte.

AVFrameSideDataType_AV_FRAME_DATA_SKIP_SAMPLES

Recommmends skipping the specified number of samples. This is exported only if the “skip_manual” AVOption is set in libavcodec. This has the same format as AV_PKT_DATA_SKIP_SAMPLES. @code u32le number of samples to skip from start of this packet u32le number of samples to skip from end of this packet u8 reason for start skip u8 reason for end skip (0=padding silence, 1=convergence) @endcode

AVFrameSideDataType_AV_FRAME_DATA_SPHERICAL

The data represents the AVSphericalMapping structure defined in libavutil/spherical.h.

AVFrameSideDataType_AV_FRAME_DATA_STEREO3D

Stereoscopic 3d metadata. The data is the AVStereo3D struct defined in libavutil/stereo3d.h.

AVFrameSideDataType_AV_FRAME_DATA_VIDEO_ENC_PARAMS

Encoding parameters for a video frame, as described by AVVideoEncParams.

AVHMACType_AV_HMAC_MD5
AVHMACType_AV_HMAC_SHA1
AVHMACType_AV_HMAC_SHA224
AVHMACType_AV_HMAC_SHA256
AVHMACType_AV_HMAC_SHA384
AVHMACType_AV_HMAC_SHA512
AVHWDeviceType_AV_HWDEVICE_TYPE_CUDA
AVHWDeviceType_AV_HWDEVICE_TYPE_D3D11VA
AVHWDeviceType_AV_HWDEVICE_TYPE_DRM
AVHWDeviceType_AV_HWDEVICE_TYPE_DXVA2
AVHWDeviceType_AV_HWDEVICE_TYPE_MEDIACODEC
AVHWDeviceType_AV_HWDEVICE_TYPE_NONE
AVHWDeviceType_AV_HWDEVICE_TYPE_OPENCL
AVHWDeviceType_AV_HWDEVICE_TYPE_QSV
AVHWDeviceType_AV_HWDEVICE_TYPE_VAAPI
AVHWDeviceType_AV_HWDEVICE_TYPE_VDPAU
AVHWDeviceType_AV_HWDEVICE_TYPE_VIDEOTOOLBOX
AVHWDeviceType_AV_HWDEVICE_TYPE_VULKAN
AVHWFrameTransferDirection_AV_HWFRAME_TRANSFER_DIRECTION_FROM

Transfer the data from the queried hw frame.

AVHWFrameTransferDirection_AV_HWFRAME_TRANSFER_DIRECTION_TO

Transfer the data to the queried hw frame.

AVINDEX_DISCARD_FRAME
AVINDEX_KEYFRAME
AVIODataMarkerType_AVIO_DATA_MARKER_BOUNDARY_POINT

A point in the output bytestream where a demuxer can start parsing (for non self synchronizing bytestream formats). That is, any non-keyframe packet start point.

AVIODataMarkerType_AVIO_DATA_MARKER_FLUSH_POINT

A point in the output bytestream where the underlying AVIOContext might flush the buffer depending on latency or buffering requirements. Typically means the end of a packet.

AVIODataMarkerType_AVIO_DATA_MARKER_HEADER

Header data; this needs to be present for the stream to be decodeable.

AVIODataMarkerType_AVIO_DATA_MARKER_SYNC_POINT

A point in the output bytestream where a decoder can start decoding (i.e. a keyframe). A demuxer/decoder given the data flagged with AVIO_DATA_MARKER_HEADER, followed by any AVIO_DATA_MARKER_SYNC_POINT, should give decodeable results.

AVIODataMarkerType_AVIO_DATA_MARKER_TRAILER

Trailer data, which doesn’t contain actual content, but only for finalizing the output file.

AVIODataMarkerType_AVIO_DATA_MARKER_UNKNOWN

This is any, unlabelled data. It can either be a muxer not marking any positions at all, it can be an actual boundary/sync point that the muxer chooses not to mark, or a later part of a packet/fragment that is cut into multiple write callbacks due to limited IO buffer size.

AVIODirEntryType_AVIO_ENTRY_BLOCK_DEVICE
AVIODirEntryType_AVIO_ENTRY_CHARACTER_DEVICE
AVIODirEntryType_AVIO_ENTRY_DIRECTORY
AVIODirEntryType_AVIO_ENTRY_FILE
AVIODirEntryType_AVIO_ENTRY_NAMED_PIPE
AVIODirEntryType_AVIO_ENTRY_SERVER
AVIODirEntryType_AVIO_ENTRY_SHARE
AVIODirEntryType_AVIO_ENTRY_SOCKET
AVIODirEntryType_AVIO_ENTRY_SYMBOLIC_LINK
AVIODirEntryType_AVIO_ENTRY_UNKNOWN
AVIODirEntryType_AVIO_ENTRY_WORKGROUP
AVIO_FLAG_DIRECT
AVIO_FLAG_NONBLOCK
AVIO_FLAG_READ
AVIO_FLAG_READ_WRITE
AVIO_FLAG_WRITE
AVIO_SEEKABLE_NORMAL
AVIO_SEEKABLE_TIME
AVLockOp_AV_LOCK_CREATE

< Create a mutex

AVLockOp_AV_LOCK_DESTROY

< Free mutex resources

AVLockOp_AV_LOCK_OBTAIN

< Lock the mutex

AVLockOp_AV_LOCK_RELEASE

< Unlock the mutex

AVMatrixEncoding_AV_MATRIX_ENCODING_DOLBY
AVMatrixEncoding_AV_MATRIX_ENCODING_DOLBYEX
AVMatrixEncoding_AV_MATRIX_ENCODING_DOLBYHEADPHONE
AVMatrixEncoding_AV_MATRIX_ENCODING_DPLII
AVMatrixEncoding_AV_MATRIX_ENCODING_DPLIIX
AVMatrixEncoding_AV_MATRIX_ENCODING_DPLIIZ
AVMatrixEncoding_AV_MATRIX_ENCODING_NB
AVMatrixEncoding_AV_MATRIX_ENCODING_NONE
AVMediaType_AVMEDIA_TYPE_ATTACHMENT

< Opaque data information usually sparse

AVMediaType_AVMEDIA_TYPE_AUDIO
AVMediaType_AVMEDIA_TYPE_DATA

< Opaque data information usually continuous

AVMediaType_AVMEDIA_TYPE_NB
AVMediaType_AVMEDIA_TYPE_SUBTITLE
AVMediaType_AVMEDIA_TYPE_UNKNOWN

< Usually treated as AVMEDIA_TYPE_DATA

AVMediaType_AVMEDIA_TYPE_VIDEO
AVOptionType_AV_OPT_TYPE_BINARY

< offset must point to a pointer immediately followed by an int for the length

AVOptionType_AV_OPT_TYPE_BOOL
AVOptionType_AV_OPT_TYPE_CHANNEL_LAYOUT
AVOptionType_AV_OPT_TYPE_COLOR
AVOptionType_AV_OPT_TYPE_CONST
AVOptionType_AV_OPT_TYPE_DICT
AVOptionType_AV_OPT_TYPE_DOUBLE
AVOptionType_AV_OPT_TYPE_DURATION
AVOptionType_AV_OPT_TYPE_FLAGS
AVOptionType_AV_OPT_TYPE_FLOAT
AVOptionType_AV_OPT_TYPE_IMAGE_SIZE

< offset must point to two consecutive integers

AVOptionType_AV_OPT_TYPE_INT
AVOptionType_AV_OPT_TYPE_INT64
AVOptionType_AV_OPT_TYPE_PIXEL_FMT
AVOptionType_AV_OPT_TYPE_RATIONAL
AVOptionType_AV_OPT_TYPE_SAMPLE_FMT
AVOptionType_AV_OPT_TYPE_STRING
AVOptionType_AV_OPT_TYPE_UINT64
AVOptionType_AV_OPT_TYPE_VIDEO_RATE

< offset must point to AVRational

AVPALETTE_COUNT
AVPALETTE_SIZE
AVPROBE_PADDING_SIZE
AVPROBE_SCORE_EXTENSION
AVPROBE_SCORE_MAX
AVPROBE_SCORE_MIME
AVPacketSideDataType_AV_PKT_DATA_A53_CC

ATSC A53 Part 4 Closed Captions. This metadata should be associated with a video stream. A53 CC bitstream is stored as uint8_t in AVPacketSideData.data. The number of bytes of CC data is AVPacketSideData.size.

AVPacketSideDataType_AV_PKT_DATA_AFD

Active Format Description data consisting of a single byte as specified in ETSI TS 101 154 using AVActiveFormatDescription enum.

AVPacketSideDataType_AV_PKT_DATA_AUDIO_SERVICE_TYPE

This side data should be associated with an audio stream and corresponds to enum AVAudioServiceType.

AVPacketSideDataType_AV_PKT_DATA_CONTENT_LIGHT_LEVEL

Content light level (based on CTA-861.3). This metadata should be associated with a video stream and contains data in the form of the AVContentLightMetadata struct.

AVPacketSideDataType_AV_PKT_DATA_CPB_PROPERTIES

This side data corresponds to the AVCPBProperties struct.

AVPacketSideDataType_AV_PKT_DATA_DISPLAYMATRIX

This side data contains a 3x3 transformation matrix describing an affine transformation that needs to be applied to the decoded video frames for correct presentation.

AVPacketSideDataType_AV_PKT_DATA_DOVI_CONF

DOVI configuration ref: dolby-vision-bitstreams-within-the-iso-base-media-file-format-v2.1.2, section 2.2 dolby-vision-bitstreams-in-mpeg-2-transport-stream-multiplex-v1.2, section 3.3 Tags are stored in struct AVDOVIDecoderConfigurationRecord.

AVPacketSideDataType_AV_PKT_DATA_ENCRYPTION_INFO

This side data contains encryption info for how to decrypt the packet. The format is not part of ABI, use av_encryption_info_* methods to access.

AVPacketSideDataType_AV_PKT_DATA_ENCRYPTION_INIT_INFO

This side data is encryption initialization data. The format is not part of ABI, use av_encryption_init_info_* methods to access.

AVPacketSideDataType_AV_PKT_DATA_FALLBACK_TRACK

This side data contains an integer value representing the stream index of a “fallback” track. A fallback track indicates an alternate track to use when the current track can not be decoded for some reason. e.g. no decoder available for codec.

AVPacketSideDataType_AV_PKT_DATA_H263_MB_INFO

An AV_PKT_DATA_H263_MB_INFO side data packet contains a number of structures with info about macroblocks relevant to splitting the packet into smaller packets on macroblock edges (e.g. as for RFC 2190). That is, it does not necessarily contain info about all macroblocks, as long as the distance between macroblocks in the info is smaller than the target payload size. Each MB info structure is 12 bytes, and is laid out as follows: @code u32le bit offset from the start of the packet u8 current quantizer at the start of the macroblock u8 GOB number u16le macroblock address within the GOB u8 horizontal MV predictor u8 vertical MV predictor u8 horizontal MV predictor for block number 3 u8 vertical MV predictor for block number 3 @endcode

AVPacketSideDataType_AV_PKT_DATA_ICC_PROFILE

ICC profile data consisting of an opaque octet buffer following the format described by ISO 15076-1.

AVPacketSideDataType_AV_PKT_DATA_JP_DUALMONO

An AV_PKT_DATA_JP_DUALMONO side data packet indicates that the packet may contain “dual mono” audio specific to Japanese DTV and if it is true, recommends only the selected channel to be used. @code u8 selected channels (0=mail/left, 1=sub/right, 2=both) @endcode

AVPacketSideDataType_AV_PKT_DATA_MASTERING_DISPLAY_METADATA

Mastering display metadata (based on SMPTE-2086:2014). This metadata should be associated with a video stream and contains data in the form of the AVMasteringDisplayMetadata struct.

AVPacketSideDataType_AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL

Data found in BlockAdditional element of matroska container. There is no end marker for the data, so it is required to rely on the side data size to recognize the end. 8 byte id (as found in BlockAddId) followed by data.

AVPacketSideDataType_AV_PKT_DATA_METADATA_UPDATE

A list of zero terminated key/value strings. There is no end marker for the list, so it is required to rely on the side data size to stop. This side data includes updated metadata which appeared in the stream.

AVPacketSideDataType_AV_PKT_DATA_MPEGTS_STREAM_ID

MPEGTS stream ID as uint8_t, this is required to pass the stream ID information from the demuxer to the corresponding muxer.

AVPacketSideDataType_AV_PKT_DATA_NB

The number of side data types. This is not part of the public API/ABI in the sense that it may change when new side data types are added. This must stay the last enum value. If its value becomes huge, some code using it needs to be updated as it assumes it to be smaller than other limits.

AVPacketSideDataType_AV_PKT_DATA_NEW_EXTRADATA

The AV_PKT_DATA_NEW_EXTRADATA is used to notify the codec or the format that the extradata buffer was changed and the receiving side should act upon it appropriately. The new extradata is embedded in the side data buffer and should be immediately used for processing the current frame or packet.

AVPacketSideDataType_AV_PKT_DATA_PALETTE

An AV_PKT_DATA_PALETTE side data packet contains exactly AVPALETTE_SIZE bytes worth of palette. This side data signals that a new palette is present.

AVPacketSideDataType_AV_PKT_DATA_PARAM_CHANGE

An AV_PKT_DATA_PARAM_CHANGE side data packet is laid out as follows: @code u32le param_flags if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT) s32le channel_count if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_LAYOUT) u64le channel_layout if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_SAMPLE_RATE) s32le sample_rate if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS) s32le width s32le height @endcode

AVPacketSideDataType_AV_PKT_DATA_PRFT

Producer Reference Time data corresponding to the AVProducerReferenceTime struct, usually exported by some encoders (on demand through the prft flag set in the AVCodecContext export_side_data field).

AVPacketSideDataType_AV_PKT_DATA_QUALITY_STATS

This side data contains quality related information from the encoder. @code u32le quality factor of the compressed frame. Allowed range is between 1 (good) and FF_LAMBDA_MAX (bad). u8 picture type u8 error count u16 reserved u64le[error count] sum of squared differences between encoder in and output @endcode

AVPacketSideDataType_AV_PKT_DATA_REPLAYGAIN

This side data should be associated with an audio stream and contains ReplayGain information in form of the AVReplayGain struct.

AVPacketSideDataType_AV_PKT_DATA_S12M_TIMECODE

Timecode which conforms to SMPTE ST 12-1:2014. The data is an array of 4 uint32_t where the first uint32_t describes how many (1-3) of the other timecodes are used. The timecode format is described in the documentation of av_timecode_get_smpte_from_framenum() function in libavutil/timecode.h.

AVPacketSideDataType_AV_PKT_DATA_SKIP_SAMPLES

Recommmends skipping the specified number of samples @code u32le number of samples to skip from start of this packet u32le number of samples to skip from end of this packet u8 reason for start skip u8 reason for end skip (0=padding silence, 1=convergence) @endcode

AVPacketSideDataType_AV_PKT_DATA_SPHERICAL

This side data should be associated with a video stream and corresponds to the AVSphericalMapping structure.

AVPacketSideDataType_AV_PKT_DATA_STEREO3D

This side data should be associated with a video stream and contains Stereoscopic 3D information in form of the AVStereo3D struct.

AVPacketSideDataType_AV_PKT_DATA_STRINGS_METADATA

A list of zero terminated key/value strings. There is no end marker for the list, so it is required to rely on the side data size to stop.

AVPacketSideDataType_AV_PKT_DATA_SUBTITLE_POSITION

Subtitle event position @code u32le x1 u32le y1 u32le x2 u32le y2 @endcode

AVPacketSideDataType_AV_PKT_DATA_WEBVTT_IDENTIFIER

The optional first identifier line of a WebVTT cue.

AVPacketSideDataType_AV_PKT_DATA_WEBVTT_SETTINGS

The optional settings (rendering instructions) that immediately follow the timestamp specifier of a WebVTT cue.

AVPictureStructure_AV_PICTURE_STRUCTURE_BOTTOM_FIELD
AVPictureStructure_AV_PICTURE_STRUCTURE_FRAME
AVPictureStructure_AV_PICTURE_STRUCTURE_TOP_FIELD
AVPictureStructure_AV_PICTURE_STRUCTURE_UNKNOWN
AVPictureType_AV_PICTURE_TYPE_B

< Bi-dir predicted

AVPictureType_AV_PICTURE_TYPE_BI

< BI type

AVPictureType_AV_PICTURE_TYPE_I

< Intra

AVPictureType_AV_PICTURE_TYPE_NONE

< Undefined

AVPictureType_AV_PICTURE_TYPE_P

< Predicted

AVPictureType_AV_PICTURE_TYPE_S

< S(GMC)-VOP MPEG-4

AVPictureType_AV_PICTURE_TYPE_SI

< Switching Intra

AVPictureType_AV_PICTURE_TYPE_SP

< Switching Predicted

AVPixelFormat_AV_PIX_FMT_0BGR

< packed BGR 8:8:8, 32bpp, XBGRXBGR… X=unused/undefined

AVPixelFormat_AV_PIX_FMT_0BGR32
AVPixelFormat_AV_PIX_FMT_0RGB

< packed RGB 8:8:8, 32bpp, XRGBXRGB… X=unused/undefined

AVPixelFormat_AV_PIX_FMT_0RGB32
AVPixelFormat_AV_PIX_FMT_ABGR

< packed ABGR 8:8:8:8, 32bpp, ABGRABGR…

AVPixelFormat_AV_PIX_FMT_ARGB

< packed ARGB 8:8:8:8, 32bpp, ARGBARGB…

AVPixelFormat_AV_PIX_FMT_AYUV64
AVPixelFormat_AV_PIX_FMT_AYUV64BE

< packed AYUV 4:4:4,64bpp (1 Cr & Cb sample per 1x1 Y & A samples), big-endian

AVPixelFormat_AV_PIX_FMT_AYUV64LE

< packed AYUV 4:4:4,64bpp (1 Cr & Cb sample per 1x1 Y & A samples), little-endian

AVPixelFormat_AV_PIX_FMT_BAYER_BGGR8

< bayer, BGBG..(odd line), GRGR..(even line), 8-bit samples

AVPixelFormat_AV_PIX_FMT_BAYER_BGGR16
AVPixelFormat_AV_PIX_FMT_BAYER_BGGR16BE

< bayer, BGBG..(odd line), GRGR..(even line), 16-bit samples, big-endian

AVPixelFormat_AV_PIX_FMT_BAYER_BGGR16LE

< bayer, BGBG..(odd line), GRGR..(even line), 16-bit samples, little-endian

AVPixelFormat_AV_PIX_FMT_BAYER_GBRG8

< bayer, GBGB..(odd line), RGRG..(even line), 8-bit samples

AVPixelFormat_AV_PIX_FMT_BAYER_GBRG16
AVPixelFormat_AV_PIX_FMT_BAYER_GBRG16BE

< bayer, GBGB..(odd line), RGRG..(even line), 16-bit samples, big-endian

AVPixelFormat_AV_PIX_FMT_BAYER_GBRG16LE

< bayer, GBGB..(odd line), RGRG..(even line), 16-bit samples, little-endian

AVPixelFormat_AV_PIX_FMT_BAYER_GRBG8

< bayer, GRGR..(odd line), BGBG..(even line), 8-bit samples

AVPixelFormat_AV_PIX_FMT_BAYER_GRBG16
AVPixelFormat_AV_PIX_FMT_BAYER_GRBG16BE

< bayer, GRGR..(odd line), BGBG..(even line), 16-bit samples, big-endian

AVPixelFormat_AV_PIX_FMT_BAYER_GRBG16LE

< bayer, GRGR..(odd line), BGBG..(even line), 16-bit samples, little-endian

AVPixelFormat_AV_PIX_FMT_BAYER_RGGB8

< bayer, RGRG..(odd line), GBGB..(even line), 8-bit samples

AVPixelFormat_AV_PIX_FMT_BAYER_RGGB16
AVPixelFormat_AV_PIX_FMT_BAYER_RGGB16BE

< bayer, RGRG..(odd line), GBGB..(even line), 16-bit samples, big-endian

AVPixelFormat_AV_PIX_FMT_BAYER_RGGB16LE

< bayer, RGRG..(odd line), GBGB..(even line), 16-bit samples, little-endian

AVPixelFormat_AV_PIX_FMT_BGR0

< packed BGR 8:8:8, 32bpp, BGRXBGRX… X=unused/undefined

AVPixelFormat_AV_PIX_FMT_BGR4

< packed RGB 1:2:1 bitstream, 4bpp, (msb)1B 2G 1R(lsb), a byte contains two pixels, the first pixel in the byte is the one composed by the 4 msb bits

AVPixelFormat_AV_PIX_FMT_BGR4_BYTE

< packed RGB 1:2:1, 8bpp, (msb)1B 2G 1R(lsb)

AVPixelFormat_AV_PIX_FMT_BGR8

< packed RGB 3:3:2, 8bpp, (msb)2B 3G 3R(lsb)

AVPixelFormat_AV_PIX_FMT_BGR24

< packed RGB 8:8:8, 24bpp, BGRBGR…

AVPixelFormat_AV_PIX_FMT_BGR32
AVPixelFormat_AV_PIX_FMT_BGR32_1
AVPixelFormat_AV_PIX_FMT_BGR48
AVPixelFormat_AV_PIX_FMT_BGR48BE

< packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as big-endian

AVPixelFormat_AV_PIX_FMT_BGR48LE

< packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as little-endian

AVPixelFormat_AV_PIX_FMT_BGR444
AVPixelFormat_AV_PIX_FMT_BGR444BE

< packed BGR 4:4:4, 16bpp, (msb)4X 4B 4G 4R(lsb), big-endian, X=unused/undefined

AVPixelFormat_AV_PIX_FMT_BGR444LE

< packed BGR 4:4:4, 16bpp, (msb)4X 4B 4G 4R(lsb), little-endian, X=unused/undefined

AVPixelFormat_AV_PIX_FMT_BGR555
AVPixelFormat_AV_PIX_FMT_BGR555BE

< packed BGR 5:5:5, 16bpp, (msb)1X 5B 5G 5R(lsb), big-endian , X=unused/undefined

AVPixelFormat_AV_PIX_FMT_BGR555LE

< packed BGR 5:5:5, 16bpp, (msb)1X 5B 5G 5R(lsb), little-endian, X=unused/undefined

AVPixelFormat_AV_PIX_FMT_BGR565
AVPixelFormat_AV_PIX_FMT_BGR565BE

< packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), big-endian

AVPixelFormat_AV_PIX_FMT_BGR565LE

< packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), little-endian

AVPixelFormat_AV_PIX_FMT_BGRA

< packed BGRA 8:8:8:8, 32bpp, BGRABGRA…

AVPixelFormat_AV_PIX_FMT_BGRA64
AVPixelFormat_AV_PIX_FMT_BGRA64BE

< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian

AVPixelFormat_AV_PIX_FMT_BGRA64LE

< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian

AVPixelFormat_AV_PIX_FMT_CUDA

HW acceleration through CUDA. data[i] contain CUdeviceptr pointers exactly as for system memory frames.

AVPixelFormat_AV_PIX_FMT_D3D11

Hardware surfaces for Direct3D11.

AVPixelFormat_AV_PIX_FMT_D3D11VA_VLD

< HW decoding through Direct3D11 via old API, Picture.data[3] contains a ID3D11VideoDecoderOutputView pointer

AVPixelFormat_AV_PIX_FMT_DRM_PRIME

DRM-managed buffers exposed through PRIME buffer sharing.

AVPixelFormat_AV_PIX_FMT_DXVA2_VLD

< HW decoding through DXVA2, Picture.data[3] contains a LPDIRECT3DSURFACE9 pointer

AVPixelFormat_AV_PIX_FMT_GBR24P
AVPixelFormat_AV_PIX_FMT_GBRAP

< planar GBRA 4:4:4:4 32bpp

AVPixelFormat_AV_PIX_FMT_GBRAP10
AVPixelFormat_AV_PIX_FMT_GBRAP10BE

< planar GBR 4:4:4:4 40bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GBRAP10LE

< planar GBR 4:4:4:4 40bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GBRAP12
AVPixelFormat_AV_PIX_FMT_GBRAP12BE

< planar GBR 4:4:4:4 48bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GBRAP12LE

< planar GBR 4:4:4:4 48bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GBRAP16
AVPixelFormat_AV_PIX_FMT_GBRAP16BE

< planar GBRA 4:4:4:4 64bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GBRAP16LE

< planar GBRA 4:4:4:4 64bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GBRAPF32
AVPixelFormat_AV_PIX_FMT_GBRAPF32BE

< IEEE-754 single precision planar GBRA 4:4:4:4, 128bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GBRAPF32LE

< IEEE-754 single precision planar GBRA 4:4:4:4, 128bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GBRP

< planar GBR 4:4:4 24bpp

AVPixelFormat_AV_PIX_FMT_GBRP9
AVPixelFormat_AV_PIX_FMT_GBRP9BE

< planar GBR 4:4:4 27bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GBRP9LE

< planar GBR 4:4:4 27bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GBRP10
AVPixelFormat_AV_PIX_FMT_GBRP10BE

< planar GBR 4:4:4 30bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GBRP10LE

< planar GBR 4:4:4 30bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GBRP12
AVPixelFormat_AV_PIX_FMT_GBRP12BE

< planar GBR 4:4:4 36bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GBRP12LE

< planar GBR 4:4:4 36bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GBRP14
AVPixelFormat_AV_PIX_FMT_GBRP14BE

< planar GBR 4:4:4 42bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GBRP14LE

< planar GBR 4:4:4 42bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GBRP16
AVPixelFormat_AV_PIX_FMT_GBRP16BE

< planar GBR 4:4:4 48bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GBRP16LE

< planar GBR 4:4:4 48bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GBRPF32
AVPixelFormat_AV_PIX_FMT_GBRPF32BE

< IEEE-754 single precision planar GBR 4:4:4, 96bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GBRPF32LE

< IEEE-754 single precision planar GBR 4:4:4, 96bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GRAY8

< Y , 8bpp

AVPixelFormat_AV_PIX_FMT_GRAY8A

< alias for AV_PIX_FMT_YA8

AVPixelFormat_AV_PIX_FMT_GRAY9
AVPixelFormat_AV_PIX_FMT_GRAY9BE

< Y , 9bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GRAY9LE

< Y , 9bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GRAY10
AVPixelFormat_AV_PIX_FMT_GRAY10BE

< Y , 10bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GRAY10LE

< Y , 10bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GRAY12
AVPixelFormat_AV_PIX_FMT_GRAY12BE

< Y , 12bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GRAY12LE

< Y , 12bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GRAY14BE

< Y , 14bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GRAY14LE

< Y , 14bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GRAY16
AVPixelFormat_AV_PIX_FMT_GRAY16BE

< Y , 16bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GRAY16LE

< Y , 16bpp, little-endian

AVPixelFormat_AV_PIX_FMT_GRAYF32BE

< IEEE-754 single precision Y, 32bpp, big-endian

AVPixelFormat_AV_PIX_FMT_GRAYF32LE

< IEEE-754 single precision Y, 32bpp, little-endian

AVPixelFormat_AV_PIX_FMT_MEDIACODEC

< hardware decoding through MediaCodec

AVPixelFormat_AV_PIX_FMT_MMAL

HW acceleration though MMAL, data[3] contains a pointer to the MMAL_BUFFER_HEADER_T structure.

AVPixelFormat_AV_PIX_FMT_MONOBLACK

< Y , 1bpp, 0 is black, 1 is white, in each byte pixels are ordered from the msb to the lsb

AVPixelFormat_AV_PIX_FMT_MONOWHITE

< Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb

AVPixelFormat_AV_PIX_FMT_NB

< number of pixel formats, DO NOT USE THIS if you want to link with shared libav* because the number of formats might differ between versions

AVPixelFormat_AV_PIX_FMT_NONE
AVPixelFormat_AV_PIX_FMT_NV12

< planar YUV 4:2:0, 12bpp, 1 plane for Y and 1 plane for the UV components, which are interleaved (first byte U and the following byte V)

AVPixelFormat_AV_PIX_FMT_NV16

< interleaved chroma YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)

AVPixelFormat_AV_PIX_FMT_NV20
AVPixelFormat_AV_PIX_FMT_NV20BE

< interleaved chroma YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_NV20LE

< interleaved chroma YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_NV21

< as above, but U and V bytes are swapped

AVPixelFormat_AV_PIX_FMT_NV24

< planar YUV 4:4:4, 24bpp, 1 plane for Y and 1 plane for the UV components, which are interleaved (first byte U and the following byte V)

AVPixelFormat_AV_PIX_FMT_NV42

< as above, but U and V bytes are swapped

AVPixelFormat_AV_PIX_FMT_OPENCL

Hardware surfaces for OpenCL.

AVPixelFormat_AV_PIX_FMT_P010
AVPixelFormat_AV_PIX_FMT_P010BE

< like NV12, with 10bpp per component, data in the high bits, zeros in the low bits, big-endian

AVPixelFormat_AV_PIX_FMT_P010LE

< like NV12, with 10bpp per component, data in the high bits, zeros in the low bits, little-endian

AVPixelFormat_AV_PIX_FMT_P016
AVPixelFormat_AV_PIX_FMT_P016BE

< like NV12, with 16bpp per component, big-endian

AVPixelFormat_AV_PIX_FMT_P016LE

< like NV12, with 16bpp per component, little-endian

AVPixelFormat_AV_PIX_FMT_PAL8

< 8 bits with AV_PIX_FMT_RGB32 palette

AVPixelFormat_AV_PIX_FMT_QSV

HW acceleration through QSV, data[3] contains a pointer to the mfxFrameSurface1 structure.

AVPixelFormat_AV_PIX_FMT_RGB0

< packed RGB 8:8:8, 32bpp, RGBXRGBX… X=unused/undefined

AVPixelFormat_AV_PIX_FMT_RGB4

< packed RGB 1:2:1 bitstream, 4bpp, (msb)1R 2G 1B(lsb), a byte contains two pixels, the first pixel in the byte is the one composed by the 4 msb bits

AVPixelFormat_AV_PIX_FMT_RGB4_BYTE

< packed RGB 1:2:1, 8bpp, (msb)1R 2G 1B(lsb)

AVPixelFormat_AV_PIX_FMT_RGB8

< packed RGB 3:3:2, 8bpp, (msb)2R 3G 3B(lsb)

AVPixelFormat_AV_PIX_FMT_RGB24

< packed RGB 8:8:8, 24bpp, RGBRGB…

AVPixelFormat_AV_PIX_FMT_RGB32
AVPixelFormat_AV_PIX_FMT_RGB32_1
AVPixelFormat_AV_PIX_FMT_RGB48
AVPixelFormat_AV_PIX_FMT_RGB48BE

< packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as big-endian

AVPixelFormat_AV_PIX_FMT_RGB48LE

< packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as little-endian

AVPixelFormat_AV_PIX_FMT_RGB444
AVPixelFormat_AV_PIX_FMT_RGB444BE

< packed RGB 4:4:4, 16bpp, (msb)4X 4R 4G 4B(lsb), big-endian, X=unused/undefined

AVPixelFormat_AV_PIX_FMT_RGB444LE

< packed RGB 4:4:4, 16bpp, (msb)4X 4R 4G 4B(lsb), little-endian, X=unused/undefined

AVPixelFormat_AV_PIX_FMT_RGB555
AVPixelFormat_AV_PIX_FMT_RGB555BE

< packed RGB 5:5:5, 16bpp, (msb)1X 5R 5G 5B(lsb), big-endian , X=unused/undefined

AVPixelFormat_AV_PIX_FMT_RGB555LE

< packed RGB 5:5:5, 16bpp, (msb)1X 5R 5G 5B(lsb), little-endian, X=unused/undefined

AVPixelFormat_AV_PIX_FMT_RGB565
AVPixelFormat_AV_PIX_FMT_RGB565BE

< packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), big-endian

AVPixelFormat_AV_PIX_FMT_RGB565LE

< packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), little-endian

AVPixelFormat_AV_PIX_FMT_RGBA

< packed RGBA 8:8:8:8, 32bpp, RGBARGBA…

AVPixelFormat_AV_PIX_FMT_RGBA64
AVPixelFormat_AV_PIX_FMT_RGBA64BE

< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian

AVPixelFormat_AV_PIX_FMT_RGBA64LE

< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian

AVPixelFormat_AV_PIX_FMT_UYVY422

< packed YUV 4:2:2, 16bpp, Cb Y0 Cr Y1

AVPixelFormat_AV_PIX_FMT_UYYVYY411

< packed YUV 4:1:1, 12bpp, Cb Y0 Y1 Cr Y2 Y3

AVPixelFormat_AV_PIX_FMT_VAAPI

@}

AVPixelFormat_AV_PIX_FMT_VAAPI_IDCT

< HW acceleration through VA API at IDCT entry-point, Picture.data[3] contains a vaapi_render_state struct which contains fields extracted from headers

AVPixelFormat_AV_PIX_FMT_VAAPI_MOCO

< HW acceleration through VA API at motion compensation entry-point, Picture.data[3] contains a vaapi_render_state struct which contains macroblocks as well as various fields extracted from headers

AVPixelFormat_AV_PIX_FMT_VAAPI_VLD

< HW decoding through VA API, Picture.data[3] contains a VASurfaceID

AVPixelFormat_AV_PIX_FMT_VDPAU

< HW acceleration through VDPAU, Picture.data[3] contains a VdpVideoSurface

AVPixelFormat_AV_PIX_FMT_VIDEOTOOLBOX

< hardware decoding through Videotoolbox

AVPixelFormat_AV_PIX_FMT_VULKAN

Vulkan hardware images.

AVPixelFormat_AV_PIX_FMT_X2RGB10BE

< packed RGB 10:10:10, 30bpp, (msb)2X 10R 10G 10B(lsb), big-endian, X=unused/undefined

AVPixelFormat_AV_PIX_FMT_X2RGB10LE

< packed RGB 10:10:10, 30bpp, (msb)2X 10R 10G 10B(lsb), little-endian, X=unused/undefined

AVPixelFormat_AV_PIX_FMT_XVMC

< XVideo Motion Acceleration via common packet passing

AVPixelFormat_AV_PIX_FMT_XYZ12
AVPixelFormat_AV_PIX_FMT_XYZ12BE

< packed XYZ 4:4:4, 36 bpp, (msb) 12X, 12Y, 12Z (lsb), the 2-byte value for each X/Y/Z is stored as big-endian, the 4 lower bits are set to 0

AVPixelFormat_AV_PIX_FMT_XYZ12LE

< packed XYZ 4:4:4, 36 bpp, (msb) 12X, 12Y, 12Z (lsb), the 2-byte value for each X/Y/Z is stored as little-endian, the 4 lower bits are set to 0

AVPixelFormat_AV_PIX_FMT_Y210BE

< packed YUV 4:2:2 like YUYV422, 20bpp, data in the high bits, big-endian

AVPixelFormat_AV_PIX_FMT_Y210LE

< packed YUV 4:2:2 like YUYV422, 20bpp, data in the high bits, little-endian

AVPixelFormat_AV_PIX_FMT_Y400A

< alias for AV_PIX_FMT_YA8

AVPixelFormat_AV_PIX_FMT_YA8

< 8 bits gray, 8 bits alpha

AVPixelFormat_AV_PIX_FMT_YA16
AVPixelFormat_AV_PIX_FMT_YA16BE

< 16 bits gray, 16 bits alpha (big-endian)

AVPixelFormat_AV_PIX_FMT_YA16LE

< 16 bits gray, 16 bits alpha (little-endian)

AVPixelFormat_AV_PIX_FMT_YUV410P

< planar YUV 4:1:0, 9bpp, (1 Cr & Cb sample per 4x4 Y samples)

AVPixelFormat_AV_PIX_FMT_YUV411P

< planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples)

AVPixelFormat_AV_PIX_FMT_YUV420P

< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)

AVPixelFormat_AV_PIX_FMT_YUV420P9
AVPixelFormat_AV_PIX_FMT_YUV420P9BE

< planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV420P9LE

< planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV420P10
AVPixelFormat_AV_PIX_FMT_YUV420P10BE

< planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV420P10LE

< planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV420P12
AVPixelFormat_AV_PIX_FMT_YUV420P12BE

< planar YUV 4:2:0,18bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV420P12LE

< planar YUV 4:2:0,18bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV420P14
AVPixelFormat_AV_PIX_FMT_YUV420P14BE

< planar YUV 4:2:0,21bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV420P14LE

< planar YUV 4:2:0,21bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV420P16
AVPixelFormat_AV_PIX_FMT_YUV420P16BE

< planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV420P16LE

< planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV422P

< planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)

AVPixelFormat_AV_PIX_FMT_YUV422P9
AVPixelFormat_AV_PIX_FMT_YUV422P9BE

< planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV422P9LE

< planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV422P10
AVPixelFormat_AV_PIX_FMT_YUV422P10BE

< planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV422P10LE

< planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV422P12
AVPixelFormat_AV_PIX_FMT_YUV422P12BE

< planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV422P12LE

< planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV422P14
AVPixelFormat_AV_PIX_FMT_YUV422P14BE

< planar YUV 4:2:2,28bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV422P14LE

< planar YUV 4:2:2,28bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV422P16
AVPixelFormat_AV_PIX_FMT_YUV422P16BE

< planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV422P16LE

< planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV440P

< planar YUV 4:4:0 (1 Cr & Cb sample per 1x2 Y samples)

AVPixelFormat_AV_PIX_FMT_YUV440P10
AVPixelFormat_AV_PIX_FMT_YUV440P10BE

< planar YUV 4:4:0,20bpp, (1 Cr & Cb sample per 1x2 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV440P10LE

< planar YUV 4:4:0,20bpp, (1 Cr & Cb sample per 1x2 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV440P12
AVPixelFormat_AV_PIX_FMT_YUV440P12BE

< planar YUV 4:4:0,24bpp, (1 Cr & Cb sample per 1x2 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV440P12LE

< planar YUV 4:4:0,24bpp, (1 Cr & Cb sample per 1x2 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV444P

< planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)

AVPixelFormat_AV_PIX_FMT_YUV444P9
AVPixelFormat_AV_PIX_FMT_YUV444P9BE

< planar YUV 4:4:4, 27bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV444P9LE

< planar YUV 4:4:4, 27bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV444P10
AVPixelFormat_AV_PIX_FMT_YUV444P10BE

< planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV444P10LE

< planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV444P12
AVPixelFormat_AV_PIX_FMT_YUV444P12BE

< planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV444P12LE

< planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV444P14
AVPixelFormat_AV_PIX_FMT_YUV444P14BE

< planar YUV 4:4:4,42bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV444P14LE

< planar YUV 4:4:4,42bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUV444P16
AVPixelFormat_AV_PIX_FMT_YUV444P16BE

< planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUV444P16LE

< planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUVA420P

< planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples)

AVPixelFormat_AV_PIX_FMT_YUVA420P9
AVPixelFormat_AV_PIX_FMT_YUVA420P9BE

< planar YUV 4:2:0 22.5bpp, (1 Cr & Cb sample per 2x2 Y & A samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUVA420P9LE

< planar YUV 4:2:0 22.5bpp, (1 Cr & Cb sample per 2x2 Y & A samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUVA420P10
AVPixelFormat_AV_PIX_FMT_YUVA420P10BE

< planar YUV 4:2:0 25bpp, (1 Cr & Cb sample per 2x2 Y & A samples, big-endian)

AVPixelFormat_AV_PIX_FMT_YUVA420P10LE

< planar YUV 4:2:0 25bpp, (1 Cr & Cb sample per 2x2 Y & A samples, little-endian)

AVPixelFormat_AV_PIX_FMT_YUVA420P16
AVPixelFormat_AV_PIX_FMT_YUVA420P16BE

< planar YUV 4:2:0 40bpp, (1 Cr & Cb sample per 2x2 Y & A samples, big-endian)

AVPixelFormat_AV_PIX_FMT_YUVA420P16LE

< planar YUV 4:2:0 40bpp, (1 Cr & Cb sample per 2x2 Y & A samples, little-endian)

AVPixelFormat_AV_PIX_FMT_YUVA422P

< planar YUV 4:2:2 24bpp, (1 Cr & Cb sample per 2x1 Y & A samples)

AVPixelFormat_AV_PIX_FMT_YUVA422P9
AVPixelFormat_AV_PIX_FMT_YUVA422P9BE

< planar YUV 4:2:2 27bpp, (1 Cr & Cb sample per 2x1 Y & A samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUVA422P9LE

< planar YUV 4:2:2 27bpp, (1 Cr & Cb sample per 2x1 Y & A samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUVA422P10
AVPixelFormat_AV_PIX_FMT_YUVA422P10BE

< planar YUV 4:2:2 30bpp, (1 Cr & Cb sample per 2x1 Y & A samples, big-endian)

AVPixelFormat_AV_PIX_FMT_YUVA422P10LE

< planar YUV 4:2:2 30bpp, (1 Cr & Cb sample per 2x1 Y & A samples, little-endian)

AVPixelFormat_AV_PIX_FMT_YUVA422P12BE

< planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), 12b alpha, big-endian

AVPixelFormat_AV_PIX_FMT_YUVA422P12LE

< planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), 12b alpha, little-endian

AVPixelFormat_AV_PIX_FMT_YUVA422P16
AVPixelFormat_AV_PIX_FMT_YUVA422P16BE

< planar YUV 4:2:2 48bpp, (1 Cr & Cb sample per 2x1 Y & A samples, big-endian)

AVPixelFormat_AV_PIX_FMT_YUVA422P16LE

< planar YUV 4:2:2 48bpp, (1 Cr & Cb sample per 2x1 Y & A samples, little-endian)

AVPixelFormat_AV_PIX_FMT_YUVA444P

< planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)

AVPixelFormat_AV_PIX_FMT_YUVA444P9
AVPixelFormat_AV_PIX_FMT_YUVA444P9BE

< planar YUV 4:4:4 36bpp, (1 Cr & Cb sample per 1x1 Y & A samples), big-endian

AVPixelFormat_AV_PIX_FMT_YUVA444P9LE

< planar YUV 4:4:4 36bpp, (1 Cr & Cb sample per 1x1 Y & A samples), little-endian

AVPixelFormat_AV_PIX_FMT_YUVA444P10
AVPixelFormat_AV_PIX_FMT_YUVA444P10BE

< planar YUV 4:4:4 40bpp, (1 Cr & Cb sample per 1x1 Y & A samples, big-endian)

AVPixelFormat_AV_PIX_FMT_YUVA444P10LE

< planar YUV 4:4:4 40bpp, (1 Cr & Cb sample per 1x1 Y & A samples, little-endian)

AVPixelFormat_AV_PIX_FMT_YUVA444P12BE

< planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), 12b alpha, big-endian

AVPixelFormat_AV_PIX_FMT_YUVA444P12LE

< planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), 12b alpha, little-endian

AVPixelFormat_AV_PIX_FMT_YUVA444P16
AVPixelFormat_AV_PIX_FMT_YUVA444P16BE

< planar YUV 4:4:4 64bpp, (1 Cr & Cb sample per 1x1 Y & A samples, big-endian)

AVPixelFormat_AV_PIX_FMT_YUVA444P16LE

< planar YUV 4:4:4 64bpp, (1 Cr & Cb sample per 1x1 Y & A samples, little-endian)

AVPixelFormat_AV_PIX_FMT_YUVJ411P

< planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples) full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV411P and setting color_range

AVPixelFormat_AV_PIX_FMT_YUVJ420P

< planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV420P and setting color_range

AVPixelFormat_AV_PIX_FMT_YUVJ422P

< planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV422P and setting color_range

AVPixelFormat_AV_PIX_FMT_YUVJ440P

< planar YUV 4:4:0 full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV440P and setting color_range

AVPixelFormat_AV_PIX_FMT_YUVJ444P

< planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV444P and setting color_range

AVPixelFormat_AV_PIX_FMT_YUYV422

< packed YUV 4:2:2, 16bpp, Y0 Cb Y1 Cr

AVPixelFormat_AV_PIX_FMT_YVYU422

< packed YUV 4:2:2, 16bpp, Y0 Cr Y1 Cb

AVRounding_AV_ROUND_DOWN

< Round toward -infinity.

AVRounding_AV_ROUND_INF

< Round away from zero.

AVRounding_AV_ROUND_NEAR_INF

< Round to nearest and halfway cases away from zero.

AVRounding_AV_ROUND_PASS_MINMAX

Flag telling rescaling functions to pass INT64_MIN/MAX through unchanged, avoiding special cases for #AV_NOPTS_VALUE.

AVRounding_AV_ROUND_UP

< Round toward +infinity.

AVRounding_AV_ROUND_ZERO

< Round toward zero.

AVSEEK_FLAG_ANY
AVSEEK_FLAG_BACKWARD
AVSEEK_FLAG_BYTE
AVSEEK_FLAG_FRAME
AVSEEK_FORCE
AVSEEK_SIZE
AVSTREAM_EVENT_FLAG_METADATA_UPDATED
AVSTREAM_EVENT_FLAG_NEW_PACKETS
AVSTREAM_INIT_IN_INIT_OUTPUT
AVSTREAM_INIT_IN_WRITE_HEADER
AVSampleFormat_AV_SAMPLE_FMT_DBL

< double

AVSampleFormat_AV_SAMPLE_FMT_DBLP

< double, planar

AVSampleFormat_AV_SAMPLE_FMT_FLT

< float

AVSampleFormat_AV_SAMPLE_FMT_FLTP

< float, planar

AVSampleFormat_AV_SAMPLE_FMT_NB

< Number of sample formats. DO NOT USE if linking dynamically

AVSampleFormat_AV_SAMPLE_FMT_NONE
AVSampleFormat_AV_SAMPLE_FMT_S16

< signed 16 bits

AVSampleFormat_AV_SAMPLE_FMT_S16P

< signed 16 bits, planar

AVSampleFormat_AV_SAMPLE_FMT_S32

< signed 32 bits

AVSampleFormat_AV_SAMPLE_FMT_S32P

< signed 32 bits, planar

AVSampleFormat_AV_SAMPLE_FMT_S64

< signed 64 bits

AVSampleFormat_AV_SAMPLE_FMT_S64P

< signed 64 bits, planar

AVSampleFormat_AV_SAMPLE_FMT_U8

< unsigned 8 bits

AVSampleFormat_AV_SAMPLE_FMT_U8P

< unsigned 8 bits, planar

AVSideDataParamChangeFlags_AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT
AVSideDataParamChangeFlags_AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_LAYOUT
AVSideDataParamChangeFlags_AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS
AVSideDataParamChangeFlags_AV_SIDE_DATA_PARAM_CHANGE_SAMPLE_RATE
AVStereo3DType_AV_STEREO3D_2D

Video is not stereoscopic (and metadata has to be there).

AVStereo3DType_AV_STEREO3D_CHECKERBOARD

Views are packed in a checkerboard-like structure per pixel.

AVStereo3DType_AV_STEREO3D_COLUMNS

Views are packed per column.

AVStereo3DType_AV_STEREO3D_FRAMESEQUENCE

Views are alternated temporally.

AVStereo3DType_AV_STEREO3D_LINES

Views are packed per line, as if interlaced.

AVStereo3DType_AV_STEREO3D_SIDEBYSIDE

Views are next to each other.

AVStereo3DType_AV_STEREO3D_SIDEBYSIDE_QUINCUNX

Views are next to each other, but when upscaling apply a checkerboard pattern.

AVStereo3DType_AV_STEREO3D_TOPBOTTOM

Views are on top of each other.

AVStereo3DView_AV_STEREO3D_VIEW_LEFT

Frame contains only the left view.

AVStereo3DView_AV_STEREO3D_VIEW_PACKED

Frame contains two packed views.

AVStereo3DView_AV_STEREO3D_VIEW_RIGHT

Frame contains only the right view.

AVStreamParseType_AVSTREAM_PARSE_FULL

< full parsing and repack

AVStreamParseType_AVSTREAM_PARSE_FULL_ONCE

< full parsing and repack of the first frame only, only implemented for H.264 currently

AVStreamParseType_AVSTREAM_PARSE_FULL_RAW

< full parsing and repack with timestamp and position generation by parser for raw this assumes that each packet in the file contains no demuxer level headers and just codec level data, otherwise position generation would fail

AVStreamParseType_AVSTREAM_PARSE_HEADERS

< Only parse headers, do not repack.

AVStreamParseType_AVSTREAM_PARSE_NONE
AVStreamParseType_AVSTREAM_PARSE_TIMESTAMPS

< full parsing and interpolation of timestamps for frames not starting on a packet boundary

AVSubtitleType_SUBTITLE_ASS

Formatted text, the ass field must be set by the decoder and is authoritative. pict and text fields may contain approximations.

AVSubtitleType_SUBTITLE_BITMAP

< A bitmap, pict will be set

AVSubtitleType_SUBTITLE_NONE
AVSubtitleType_SUBTITLE_TEXT

Plain text, the text field must be set by the decoder and is authoritative. ass and pict fields may contain approximations.

AVThreadMessageFlags_AV_THREAD_MESSAGE_NONBLOCK

Perform non-blocking operation. If this flag is set, send and recv operations are non-blocking and return AVERROR(EAGAIN) immediately if they can not proceed.

AVTimebaseSource_AVFMT_TBCF_AUTO
AVTimebaseSource_AVFMT_TBCF_DECODER
AVTimebaseSource_AVFMT_TBCF_DEMUXER
AVTimebaseSource_AVFMT_TBCF_R_FRAMERATE
AVTimecodeFlag_AV_TIMECODE_FLAG_24HOURSMAX

< timecode wraps after 24 hours

AVTimecodeFlag_AV_TIMECODE_FLAG_ALLOWNEGATIVE

< negative time values are allowed

AVTimecodeFlag_AV_TIMECODE_FLAG_DROPFRAME

< timecode is drop frame

AV_BF_ROUNDS
AV_BPRINT_SIZE_AUTOMATIC
AV_BPRINT_SIZE_COUNT_ONLY
AV_BUFFERSINK_FLAG_NO_REQUEST
AV_BUFFERSINK_FLAG_PEEK
AV_BUFFERSRC_FLAG_KEEP_REF

Keep a reference to the frame. If the frame if reference-counted, create a new reference; otherwise copy the frame data.

AV_BUFFERSRC_FLAG_NO_CHECK_FORMAT

Do not check for format changes.

AV_BUFFERSRC_FLAG_PUSH

Immediately push the frame to the output.

AV_BUFFER_FLAG_READONLY
AV_CH_BACK_CENTER
AV_CH_BACK_LEFT
AV_CH_BACK_RIGHT
AV_CH_BOTTOM_FRONT_CENTER
AV_CH_BOTTOM_FRONT_LEFT
AV_CH_BOTTOM_FRONT_RIGHT
AV_CH_FRONT_CENTER
AV_CH_FRONT_LEFT
AV_CH_FRONT_LEFT_OF_CENTER
AV_CH_FRONT_RIGHT
AV_CH_FRONT_RIGHT_OF_CENTER
AV_CH_LAYOUT_2POINT1
AV_CH_LAYOUT_2_1
AV_CH_LAYOUT_2_2
AV_CH_LAYOUT_3POINT1
AV_CH_LAYOUT_4POINT0
AV_CH_LAYOUT_4POINT1
AV_CH_LAYOUT_5POINT0
AV_CH_LAYOUT_5POINT0_BACK
AV_CH_LAYOUT_5POINT1
AV_CH_LAYOUT_5POINT1_BACK
AV_CH_LAYOUT_6POINT0
AV_CH_LAYOUT_6POINT0_FRONT
AV_CH_LAYOUT_6POINT1
AV_CH_LAYOUT_6POINT1_BACK
AV_CH_LAYOUT_6POINT1_FRONT
AV_CH_LAYOUT_7POINT0
AV_CH_LAYOUT_7POINT0_FRONT
AV_CH_LAYOUT_7POINT1
AV_CH_LAYOUT_7POINT1_WIDE
AV_CH_LAYOUT_7POINT1_WIDE_BACK
AV_CH_LAYOUT_22POINT2
AV_CH_LAYOUT_HEXADECAGONAL
AV_CH_LAYOUT_HEXAGONAL
AV_CH_LAYOUT_MONO
AV_CH_LAYOUT_NATIVE
AV_CH_LAYOUT_OCTAGONAL
AV_CH_LAYOUT_QUAD
AV_CH_LAYOUT_STEREO
AV_CH_LAYOUT_STEREO_DOWNMIX
AV_CH_LAYOUT_SURROUND
AV_CH_LOW_FREQUENCY
AV_CH_LOW_FREQUENCY_2
AV_CH_SIDE_LEFT
AV_CH_SIDE_RIGHT
AV_CH_STEREO_LEFT
AV_CH_STEREO_RIGHT
AV_CH_SURROUND_DIRECT_LEFT
AV_CH_SURROUND_DIRECT_RIGHT
AV_CH_TOP_BACK_CENTER
AV_CH_TOP_BACK_LEFT
AV_CH_TOP_BACK_RIGHT
AV_CH_TOP_CENTER
AV_CH_TOP_FRONT_CENTER
AV_CH_TOP_FRONT_LEFT
AV_CH_TOP_FRONT_RIGHT
AV_CH_TOP_SIDE_LEFT
AV_CH_TOP_SIDE_RIGHT
AV_CH_WIDE_LEFT
AV_CH_WIDE_RIGHT
AV_CODEC_CAP_AUTO_THREADS
AV_CODEC_CAP_AVOID_PROBING
AV_CODEC_CAP_CHANNEL_CONF
AV_CODEC_CAP_DELAY
AV_CODEC_CAP_DR1
AV_CODEC_CAP_DRAW_HORIZ_BAND
AV_CODEC_CAP_ENCODER_FLUSH
AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
AV_CODEC_CAP_EXPERIMENTAL
AV_CODEC_CAP_FRAME_THREADS
AV_CODEC_CAP_HARDWARE
AV_CODEC_CAP_HYBRID
AV_CODEC_CAP_INTRA_ONLY
AV_CODEC_CAP_LOSSLESS
AV_CODEC_CAP_OTHER_THREADS
AV_CODEC_CAP_PARAM_CHANGE
AV_CODEC_CAP_SLICE_THREADS
AV_CODEC_CAP_SMALL_LAST_FRAME
AV_CODEC_CAP_SUBFRAMES
AV_CODEC_CAP_TRUNCATED
AV_CODEC_CAP_VARIABLE_FRAME_SIZE
AV_CODEC_EXPORT_DATA_FILM_GRAIN
AV_CODEC_EXPORT_DATA_MVS
AV_CODEC_EXPORT_DATA_PRFT
AV_CODEC_EXPORT_DATA_VIDEO_ENC_PARAMS
AV_CODEC_FLAG2_CHUNKS
AV_CODEC_FLAG2_DROP_FRAME_TIMECODE
AV_CODEC_FLAG2_EXPORT_MVS
AV_CODEC_FLAG2_FAST
AV_CODEC_FLAG2_IGNORE_CROP
AV_CODEC_FLAG2_LOCAL_HEADER
AV_CODEC_FLAG2_NO_OUTPUT
AV_CODEC_FLAG2_RO_FLUSH_NOOP
AV_CODEC_FLAG2_SHOW_ALL
AV_CODEC_FLAG2_SKIP_MANUAL
AV_CODEC_FLAG_4MV
AV_CODEC_FLAG_AC_PRED
AV_CODEC_FLAG_BITEXACT
AV_CODEC_FLAG_CLOSED_GOP
AV_CODEC_FLAG_DROPCHANGED
AV_CODEC_FLAG_GLOBAL_HEADER
AV_CODEC_FLAG_GRAY
AV_CODEC_FLAG_INTERLACED_DCT
AV_CODEC_FLAG_INTERLACED_ME
AV_CODEC_FLAG_LOOP_FILTER
AV_CODEC_FLAG_LOW_DELAY
AV_CODEC_FLAG_OUTPUT_CORRUPT
AV_CODEC_FLAG_PASS1
AV_CODEC_FLAG_PASS2
AV_CODEC_FLAG_PSNR
AV_CODEC_FLAG_QPEL
AV_CODEC_FLAG_QSCALE
AV_CODEC_FLAG_TRUNCATED
AV_CODEC_FLAG_UNALIGNED
AV_CODEC_HW_CONFIG_METHOD_AD_HOC

The codec supports this format by some ad-hoc method.

AV_CODEC_HW_CONFIG_METHOD_HW_DEVICE_CTX

The codec supports this format via the hw_device_ctx interface.

AV_CODEC_HW_CONFIG_METHOD_HW_FRAMES_CTX

The codec supports this format via the hw_frames_ctx interface.

AV_CODEC_HW_CONFIG_METHOD_INTERNAL

The codec supports this format by some internal method.

AV_CODEC_PROP_BITMAP_SUB
AV_CODEC_PROP_INTRA_ONLY
AV_CODEC_PROP_LOSSLESS
AV_CODEC_PROP_LOSSY
AV_CODEC_PROP_REORDER
AV_CODEC_PROP_TEXT_SUB
AV_CPU_FLAG_3DNOW
AV_CPU_FLAG_3DNOWEXT
AV_CPU_FLAG_AESNI
AV_CPU_FLAG_ALTIVEC
AV_CPU_FLAG_ARMV5TE
AV_CPU_FLAG_ARMV6
AV_CPU_FLAG_ARMV6T2
AV_CPU_FLAG_ARMV8
AV_CPU_FLAG_ATOM
AV_CPU_FLAG_AVX
AV_CPU_FLAG_AVX2
AV_CPU_FLAG_AVX512
AV_CPU_FLAG_AVXSLOW
AV_CPU_FLAG_BMI1
AV_CPU_FLAG_BMI2
AV_CPU_FLAG_CMOV
AV_CPU_FLAG_FMA3
AV_CPU_FLAG_FMA4
AV_CPU_FLAG_FORCE
AV_CPU_FLAG_MMI
AV_CPU_FLAG_MMX
AV_CPU_FLAG_MMX2
AV_CPU_FLAG_MMXEXT
AV_CPU_FLAG_MSA
AV_CPU_FLAG_NEON
AV_CPU_FLAG_POWER8
AV_CPU_FLAG_SETEND
AV_CPU_FLAG_SSE
AV_CPU_FLAG_SSE2
AV_CPU_FLAG_SSE2SLOW
AV_CPU_FLAG_SSE3
AV_CPU_FLAG_SSE3SLOW
AV_CPU_FLAG_SSE4
AV_CPU_FLAG_SSE42
AV_CPU_FLAG_SSSE3
AV_CPU_FLAG_SSSE3SLOW
AV_CPU_FLAG_VFP
AV_CPU_FLAG_VFPV3
AV_CPU_FLAG_VFP_VM
AV_CPU_FLAG_VSX
AV_CPU_FLAG_XOP
AV_DICT_APPEND
AV_DICT_DONT_OVERWRITE
AV_DICT_DONT_STRDUP_KEY
AV_DICT_DONT_STRDUP_VAL
AV_DICT_IGNORE_SUFFIX
AV_DICT_MATCH_CASE
AV_DICT_MULTIKEY
AV_DISPOSITION_ATTACHED_PIC
AV_DISPOSITION_CAPTIONS
AV_DISPOSITION_CLEAN_EFFECTS
AV_DISPOSITION_COMMENT
AV_DISPOSITION_DEFAULT
AV_DISPOSITION_DEPENDENT
AV_DISPOSITION_DESCRIPTIONS
AV_DISPOSITION_DUB
AV_DISPOSITION_FORCED
AV_DISPOSITION_HEARING_IMPAIRED
AV_DISPOSITION_KARAOKE
AV_DISPOSITION_LYRICS
AV_DISPOSITION_METADATA
AV_DISPOSITION_ORIGINAL
AV_DISPOSITION_STILL_IMAGE
AV_DISPOSITION_TIMED_THUMBNAILS
AV_DISPOSITION_VISUAL_IMPAIRED
AV_EF_AGGRESSIVE
AV_EF_BITSTREAM
AV_EF_BUFFER
AV_EF_CAREFUL
AV_EF_COMPLIANT
AV_EF_CRCCHECK
AV_EF_EXPLODE
AV_EF_IGNORE_ERR
AV_ERROR_MAX_STRING_SIZE
AV_ESCAPE_FLAG_STRICT
AV_ESCAPE_FLAG_WHITESPACE
AV_ESCAPE_FLAG_XML_DOUBLE_QUOTES
AV_ESCAPE_FLAG_XML_SINGLE_QUOTES
AV_FOURCC_MAX_STRING_SIZE
AV_FRAME_CROP_UNALIGNED

Apply the maximum possible cropping, even if it requires setting the AVFrame.data[] entries to unaligned pointers. Passing unaligned data to FFmpeg API is generally not allowed, and causes undefined behavior (such as crashes). You can pass unaligned data only to FFmpeg APIs that are explicitly documented to accept it. Use this flag only if you absolutely know what you are doing.

AV_FRAME_FILENAME_FLAGS_MULTIPLE
AV_FRAME_FLAG_CORRUPT
AV_FRAME_FLAG_DISCARD
AV_GET_BUFFER_FLAG_REF
AV_GET_ENCODE_BUFFER_FLAG_REF
AV_HASH_MAX_SIZE
AV_HAVE_BIGENDIAN
AV_HAVE_FAST_UNALIGNED
AV_HWACCEL_CODEC_CAP_EXPERIMENTAL
AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH
AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH
AV_HWACCEL_FLAG_IGNORE_LEVEL
AV_HWFRAME_MAP_DIRECT

The mapping must be direct. That is, there must not be any copying in the map or unmap steps. Note that performance of direct mappings may be much lower than normal memory.

AV_HWFRAME_MAP_OVERWRITE

The mapped frame will be overwritten completely in subsequent operations, so the current frame data need not be loaded. Any values which are not overwritten are unspecified.

AV_HWFRAME_MAP_READ

The mapping must be readable.

AV_HWFRAME_MAP_WRITE

The mapping must be writeable.

AV_INPUT_BUFFER_MIN_SIZE
AV_INPUT_BUFFER_PADDING_SIZE
AV_LOG_DEBUG
AV_LOG_ERROR
AV_LOG_FATAL
AV_LOG_INFO
AV_LOG_MAX_OFFSET
AV_LOG_PANIC
AV_LOG_PRINT_LEVEL
AV_LOG_QUIET
AV_LOG_SKIP_REPEATED
AV_LOG_TRACE
AV_LOG_VERBOSE
AV_LOG_WARNING
AV_NOPTS_VALUE
AV_NUM_DATA_POINTERS
AV_OPT_ALLOW_NULL
AV_OPT_FLAG_AUDIO_PARAM
AV_OPT_FLAG_BSF_PARAM
AV_OPT_FLAG_CHILD_CONSTS
AV_OPT_FLAG_DECODING_PARAM
AV_OPT_FLAG_DEPRECATED
AV_OPT_FLAG_ENCODING_PARAM
AV_OPT_FLAG_EXPORT
AV_OPT_FLAG_FILTERING_PARAM
AV_OPT_FLAG_IMPLICIT_KEY

Accept to parse a value without a key; the key will then be returned as NULL.

AV_OPT_FLAG_READONLY
AV_OPT_FLAG_RUNTIME_PARAM
AV_OPT_FLAG_SUBTITLE_PARAM
AV_OPT_FLAG_VIDEO_PARAM
AV_OPT_MULTI_COMPONENT_RANGE
AV_OPT_SEARCH_CHILDREN
AV_OPT_SEARCH_FAKE_OBJ
AV_OPT_SERIALIZE_OPT_FLAGS_EXACT
AV_OPT_SERIALIZE_SKIP_DEFAULTS
AV_PARSER_PTS_NB
AV_PIX_FMT_FLAG_ALPHA
AV_PIX_FMT_FLAG_BAYER
AV_PIX_FMT_FLAG_BE
AV_PIX_FMT_FLAG_BITSTREAM
AV_PIX_FMT_FLAG_FLOAT
AV_PIX_FMT_FLAG_HWACCEL
AV_PIX_FMT_FLAG_PAL
AV_PIX_FMT_FLAG_PLANAR
AV_PIX_FMT_FLAG_PSEUDOPAL
AV_PIX_FMT_FLAG_RGB
AV_PKT_FLAG_CORRUPT
AV_PKT_FLAG_DISCARD
AV_PKT_FLAG_DISPOSABLE
AV_PKT_FLAG_KEY
AV_PKT_FLAG_TRUSTED
AV_PROGRAM_RUNNING
AV_PTS_WRAP_ADD_OFFSET
AV_PTS_WRAP_IGNORE
AV_PTS_WRAP_SUB_OFFSET
AV_STEREO3D_FLAG_INVERT
AV_SUBTITLE_FLAG_FORCED
AV_TIMECODE_STR_SIZE
AV_TIME_BASE
AV_TIME_BASE_Q
AV_UTF8_FLAG_ACCEPT_ALL
AV_UTF8_FLAG_ACCEPT_INVALID_BIG_CODES
AV_UTF8_FLAG_ACCEPT_NON_CHARACTERS
AV_UTF8_FLAG_ACCEPT_SURROGATES
AV_UTF8_FLAG_EXCLUDE_XML_INVALID_CONTROL_CODES
BC_BASE_MAX
BC_DIM_MAX
BC_SCALE_MAX
BC_STRING_MAX
BIG_ENDIAN
BUFSIZ
BYTE_ORDER
CHARCLASS_NAME_MAX
CLOCK_BOOTTIME
CLOCK_BOOTTIME_ALARM
CLOCK_MONOTONIC
CLOCK_MONOTONIC_COARSE
CLOCK_MONOTONIC_RAW
CLOCK_PROCESS_CPUTIME_ID
CLOCK_REALTIME
CLOCK_REALTIME_ALARM
CLOCK_REALTIME_COARSE
CLOCK_TAI
CLOCK_THREAD_CPUTIME_ID
COLL_WEIGHTS_MAX
DCTTransformType_DCT_I
DCTTransformType_DCT_II
DCTTransformType_DCT_III
DCTTransformType_DST_I
DELAYTIMER_MAX
DV_PROFILE_BYTES
E2BIG
EACCES
EADDRINUSE
EADDRNOTAVAIL
EADV
EAFNOSUPPORT
EAGAIN
EALREADY
EBADE
EBADF
EBADFD
EBADMSG
EBADR
EBADRQC
EBADSLT
EBFONT
EBUSY
ECANCELED
ECHILD
ECHRNG
ECOMM
ECONNABORTED
ECONNREFUSED
ECONNRESET
EDEADLK
EDEADLOCK
EDESTADDRREQ
EDOM
EDOTDOT
EDQUOT
EEXIST
EFAULT
EFBIG
EHOSTDOWN
EHOSTUNREACH
EHWPOISON
EIDRM
EILSEQ
EINPROGRESS
EINTR
EINVAL
EIO
EISCONN
EISDIR
EISNAM
EKEYEXPIRED
EKEYREJECTED
EKEYREVOKED
EL2HLT
EL2NSYNC
EL3HLT
EL3RST
ELIBACC
ELIBBAD
ELIBEXEC
ELIBMAX
ELIBSCN
ELNRNG
ELOOP
EMEDIUMTYPE
EMFILE
EMLINK
EMSGSIZE
EMULTIHOP
ENAMETOOLONG
ENAVAIL
ENETDOWN
ENETRESET
ENETUNREACH
ENFILE
ENOANO
ENOBUFS
ENOCSI
ENODATA
ENODEV
ENOENT
ENOEXEC
ENOKEY
ENOLCK
ENOLINK
ENOMEDIUM
ENOMEM
ENOMSG
ENONET
ENOPKG
ENOPROTOOPT
ENOSPC
ENOSR
ENOSTR
ENOSYS
ENOTBLK
ENOTCONN
ENOTDIR
ENOTEMPTY
ENOTNAM
ENOTRECOVERABLE
ENOTSOCK
ENOTSUP
ENOTTY
ENOTUNIQ
ENXIO
EOF
EOPNOTSUPP
EOVERFLOW
EOWNERDEAD
EPERM
EPFNOSUPPORT
EPIPE
EPROTO
EPROTONOSUPPORT
EPROTOTYPE
ERANGE
EREMCHG
EREMOTE
EREMOTEIO
ERESTART
ERFKILL
EROFS
ESHUTDOWN
ESOCKTNOSUPPORT
ESPIPE
ESRCH
ESRMNT
ESTALE
ESTRPIPE
ETIME
ETIMEDOUT
ETOOMANYREFS
ETXTBSY
EUCLEAN
EUNATCH
EUSERS
EWOULDBLOCK
EXDEV
EXFULL
EXIT_FAILURE
EXIT_SUCCESS
EXPR_NEST_MAX
FD_SETSIZE
FF_API_R_FRAME_RATE
FF_BUG_AMV
FF_BUG_AUTODETECT
FF_BUG_DC_CLIP
FF_BUG_DIRECT_BLOCKSIZE
FF_BUG_EDGE
FF_BUG_HPEL_CHROMA
FF_BUG_IEDGE
FF_BUG_MS
FF_BUG_NO_PADDING
FF_BUG_QPEL_CHROMA
FF_BUG_QPEL_CHROMA2
FF_BUG_STD_QPEL
FF_BUG_TRUNCATED
FF_BUG_UMP4
FF_BUG_XVID_ILACE
FF_CMP_BIT
FF_CMP_CHROMA
FF_CMP_DCT
FF_CMP_DCT264
FF_CMP_DCTMAX
FF_CMP_MEDIAN_SAD
FF_CMP_NSSE
FF_CMP_PSNR
FF_CMP_RD
FF_CMP_SAD
FF_CMP_SATD
FF_CMP_SSE
FF_CMP_VSAD
FF_CMP_VSSE
FF_CMP_W53
FF_CMP_W97
FF_CMP_ZERO
FF_CODEC_PROPERTY_CLOSED_CAPTIONS
FF_CODEC_PROPERTY_LOSSLESS
FF_CODER_TYPE_AC
FF_CODER_TYPE_RAW
FF_CODER_TYPE_RLE
FF_CODER_TYPE_VLC
FF_COMPLIANCE_EXPERIMENTAL
FF_COMPLIANCE_NORMAL
FF_COMPLIANCE_STRICT
FF_COMPLIANCE_UNOFFICIAL
FF_COMPLIANCE_VERY_STRICT
FF_COMPRESSION_DEFAULT
FF_DCT_ALTIVEC
FF_DCT_AUTO
FF_DCT_FAAN
FF_DCT_FASTINT
FF_DCT_INT
FF_DCT_MMX
FF_DEBUG_BITSTREAM
FF_DEBUG_BUFFERS
FF_DEBUG_BUGS
FF_DEBUG_DCT_COEFF
FF_DEBUG_ER
FF_DEBUG_GREEN_MD
FF_DEBUG_MB_TYPE
FF_DEBUG_MMCO
FF_DEBUG_NOMC
FF_DEBUG_PICT_INFO
FF_DEBUG_QP
FF_DEBUG_RC
FF_DEBUG_SKIP
FF_DEBUG_STARTCODE
FF_DEBUG_THREADS
FF_DEBUG_VIS_MV_B_BACK
FF_DEBUG_VIS_MV_B_FOR
FF_DEBUG_VIS_MV_P_FOR
FF_DECODE_ERROR_CONCEALMENT_ACTIVE
FF_DECODE_ERROR_DECODE_SLICES
FF_DECODE_ERROR_INVALID_BITSTREAM
FF_DECODE_ERROR_MISSING_REFERENCE
FF_EC_DEBLOCK
FF_EC_FAVOR_INTER
FF_EC_GUESS_MVS
FF_FDEBUG_TS
FF_IDCT_ALTIVEC
FF_IDCT_ARM
FF_IDCT_AUTO
FF_IDCT_FAAN
FF_IDCT_INT
FF_IDCT_NONE
FF_IDCT_SIMPLE
FF_IDCT_SIMPLEARM
FF_IDCT_SIMPLEARMV5TE
FF_IDCT_SIMPLEARMV6
FF_IDCT_SIMPLEAUTO
FF_IDCT_SIMPLEMMX
FF_IDCT_SIMPLENEON
FF_IDCT_XVID
FF_LAMBDA_MAX
FF_LAMBDA_SCALE
FF_LAMBDA_SHIFT
FF_LEVEL_UNKNOWN
FF_LOSS_ALPHA
FF_LOSS_CHROMA
FF_LOSS_COLORQUANT
FF_LOSS_COLORSPACE
FF_LOSS_DEPTH
FF_LOSS_RESOLUTION
FF_MB_DECISION_BITS
FF_MB_DECISION_RD
FF_MB_DECISION_SIMPLE
FF_PRED_LEFT
FF_PRED_MEDIAN
FF_PRED_PLANE
FF_PROFILE_AAC_ELD
FF_PROFILE_AAC_HE
FF_PROFILE_AAC_HE_V2
FF_PROFILE_AAC_LD
FF_PROFILE_AAC_LOW
FF_PROFILE_AAC_LTP
FF_PROFILE_AAC_MAIN
FF_PROFILE_AAC_SSR
FF_PROFILE_ARIB_PROFILE_A
FF_PROFILE_ARIB_PROFILE_C
FF_PROFILE_AV1_HIGH
FF_PROFILE_AV1_MAIN
FF_PROFILE_AV1_PROFESSIONAL
FF_PROFILE_DNXHD
FF_PROFILE_DNXHR_444
FF_PROFILE_DNXHR_HQ
FF_PROFILE_DNXHR_HQX
FF_PROFILE_DNXHR_LB
FF_PROFILE_DNXHR_SQ
FF_PROFILE_DTS
FF_PROFILE_DTS_96_24
FF_PROFILE_DTS_ES
FF_PROFILE_DTS_EXPRESS
FF_PROFILE_DTS_HD_HRA
FF_PROFILE_DTS_HD_MA
FF_PROFILE_H264_BASELINE
FF_PROFILE_H264_CAVLC_444
FF_PROFILE_H264_CONSTRAINED
FF_PROFILE_H264_CONSTRAINED_BASELINE
FF_PROFILE_H264_EXTENDED
FF_PROFILE_H264_HIGH
FF_PROFILE_H264_HIGH_10
FF_PROFILE_H264_HIGH_10_INTRA
FF_PROFILE_H264_HIGH_422
FF_PROFILE_H264_HIGH_422_INTRA
FF_PROFILE_H264_HIGH_444
FF_PROFILE_H264_HIGH_444_INTRA
FF_PROFILE_H264_HIGH_444_PREDICTIVE
FF_PROFILE_H264_INTRA
FF_PROFILE_H264_MAIN
FF_PROFILE_H264_MULTIVIEW_HIGH
FF_PROFILE_H264_STEREO_HIGH
FF_PROFILE_HEVC_MAIN
FF_PROFILE_HEVC_MAIN_10
FF_PROFILE_HEVC_MAIN_STILL_PICTURE
FF_PROFILE_HEVC_REXT
FF_PROFILE_JPEG2000_CSTREAM_NO_RESTRICTION
FF_PROFILE_JPEG2000_CSTREAM_RESTRICTION_0
FF_PROFILE_JPEG2000_CSTREAM_RESTRICTION_1
FF_PROFILE_JPEG2000_DCINEMA_2K
FF_PROFILE_JPEG2000_DCINEMA_4K
FF_PROFILE_KLVA_ASYNC
FF_PROFILE_KLVA_SYNC
FF_PROFILE_MJPEG_HUFFMAN_BASELINE_DCT
FF_PROFILE_MJPEG_HUFFMAN_EXTENDED_SEQUENTIAL_DCT
FF_PROFILE_MJPEG_HUFFMAN_LOSSLESS
FF_PROFILE_MJPEG_HUFFMAN_PROGRESSIVE_DCT
FF_PROFILE_MJPEG_JPEG_LS
FF_PROFILE_MPEG2_422
FF_PROFILE_MPEG2_AAC_HE
FF_PROFILE_MPEG2_AAC_LOW
FF_PROFILE_MPEG2_HIGH
FF_PROFILE_MPEG2_MAIN
FF_PROFILE_MPEG2_SIMPLE
FF_PROFILE_MPEG2_SNR_SCALABLE
FF_PROFILE_MPEG2_SS
FF_PROFILE_MPEG4_ADVANCED_CODING
FF_PROFILE_MPEG4_ADVANCED_CORE
FF_PROFILE_MPEG4_ADVANCED_REAL_TIME
FF_PROFILE_MPEG4_ADVANCED_SCALABLE_TEXTURE
FF_PROFILE_MPEG4_ADVANCED_SIMPLE
FF_PROFILE_MPEG4_BASIC_ANIMATED_TEXTURE
FF_PROFILE_MPEG4_CORE
FF_PROFILE_MPEG4_CORE_SCALABLE
FF_PROFILE_MPEG4_HYBRID
FF_PROFILE_MPEG4_MAIN
FF_PROFILE_MPEG4_N_BIT
FF_PROFILE_MPEG4_SCALABLE_TEXTURE
FF_PROFILE_MPEG4_SIMPLE
FF_PROFILE_MPEG4_SIMPLE_FACE_ANIMATION
FF_PROFILE_MPEG4_SIMPLE_SCALABLE
FF_PROFILE_MPEG4_SIMPLE_STUDIO
FF_PROFILE_PRORES_4444
FF_PROFILE_PRORES_HQ
FF_PROFILE_PRORES_LT
FF_PROFILE_PRORES_PROXY
FF_PROFILE_PRORES_STANDARD
FF_PROFILE_PRORES_XQ
FF_PROFILE_RESERVED
FF_PROFILE_SBC_MSBC
FF_PROFILE_UNKNOWN
FF_PROFILE_VC1_ADVANCED
FF_PROFILE_VC1_COMPLEX
FF_PROFILE_VC1_MAIN
FF_PROFILE_VC1_SIMPLE
FF_PROFILE_VP9_0
FF_PROFILE_VP9_1
FF_PROFILE_VP9_2
FF_PROFILE_VP9_3
FF_PROFILE_VVC_MAIN_10
FF_PROFILE_VVC_MAIN_10_444
FF_QP2LAMBDA
FF_QUALITY_SCALE
FF_SUB_CHARENC_MODE_AUTOMATIC
FF_SUB_CHARENC_MODE_DO_NOTHING
FF_SUB_CHARENC_MODE_IGNORE
FF_SUB_CHARENC_MODE_PRE_DECODER
FF_SUB_TEXT_FMT_ASS
FF_SUB_TEXT_FMT_ASS_WITH_TIMINGS
FF_THREAD_FRAME
FF_THREAD_SLICE
FILENAME_MAX
FOPEN_MAX
FP_ILOGB0
FP_ILOGBNAN
FP_INFINITE
FP_NAN
FP_NORMAL
FP_SUBNORMAL
FP_ZERO
HOST_NAME_MAX
INT8_MAX
INT8_MIN
INT16_MAX
INT16_MIN
INT32_MAX
INT32_MIN
INTPTR_MAX
INTPTR_MIN
INT_FAST8_MAX
INT_FAST8_MIN
INT_FAST16_MAX
INT_FAST16_MIN
INT_FAST32_MAX
INT_FAST32_MIN
INT_LEAST8_MAX
INT_LEAST8_MIN
INT_LEAST16_MAX
INT_LEAST16_MIN
INT_LEAST32_MAX
INT_LEAST32_MIN
LIBAVCODEC_VERSION_MAJOR
LIBAVCODEC_VERSION_MICRO
LIBAVCODEC_VERSION_MINOR
LIBAVDEVICE_VERSION_MAJOR
LIBAVDEVICE_VERSION_MICRO
LIBAVDEVICE_VERSION_MINOR
LIBAVFILTER_VERSION_MAJOR
LIBAVFILTER_VERSION_MICRO
LIBAVFILTER_VERSION_MINOR
LIBAVFORMAT_VERSION_MAJOR
LIBAVFORMAT_VERSION_MICRO
LIBAVFORMAT_VERSION_MINOR
LIBAVUTIL_VERSION_MAJOR
LIBAVUTIL_VERSION_MICRO
LIBAVUTIL_VERSION_MINOR
LIBSWRESAMPLE_VERSION_MAJOR
LIBSWRESAMPLE_VERSION_MICRO
LIBSWRESAMPLE_VERSION_MINOR
LIBSWSCALE_VERSION_MAJOR
LIBSWSCALE_VERSION_MICRO
LIBSWSCALE_VERSION_MINOR
LINE_MAX
LINK_MAX
LITTLE_ENDIAN
LOGIN_NAME_MAX
L_ctermid
L_tmpnam
MATH_ERREXCEPT
MATH_ERRNO
MAX_CANON
MAX_INPUT
MB_LEN_MAX
MQ_PRIO_MAX
M_1_PI
M_2_PI
M_2_SQRTPI
M_E
M_LN2
M_LN10
M_LOG2E
M_LOG2_10
M_LOG10E
M_PHI
M_PI
M_PI_2
M_PI_4
M_SQRT1_2
M_SQRT2
NAME_MAX
NGROUPS_MAX
NR_OPEN
PARSER_FLAG_COMPLETE_FRAMES
PARSER_FLAG_FETCHED_OFFSET
PARSER_FLAG_ONCE
PARSER_FLAG_USE_CODEC_TS
PATH_MAX
PDP_ENDIAN
PIPE_BUF
PRIX8
PRIX16
PRIX32
PRIX64
PRIXFAST8
PRIXFAST16
PRIXFAST32
PRIXFAST64
PRIXLEAST8
PRIXLEAST16
PRIXLEAST32
PRIXLEAST64
PRIXMAX
PRIXPTR
PRId8
PRId16
PRId32
PRId64
PRIdFAST8
PRIdFAST16
PRIdFAST32
PRIdFAST64
PRIdLEAST8
PRIdLEAST16
PRIdLEAST32
PRIdLEAST64
PRIdMAX
PRIdPTR
PRIi8
PRIi16
PRIi32
PRIi64
PRIiFAST8
PRIiFAST16
PRIiFAST32
PRIiFAST64
PRIiLEAST8
PRIiLEAST16
PRIiLEAST32
PRIiLEAST64
PRIiMAX
PRIiPTR
PRIo8
PRIo16
PRIo32
PRIo64
PRIoFAST8
PRIoFAST16
PRIoFAST32
PRIoFAST64
PRIoLEAST8
PRIoLEAST16
PRIoLEAST32
PRIoLEAST64
PRIoMAX
PRIoPTR
PRIu8
PRIu16
PRIu32
PRIu64
PRIuFAST8
PRIuFAST16
PRIuFAST32
PRIuFAST64
PRIuLEAST8
PRIuLEAST16
PRIuLEAST32
PRIuLEAST64
PRIuMAX
PRIuPTR
PRIx8
PRIx16
PRIx32
PRIx64
PRIxFAST8
PRIxFAST16
PRIxFAST32
PRIxFAST64
PRIxLEAST8
PRIxLEAST16
PRIxLEAST32
PRIxLEAST64
PRIxMAX
PRIxPTR
PTHREAD_DESTRUCTOR_ITERATIONS
PTHREAD_KEYS_MAX
PTHREAD_STACK_MIN
PTRDIFF_MAX
PTRDIFF_MIN
P_tmpdir
RAND_MAX
RDFTransformType_DFT_C2R
RDFTransformType_DFT_R2C
RDFTransformType_IDFT_C2R
RDFTransformType_IDFT_R2C
RE_DUP_MAX
RTSIG_MAX
SCNd8
SCNd16
SCNd32
SCNd64
SCNdFAST8
SCNdFAST16
SCNdFAST32
SCNdFAST64
SCNdLEAST8
SCNdLEAST16
SCNdLEAST32
SCNdLEAST64
SCNdMAX
SCNdPTR
SCNi8
SCNi16
SCNi32
SCNi64
SCNiFAST8
SCNiFAST16
SCNiFAST32
SCNiFAST64
SCNiLEAST8
SCNiLEAST16
SCNiLEAST32
SCNiLEAST64
SCNiMAX
SCNiPTR
SCNo8
SCNo16
SCNo32
SCNo64
SCNoFAST8
SCNoFAST16
SCNoFAST32
SCNoFAST64
SCNoLEAST8
SCNoLEAST16
SCNoLEAST32
SCNoLEAST64
SCNoMAX
SCNoPTR
SCNu8
SCNu16
SCNu32
SCNu64
SCNuFAST8
SCNuFAST16
SCNuFAST32
SCNuFAST64
SCNuLEAST8
SCNuLEAST16
SCNuLEAST32
SCNuLEAST64
SCNuMAX
SCNuPTR
SCNx8
SCNx16
SCNx32
SCNx64
SCNxFAST8
SCNxFAST16
SCNxFAST32
SCNxFAST64
SCNxLEAST8
SCNxLEAST16
SCNxLEAST32
SCNxLEAST64
SCNxMAX
SCNxPTR
SEEK_CUR
SEEK_END
SEEK_SET
SEM_VALUE_MAX
SIG_ATOMIC_MAX
SIG_ATOMIC_MIN
SIZE_MAX
SLICE_FLAG_ALLOW_FIELD
SLICE_FLAG_ALLOW_PLANE
SLICE_FLAG_CODED_ORDER
SWR_FLAG_RESAMPLE
SWS_ACCURATE_RND
SWS_AREA
SWS_BICUBIC
SWS_BICUBLIN
SWS_BILINEAR
SWS_BITEXACT
SWS_CS_BT2020
SWS_CS_DEFAULT
SWS_CS_FCC
SWS_CS_ITU601
SWS_CS_ITU624
SWS_CS_ITU709
SWS_CS_SMPTE170M
SWS_CS_SMPTE240M
SWS_DIRECT_BGR
SWS_ERROR_DIFFUSION
SWS_FAST_BILINEAR
SWS_FULL_CHR_H_INP
SWS_FULL_CHR_H_INT
SWS_GAUSS
SWS_LANCZOS
SWS_MAX_REDUCE_CUTOFF
SWS_PARAM_DEFAULT
SWS_POINT
SWS_PRINT_INFO
SWS_SINC
SWS_SPLINE
SWS_SRC_V_CHR_DROP_MASK
SWS_SRC_V_CHR_DROP_SHIFT
SWS_X
SwrDitherType_SWR_DITHER_NB

< not part of API/ABI

SwrDitherType_SWR_DITHER_NONE
SwrDitherType_SWR_DITHER_NS

< not part of API/ABI

SwrDitherType_SWR_DITHER_NS_F_WEIGHTED
SwrDitherType_SWR_DITHER_NS_HIGH_SHIBATA
SwrDitherType_SWR_DITHER_NS_IMPROVED_E_WEIGHTED
SwrDitherType_SWR_DITHER_NS_LIPSHITZ
SwrDitherType_SWR_DITHER_NS_LOW_SHIBATA
SwrDitherType_SWR_DITHER_NS_MODIFIED_E_WEIGHTED
SwrDitherType_SWR_DITHER_NS_SHIBATA
SwrDitherType_SWR_DITHER_RECTANGULAR
SwrDitherType_SWR_DITHER_TRIANGULAR
SwrDitherType_SWR_DITHER_TRIANGULAR_HIGHPASS
SwrEngine_SWR_ENGINE_NB

< not part of API/ABI

SwrEngine_SWR_ENGINE_SOXR

< SoX Resampler

SwrEngine_SWR_ENGINE_SWR

< SW Resampler

SwrFilterType_SWR_FILTER_TYPE_BLACKMAN_NUTTALL

< Blackman Nuttall windowed sinc

SwrFilterType_SWR_FILTER_TYPE_CUBIC

< Cubic

SwrFilterType_SWR_FILTER_TYPE_KAISER

< Kaiser windowed sinc

TIMER_ABSTIME
TIME_UTC
TMP_MAX
TTY_NAME_MAX
UINT8_MAX
UINT16_MAX
UINT32_MAX
UINTPTR_MAX
UINT_FAST8_MAX
UINT_FAST16_MAX
UINT_FAST32_MAX
UINT_LEAST8_MAX
UINT_LEAST16_MAX
UINT_LEAST32_MAX
VORBIS_FLAG_COMMENT
VORBIS_FLAG_HEADER
VORBIS_FLAG_SETUP
WCONTINUED
WEXITED
WINT_MAX
WINT_MIN
WNOHANG
WNOWAIT
WSTOPPED
WUNTRACED
XATTR_LIST_MAX
XATTR_NAME_MAX
XATTR_SIZE_MAX
_ALLOCA_H
_ATFILE_SOURCE
_BITS_BYTESWAP_H
_BITS_ENDIANNESS_H
_BITS_ENDIAN_H
_BITS_ERRNO_H
_BITS_LIBM_SIMD_DECL_STUBS_H
_BITS_POSIX1_LIM_H
_BITS_POSIX2_LIM_H
_BITS_PTHREADTYPES_ARCH_H
_BITS_PTHREADTYPES_COMMON_H
_BITS_STDINT_INTN_H
_BITS_STDINT_UINTN_H
_BITS_STDIO_LIM_H
_BITS_TIME64_H
_BITS_TIME_H
_BITS_TYPESIZES_H
_BITS_TYPES_H
_BITS_TYPES_LOCALE_T_H
_BITS_TYPES___LOCALE_T_H
_BITS_UINTN_IDENTITY_H
_BITS_WCHAR_H
_DEFAULT_SOURCE
_ENDIAN_H
_ERRNO_H
_FEATURES_H
_INTTYPES_H
_IOFBF
_IOLBF
_IONBF
_IO_EOF_SEEN
_IO_ERR_SEEN
_IO_USER_LOCK
_LIBC_LIMITS_H_
_MATH_H
_POSIX2_BC_BASE_MAX
_POSIX2_BC_DIM_MAX
_POSIX2_BC_SCALE_MAX
_POSIX2_BC_STRING_MAX
_POSIX2_CHARCLASS_NAME_MAX
_POSIX2_COLL_WEIGHTS_MAX
_POSIX2_EXPR_NEST_MAX
_POSIX2_LINE_MAX
_POSIX2_RE_DUP_MAX
_POSIX_AIO_LISTIO_MAX
_POSIX_AIO_MAX
_POSIX_ARG_MAX
_POSIX_CHILD_MAX
_POSIX_CLOCKRES_MIN
_POSIX_C_SOURCE
_POSIX_DELAYTIMER_MAX
_POSIX_HOST_NAME_MAX
_POSIX_LINK_MAX
_POSIX_LOGIN_NAME_MAX
_POSIX_MAX_CANON
_POSIX_MAX_INPUT
_POSIX_MQ_OPEN_MAX
_POSIX_MQ_PRIO_MAX
_POSIX_NAME_MAX
_POSIX_NGROUPS_MAX
_POSIX_OPEN_MAX
_POSIX_PATH_MAX
_POSIX_PIPE_BUF
_POSIX_RE_DUP_MAX
_POSIX_RTSIG_MAX
_POSIX_SEM_NSEMS_MAX
_POSIX_SEM_VALUE_MAX
_POSIX_SIGQUEUE_MAX
_POSIX_SOURCE
_POSIX_SSIZE_MAX
_POSIX_STREAM_MAX
_POSIX_SYMLINK_MAX
_POSIX_SYMLOOP_MAX
_POSIX_THREAD_DESTRUCTOR_ITERATIONS
_POSIX_THREAD_KEYS_MAX
_POSIX_THREAD_THREADS_MAX
_POSIX_TIMER_MAX
_POSIX_TTY_NAME_MAX
_POSIX_TZNAME_MAX
_STDC_PREDEF_H
_STDINT_H
_STDIO_H
_STDLIB_H
_STRINGS_H
_STRING_H
_STRUCT_TIMESPEC
_SYS_CDEFS_H
_SYS_SELECT_H
_SYS_TYPES_H
_THREAD_MUTEX_INTERNAL_H
_THREAD_SHARED_TYPES_H
_TIME_H
__BIG_ENDIAN
__BIT_TYPES_DEFINED__
__BYTE_ORDER
__ENUM_IDTYPE_T
__FD_SETSIZE
__FD_ZERO_STOS
__FILE_defined
__FLOAT_WORD_ORDER
__FP_LOGB0_IS_MIN
__FP_LOGBNAN_IS_MIN
__GLIBC_MINOR__
__GLIBC_USE_DEPRECATED_GETS
__GLIBC_USE_DEPRECATED_SCANF
__GLIBC_USE_IEC_60559_BFP_EXT
__GLIBC_USE_IEC_60559_BFP_EXT_C2X
__GLIBC_USE_IEC_60559_FUNCS_EXT
__GLIBC_USE_IEC_60559_FUNCS_EXT_C2X
__GLIBC_USE_IEC_60559_TYPES_EXT
__GLIBC_USE_ISOC2X
__GLIBC_USE_LIB_EXT2
__GLIBC__
__GNUC_VA_LIST
__GNU_LIBRARY__
__HAVE_DISTINCT_FLOAT16
__HAVE_DISTINCT_FLOAT32
__HAVE_DISTINCT_FLOAT32X
__HAVE_DISTINCT_FLOAT64
__HAVE_DISTINCT_FLOAT64X
__HAVE_DISTINCT_FLOAT128
__HAVE_DISTINCT_FLOAT128X
__HAVE_FLOAT16
__HAVE_FLOAT32
__HAVE_FLOAT32X
__HAVE_FLOAT64
__HAVE_FLOAT64X
__HAVE_FLOAT64X_LONG_DOUBLE
__HAVE_FLOAT128
__HAVE_FLOAT128X
__HAVE_FLOATN_NOT_TYPEDEF
__HAVE_GENERIC_SELECTION
__INO_T_MATCHES_INO64_T
__LITTLE_ENDIAN
__LONG_DOUBLE_USES_FLOAT128
__MATH_DECLARE_LDOUBLE
__MATH_DECLARING_DOUBLE
__MATH_DECLARING_FLOATN
__OFF_T_MATCHES_OFF64_T
__PDP_ENDIAN
__PRI64_PREFIX
__PRIPTR_PREFIX
__PTHREAD_MUTEX_HAVE_PREV
__RLIM_T_MATCHES_RLIM64_T
__SIZEOF_PTHREAD_ATTR_T
__SIZEOF_PTHREAD_BARRIERATTR_T
__SIZEOF_PTHREAD_BARRIER_T
__SIZEOF_PTHREAD_CONDATTR_T
__SIZEOF_PTHREAD_COND_T
__SIZEOF_PTHREAD_MUTEXATTR_T
__SIZEOF_PTHREAD_MUTEX_T
__SIZEOF_PTHREAD_RWLOCKATTR_T
__SIZEOF_PTHREAD_RWLOCK_T
__STATFS_MATCHES_STATFS64
__STDC_IEC_559_COMPLEX__
__STDC_IEC_559__
__STDC_ISO_10646__
__SYSCALL_WORDSIZE
__TIMESIZE
__USE_ATFILE
__USE_FORTIFY_LEVEL
__USE_ISOC11
__USE_ISOC95
__USE_ISOC99
__USE_MISC
__USE_POSIX
__USE_POSIX2
__USE_POSIX199309
__USE_POSIX199506
__USE_POSIX_IMPLICITLY
__USE_XOPEN2K
__USE_XOPEN2K8
__WALL
__WCLONE
__WCOREFLAG
__WNOTHREAD
__WORDSIZE
__WORDSIZE_TIME64_COMPAT32
__W_CONTINUED
____FILE_defined
_____fpos64_t_defined
_____fpos_t_defined
____gwchar_t_defined
____mbstate_t_defined
__clock_t_defined
__clockid_t_defined
__glibc_c99_flexarr_available
__have_pthread_attr_t
__itimerspec_defined
__ldiv_t_defined
__lldiv_t_defined
__sigset_t_defined
__struct_FILE_defined
__struct_tm_defined
__time_t_defined
__timer_t_defined
__timeval_defined
idtype_t_P_ALL
idtype_t_P_PGID
idtype_t_P_PID
math_errhandling

Statics

__daylight
__timezone
__tzname
av_aes_size
av_camellia_size
av_cast5_size
av_device_capabilities
av_md5_size
av_ripemd_size
av_sha512_size
av_sha_size
av_twofish_size
daylight
signgam
stderr
stdin
stdout
sys_errlist
sys_nerr
timezone
tzname

Functions

AVERROR
AVUNERROR
MKBETAG
MKTAG
_Exit
__acos
__acosf
__acosh
__acoshf
__acoshl
__acosl
__asin
__asinf
__asinh
__asinhf
__asinhl
__asinl
__atan
__atan2
__atan2f
__atan2l
__atanf
__atanh
__atanhf
__atanhl
__atanl
__cbrt
__cbrtf
__cbrtl
__ceil
__ceilf
__ceill
__copysign
__copysignf
__copysignl
__cos
__cosf
__cosh
__coshf
__coshl
__cosl
__ctype_get_mb_cur_max
__drem
__dremf
__dreml
__erf
__erfc
__erfcf
__erfcl
__erff
__erfl
__errno_location
__exp
__exp2
__exp2f
__exp2l
__expf
__expl
__expm1
__expm1f
__expm1l
__fabs
__fabsf
__fabsl
__fdim
__fdimf
__fdiml
__finite
__finitef
__finitel
__floor
__floorf
__floorl
__fma
__fmaf
__fmal
__fmax
__fmaxf
__fmaxl
__fmin
__fminf
__fminl
__fmod
__fmodf
__fmodl
__fpclassify
__fpclassifyf
__fpclassifyl
__frexp
__frexpf
__frexpl
__gamma
__gammaf
__gammal
__getdelim
__hypot
__hypotf
__hypotl
__ilogb
__ilogbf
__ilogbl
__iseqsig
__iseqsigf
__iseqsigl
__isinf
__isinff
__isinfl
__isnan
__isnanf
__isnanl
__issignaling
__issignalingf
__issignalingl
__j0
__j0f
__j0l
__j1
__j1f
__j1l
__jn
__jnf
__jnl
__ldexp
__ldexpf
__ldexpl
__lgamma
__lgamma_r
__lgammaf
__lgammaf_r
__lgammal
__lgammal_r
__llrint
__llrintf
__llrintl
__llround
__llroundf
__llroundl
__log
__log1p
__log1pf
__log1pl
__log2
__log2f
__log2l
__log10
__log10f
__log10l
__logb
__logbf
__logbl
__logf
__logl
__lrint
__lrintf
__lrintl
__lround
__lroundf
__lroundl
__modf
__modff
__modfl
__nan
__nanf
__nanl
__nearbyint
__nearbyintf
__nearbyintl
__nextafter
__nextafterf
__nextafterl
__nexttoward
__nexttowardf
__nexttowardl
__overflow
__pow
__powf
__powl
__remainder
__remainderf
__remainderl
__remquo
__remquof
__remquol
__rint
__rintf
__rintl
__round
__roundf
__roundl
__scalb
__scalbf
__scalbl
__scalbln
__scalblnf
__scalblnl
__scalbn
__scalbnf
__scalbnl
__signbit
__signbitf
__signbitl
__significand
__significandf
__significandl
__sin
__sinf
__sinh
__sinhf
__sinhl
__sinl
__sqrt
__sqrtf
__sqrtl
__stpcpy
__stpncpy
__strtok_r
__tan
__tanf
__tanh
__tanhf
__tanhl
__tanl
__tgamma
__tgammaf
__tgammal
__trunc
__truncf
__truncl
__uflow
__y0
__y0f
__y0l
__y1
__y1f
__y1l
__yn
__ynf
__ynl
a64l
abort
abs
acos
acosf
acosh
acoshf
acoshl
acosl
aligned_alloc
alloca
asctime
asctime_r
asin
asinf
asinh
asinhf
asinhl
asinl
at_quick_exit
atan
atan2
atan2f
atan2l
atanf
atanh
atanhf
atanhl
atanl
atexit
atof
atoi
atol
atoll
av_abuffersink_params_alloc

Create an AVABufferSinkParams structure.

av_add_index_entry

Add an index entry into a sorted list. Update the entry if the list already contains it.

av_add_q

Add two rationals. @param b First rational @param c Second rational @return b+c

av_add_stable

Add a value to a timestamp.

av_adler32_update

Calculate the Adler32 checksum of a buffer.

av_aes_alloc

Allocate an AVAES context.

av_aes_crypt

Encrypt or decrypt a buffer using a previously initialized context. @param count number of 16 byte blocks @param dst destination array, can be equal to src @param src source array, can be equal to dst @param iv initialization vector for CBC mode, if NULL then ECB will be used @param decrypt 0 for encryption, 1 for decryption

av_aes_init

Initialize an AVAES context. @param key_bits 128, 192 or 256 @param decrypt 0 for encryption, 1 for decryption

av_append_packet

Read data and append it to the current content of the AVPacket. If pkt->size is 0 this is identical to av_get_packet. Note that this uses av_grow_packet and thus involves a realloc which is inefficient. Thus this function should only be used when there is no reasonable way to know (an upper bound of) the final size.

av_append_path_component

Append path component to the existing path. Path separator ‘/’ is placed between when needed. Resulting string have to be freed with av_free(). @param path base path @param component component to be appended @return new path or NULL on error.

av_apply_bitstream_filters

Apply a list of bitstream filters to a packet.

av_asprintf

Print arguments following specified format into a large enough auto allocated buffer. It is similar to GNU asprintf(). @param fmt printf-compatible format string, specifying how the following parameters are used. @return the allocated string @note You have to free the string yourself with av_free().

av_audio_fifo_alloc

Allocate an AVAudioFifo.

av_audio_fifo_drain

Drain data from an AVAudioFifo.

av_audio_fifo_free

Free an AVAudioFifo.

av_audio_fifo_peek

Peek data from an AVAudioFifo.

av_audio_fifo_peek_at

Peek data from an AVAudioFifo.

av_audio_fifo_read

Read data from an AVAudioFifo.

av_audio_fifo_realloc

Reallocate an AVAudioFifo.

av_audio_fifo_reset

Reset the AVAudioFifo buffer.

av_audio_fifo_size

Get the current number of samples in the AVAudioFifo available for reading.

av_audio_fifo_space

Get the current number of samples in the AVAudioFifo available for writing.

av_audio_fifo_write

Write data to an AVAudioFifo.

av_base64_decode

Decode a base64-encoded string.

av_base64_encode

Encode data to base64 and null-terminate.

av_basename

Thread safe basename. @param path the string to parse, on DOS both \ and / are considered separators. @return pointer to the basename substring. If path does not contain a slash, the function returns a copy of path. If path is a NULL pointer or points to an empty string, a pointer to a string “.” is returned.

av_bitstream_filter_close

@deprecated the old bitstream filtering API (using AVBitStreamFilterContext) is deprecated. Use av_bsf_free() from the new bitstream filtering API (using AVBSFContext).

av_bitstream_filter_filter

@deprecated the old bitstream filtering API (using AVBitStreamFilterContext) is deprecated. Use av_bsf_send_packet() and av_bsf_receive_packet() from the new bitstream filtering API (using AVBSFContext).

av_bitstream_filter_init

@deprecated the old bitstream filtering API (using AVBitStreamFilterContext) is deprecated. Use av_bsf_get_by_name(), av_bsf_alloc(), and av_bsf_init() from the new bitstream filtering API (using AVBSFContext).

av_bitstream_filter_next

@deprecated the old bitstream filtering API (using AVBitStreamFilterContext) is deprecated. Use av_bsf_iterate() from the new bitstream filtering API (using AVBSFContext).

av_blowfish_alloc

Allocate an AVBlowfish context.

av_blowfish_crypt

Encrypt or decrypt a buffer using a previously initialized context.

av_blowfish_crypt_ecb

Encrypt or decrypt a buffer using a previously initialized context.

av_blowfish_init

Initialize an AVBlowfish context.

av_bmg_get

Get the next two numbers generated by a Box-Muller Gaussian generator using the random numbers issued by lfg.

av_bprint_append_data

Append data to a print buffer.

av_bprint_channel_layout

Append a description of a channel layout to a bprint buffer.

av_bprint_chars

Append char c n times to a print buffer.

av_bprint_clear

Reset the string to “” but keep internal allocated data.

av_bprint_escape

Escape the content in src and append it to dstbuf.

av_bprint_finalize

Finalize a print buffer.

av_bprint_get_buffer

Allocate bytes in the buffer for external use.

av_bprint_init

Init a print buffer.

av_bprint_init_for_buffer

Init a print buffer using a pre-existing buffer.

av_bprint_strftime

Append a formatted date and time to a print buffer.

av_bprintf

Append a formatted string to a print buffer.

av_bsf_alloc

Allocate a context for a given bitstream filter. The caller must fill in the context parameters as described in the documentation and then call av_bsf_init() before sending any data to the filter.

av_bsf_flush

Reset the internal bitstream filter state. Should be called e.g. when seeking.

av_bsf_free

Free a bitstream filter context and everything associated with it; write NULL into the supplied pointer.

av_bsf_get_by_name

@return a bitstream filter with the specified name or NULL if no such bitstream filter exists.

av_bsf_get_class

Get the AVClass for AVBSFContext. It can be used in combination with AV_OPT_SEARCH_FAKE_OBJ for examining options.

av_bsf_get_null_filter

Get null/pass-through bitstream filter.

av_bsf_init

Prepare the filter for use, after all the parameters and options have been set.

av_bsf_iterate

Iterate over all registered bitstream filters.

av_bsf_list_alloc

Allocate empty list of bitstream filters. The list must be later freed by av_bsf_list_free() or finalized by av_bsf_list_finalize().

av_bsf_list_append

Append bitstream filter to the list of bitstream filters.

av_bsf_list_append2

Construct new bitstream filter context given it’s name and options and append it to the list of bitstream filters.

av_bsf_list_finalize

Finalize list of bitstream filters.

av_bsf_list_free

Free list of bitstream filters.

av_bsf_list_parse_str

Parse string describing list of bitstream filters and create single @ref AVBSFContext describing the whole chain of bitstream filters. Resulting @ref AVBSFContext can be treated as any other @ref AVBSFContext freshly allocated by av_bsf_alloc().

av_bsf_next
av_bsf_receive_packet

Retrieve a filtered packet.

av_bsf_send_packet

Submit a packet for filtering.

av_buffer_alloc
av_buffer_allocz
av_buffer_create
av_buffer_default_free

Default free callback, which calls av_free() on the buffer data. This function is meant to be passed to av_buffer_create(), not called directly.

av_buffer_get_opaque

@return the opaque parameter set by av_buffer_create.

av_buffer_get_ref_count
av_buffer_is_writable

@return 1 if the caller may write to the data referred to by buf (which is true if and only if buf is the only reference to the underlying AVBuffer). Return 0 otherwise. A positive answer is valid until av_buffer_ref() is called on buf.

av_buffer_make_writable

Create a writable reference from a given buffer reference, avoiding data copy if possible.

av_buffer_pool_buffer_get_opaque

Query the original opaque parameter of an allocated buffer in the pool.

av_buffer_pool_get

Allocate a new AVBuffer, reusing an old buffer from the pool when available. This function may be called simultaneously from multiple threads.

av_buffer_pool_init
av_buffer_pool_init2
av_buffer_pool_uninit

Mark the pool as being available for freeing. It will actually be freed only once all the allocated buffers associated with the pool are released. Thus it is safe to call this function while some of the allocated buffers are still in use.

av_buffer_realloc
av_buffer_ref

Create a new reference to an AVBuffer.

av_buffer_replace

Ensure dst refers to the same data as src.

av_buffer_unref

Free a given reference and automatically free the buffer if there are no more references to it.

av_buffersink_get_channel_layout
av_buffersink_get_channels
av_buffersink_get_format
av_buffersink_get_frame

Get a frame with filtered data from sink and put it in frame.

av_buffersink_get_frame_flags

Get a frame with filtered data from sink and put it in frame.

av_buffersink_get_frame_rate
av_buffersink_get_h
av_buffersink_get_hw_frames_ctx
av_buffersink_get_sample_aspect_ratio
av_buffersink_get_sample_rate
av_buffersink_get_samples

Same as av_buffersink_get_frame(), but with the ability to specify the number of samples read. This function is less efficient than av_buffersink_get_frame(), because it copies the data around.

av_buffersink_get_time_base
av_buffersink_get_type

@defgroup lavfi_buffersink_accessors Buffer sink accessors Get the properties of the stream @{

av_buffersink_get_w
av_buffersink_params_alloc

Create an AVBufferSinkParams structure.

av_buffersink_set_frame_size

Set the frame size for an audio buffer sink.

av_buffersrc_add_frame

Add a frame to the buffer source.

av_buffersrc_add_frame_flags

Add a frame to the buffer source.

av_buffersrc_close

Close the buffer source after EOF.

av_buffersrc_get_nb_failed_requests

Get the number of failed requests.

av_buffersrc_parameters_alloc

Allocate a new AVBufferSrcParameters instance. It should be freed by the caller with av_free().

av_buffersrc_parameters_set

Initialize the buffersrc or abuffersrc filter with the provided parameters. This function may be called multiple times, the later calls override the previous ones. Some of the parameters may also be set through AVOptions, then whatever method is used last takes precedence.

av_buffersrc_write_frame

Add a frame to the buffer source.

av_calloc

Non-inlined equivalent of av_mallocz_array().

av_camellia_alloc

Allocate an AVCAMELLIA context To free the struct: av_free(ptr)

av_camellia_crypt

Encrypt or decrypt a buffer using a previously initialized context

av_camellia_init

Initialize an AVCAMELLIA context.

av_cast5_alloc

Allocate an AVCAST5 context To free the struct: av_free(ptr)

av_cast5_crypt

Encrypt or decrypt a buffer using a previously initialized context, ECB mode only

av_cast5_crypt2

Encrypt or decrypt a buffer using a previously initialized context

av_cast5_init

Initialize an AVCAST5 context.

av_channel_layout_extract_channel

Get the channel with the given index in channel_layout.

av_chroma_location_from_name

@return the AVChromaLocation value for name or an AVError if not found.

av_chroma_location_name

@return the name for provided chroma location or NULL if unknown.

av_cmp_q

Compare two rationals.

av_codec_get_chroma_intra_matrix
av_codec_get_codec_descriptor
av_codec_get_codec_properties
av_codec_get_id

Get the AVCodecID for the given codec tag tag. If no codec id is found returns AV_CODEC_ID_NONE.

av_codec_get_lowres
av_codec_get_max_lowres
av_codec_get_pkt_timebase

Accessors for some AVCodecContext fields. These used to be provided for ABI compatibility, and do not need to be used anymore.

av_codec_get_seek_preroll
av_codec_get_tag

Get the codec tag for the given codec id id. If no codec tag is found returns 0.

av_codec_get_tag2

Get the codec tag for the given codec id.

av_codec_is_decoder

@return a non-zero number if codec is a decoder, zero otherwise

av_codec_is_encoder

@return a non-zero number if codec is an encoder, zero otherwise

av_codec_iterate

Iterate over all registered codecs.

av_codec_next

If c is NULL, returns the first registered codec, if c is non-NULL, returns the next registered codec after c, or NULL if c is the last one.

av_codec_set_chroma_intra_matrix
av_codec_set_codec_descriptor
av_codec_set_lowres
av_codec_set_pkt_timebase
av_codec_set_seek_preroll
av_color_primaries_from_name

@return the AVColorPrimaries value for name or an AVError if not found.

av_color_primaries_name

@return the name for provided color primaries or NULL if unknown.

av_color_range_from_name

@return the AVColorRange value for name or an AVError if not found.

av_color_range_name

@return the name for provided color range or NULL if unknown.

av_color_space_from_name

@return the AVColorSpace value for name or an AVError if not found.

av_color_space_name

@return the name for provided color space or NULL if unknown.

av_color_transfer_from_name

@return the AVColorTransferCharacteristic value for name or an AVError if not found.

av_color_transfer_name

@return the name for provided color transfer or NULL if unknown.

av_compare_mod

Compare the remainders of two integer operands divided by a common divisor.

av_compare_ts

Compare two timestamps each in its own time base.

av_copy_packet

Copy packet, including contents

av_copy_packet_side_data

Copy packet side data

av_cpb_properties_alloc

Allocate a CPB properties structure and initialize its fields to default values.

av_cpu_count

@return the number of logical CPU cores present.

av_cpu_max_align

Get the maximum data alignment that may be required by FFmpeg.

av_crc

Calculate the CRC of a block. @param crc CRC of previous blocks if any or initial value for CRC @return CRC updated with the data from the given block

av_crc_get_table

Get an initialized standard CRC table. @param crc_id ID of a standard CRC @return a pointer to the CRC table or NULL on failure

av_crc_init

Initialize a CRC table. @param ctx must be an array of size sizeof(AVCRC)*257 or sizeof(AVCRC)*1024 @param le If 1, the lowest bit represents the coefficient for the highest exponent of the corresponding polynomial (both for poly and actual CRC). If 0, you must swap the CRC parameter and the result of av_crc if you need the standard representation (can be simplified in most cases to e.g. bswap16): av_bswap32(crc << (32-bits)) @param bits number of bits for the CRC @param poly generator polynomial without the x**bits coefficient, in the representation as specified by le @param ctx_size size of ctx in bytes @return <0 on failure

av_d2q

Convert a double precision floating point number to a rational.

av_d2str

Convert a number to an av_malloced string. @deprecated use av_asprintf() with “%f” or a more specific format

av_dct_calc
av_dct_end
av_dct_init

Set up DCT.

av_default_get_category
av_default_item_name

Return the context name

av_demuxer_iterate

Iterate over all registered demuxers.

av_demuxer_open

@deprecated Use an AVDictionary to pass options to a demuxer.

av_dict_copy

Copy entries from one AVDictionary struct into another. @param dst pointer to a pointer to a AVDictionary struct. If *dst is NULL, this function will allocate a struct for you and put it in *dst @param src pointer to source AVDictionary struct @param flags flags to use when setting entries in *dst @note metadata is read using the AV_DICT_IGNORE_SUFFIX flag @return 0 on success, negative AVERROR code on failure. If dst was allocated by this function, callers should free the associated memory.

av_dict_count

Get number of entries in dictionary.

av_dict_free

Free all the memory allocated for an AVDictionary struct and all keys and values.

av_dict_get

Get a dictionary entry with matching key.

av_dict_get_string

Get dictionary entries as a string.

av_dict_parse_string

Parse the key/value pairs list and add the parsed entries to a dictionary.

av_dict_set

Set the given entry in *pm, overwriting an existing entry.

av_dict_set_int

Convenience wrapper for av_dict_set that converts the value to a string and stores it.

av_dirname

Thread safe dirname. @param path the string to parse, on DOS both \ and / are considered separators. @return A pointer to a string that’s the parent directory of path. If path is a NULL pointer or points to an empty string, a pointer to a string “.” is returned. @note the function may modify the contents of the path, so copies should be passed.

av_display_matrix_flip

Flip the input matrix horizontally and/or vertically.

av_display_rotation_get

Extract the rotation component of the transformation matrix.

av_display_rotation_set

Initialize a transformation matrix describing a pure counterclockwise rotation by the specified angle (in degrees).

av_div_q

Divide one rational by another. @param b First rational @param c Second rational @return b/c

av_downmix_info_update_side_data

Get a frame’s AV_FRAME_DATA_DOWNMIX_INFO side data for editing.

av_dump_format

Print detailed information about the input or output format, such as duration, bitrate, streams, container, programs, metadata, side data, codec and time base.

av_dup_packet

@warning This is a hack - the packet memory allocation stuff is broken. The packet is allocated if it was not really allocated.

av_dv_codec_profile

Get a DV profile for the provided stream parameters.

av_dv_codec_profile2

Get a DV profile for the provided stream parameters. The frame rate is used as a best-effort parameter.

av_dv_frame_profile

Get a DV profile for the provided compressed frame.

av_dynarray2_add

Add an element of size elem_size to a dynamic array.

av_dynarray_add

Add the pointer to an element to a dynamic array.

av_dynarray_add_nofree

Add an element to a dynamic array.

av_err2str
av_escape

Escape string in src, and put the escaped string in an allocated string in *dst, which must be freed with av_free().

av_expr_count_func

Track the presence of user provided functions and their number of occurrences in a parsed expression.

av_expr_count_vars

Track the presence of variables and their number of occurrences in a parsed expression

av_expr_eval

Evaluate a previously parsed expression.

av_expr_free

Free a parsed expression previously created with av_expr_parse().

av_expr_parse

Parse an expression.

av_expr_parse_and_eval

Parse and evaluate an expression. Note, this is significantly slower than av_expr_eval().

av_fast_malloc

Allocate a buffer, reusing the given one if large enough.

av_fast_mallocz

Allocate and clear a buffer, reusing the given one if large enough.

av_fast_padded_malloc

Same behaviour av_fast_malloc but the buffer has additional AV_INPUT_BUFFER_PADDING_SIZE at the end which will always be 0.

av_fast_padded_mallocz

Same behaviour av_fast_padded_malloc except that buffer will always be 0-initialized after call.

av_fast_realloc

Reallocate the given buffer if it is not large enough, otherwise do nothing.

av_fft_calc

Do a complex FFT with the parameters defined in av_fft_init(). The input data must be permuted before. No 1.0/sqrt(n) normalization is done.

av_fft_end
av_fft_init

Set up a complex FFT. @param nbits log2 of the length of the input array @param inverse if 0 perform the forward transform, if 1 perform the inverse

av_fft_permute

Do the permutation needed BEFORE calling ff_fft_calc().

av_fifo_alloc

Initialize an AVFifoBuffer. @param size of FIFO @return AVFifoBuffer or NULL in case of memory allocation failure

av_fifo_alloc_array

Initialize an AVFifoBuffer. @param nmemb number of elements @param size size of the single element @return AVFifoBuffer or NULL in case of memory allocation failure

av_fifo_drain

Read and discard the specified amount of data from an AVFifoBuffer. @param f AVFifoBuffer to read from @param size amount of data to read in bytes

av_fifo_free

Free an AVFifoBuffer. @param f AVFifoBuffer to free

av_fifo_freep

Free an AVFifoBuffer and reset pointer to NULL. @param f AVFifoBuffer to free

av_fifo_generic_peek

Feed data from an AVFifoBuffer to a user-supplied callback. Similar as av_fifo_gereric_read but without discarding data. @param f AVFifoBuffer to read from @param buf_size number of bytes to read @param func generic read function @param dest data destination

av_fifo_generic_peek_at

Feed data at specific position from an AVFifoBuffer to a user-supplied callback. Similar as av_fifo_gereric_read but without discarding data. @param f AVFifoBuffer to read from @param offset offset from current read position @param buf_size number of bytes to read @param func generic read function @param dest data destination

av_fifo_generic_read

Feed data from an AVFifoBuffer to a user-supplied callback. @param f AVFifoBuffer to read from @param buf_size number of bytes to read @param func generic read function @param dest data destination

av_fifo_generic_write

Feed data from a user-supplied callback to an AVFifoBuffer. @param f AVFifoBuffer to write to @param src data source; non-const since it may be used as a modifiable context by the function defined in func @param size number of bytes to write @param func generic write function; the first parameter is src, the second is dest_buf, the third is dest_buf_size. func must return the number of bytes written to dest_buf, or <= 0 to indicate no more data available to write. If func is NULL, src is interpreted as a simple byte array for source data. @return the number of bytes written to the FIFO

av_fifo_grow

Enlarge an AVFifoBuffer. In case of reallocation failure, the old FIFO is kept unchanged. The new fifo size may be larger than the requested size.

av_fifo_realloc2

Resize an AVFifoBuffer. In case of reallocation failure, the old FIFO is kept unchanged.

av_fifo_reset

Reset the AVFifoBuffer to the state right after av_fifo_alloc, in particular it is emptied. @param f AVFifoBuffer to reset

av_fifo_size

Return the amount of data in bytes in the AVFifoBuffer, that is the amount of data you can read from it. @param f AVFifoBuffer to read from @return size

av_fifo_space

Return the amount of space in bytes in the AVFifoBuffer, that is the amount of data you can write into it. @param f AVFifoBuffer to write into @return size

av_file_map

Read the file with name filename, and put its content in a newly allocated buffer or map it with mmap() when available. In case of success set *bufptr to the read or mmapped buffer, and *size to the size in bytes of the buffer in *bufptr. Unlike mmap this function succeeds with zero sized files, in this case *bufptr will be set to NULL and *size will be set to 0. The returned buffer must be released with av_file_unmap().

av_file_unmap

Unmap or free the buffer bufptr created by av_file_map().

av_filename_number_test

Check whether filename actually is a numbered sequence generator.

av_filter_iterate

Iterate over all registered filters.

av_find_best_pix_fmt_of_2

Compute what kind of losses will occur when converting from one specific pixel format to another. When converting from one pixel format to another, information loss may occur. For example, when converting from RGB24 to GRAY, the color information will be lost. Similarly, other losses occur when converting from some formats to other formats. These losses can involve loss of chroma, but also loss of resolution, loss of color depth, loss due to the color space conversion, loss of the alpha bits or loss due to color quantization. av_get_fix_fmt_loss() informs you about the various types of losses which will occur when converting from one pixel format to another.

av_find_best_stream

Find the “best” stream in the file. The best stream is determined according to various heuristics as the most likely to be what the user expects. If the decoder parameter is non-NULL, av_find_best_stream will find the default decoder for the stream’s codec; streams for which no decoder can be found are ignored.

av_find_default_stream_index
av_find_info_tag

Attempt to find a specific tag in a URL.

av_find_input_format

Find AVInputFormat based on the short name of the input format.

av_find_nearest_q_idx

Find the value in a list of rationals nearest a given reference rational.

av_find_program_from_stream

Find the programs which belong to a given stream.

av_fmt_ctx_get_duration_estimation_method

Returns the method used to set ctx->duration.

av_fopen_utf8

Open a file using a UTF-8 filename. The API of this function matches POSIX fopen(), errors are returned through errno.

av_force_cpu_flags

Disables cpu detection and forces the specified flags. -1 is a special case that disables forcing of specific flags.

av_format_get_audio_codec
av_format_get_control_message_cb
av_format_get_data_codec
av_format_get_metadata_header_padding
av_format_get_opaque
av_format_get_open_cb
av_format_get_probe_score

Accessors for some AVFormatContext fields. These used to be provided for ABI compatibility, and do not need to be used anymore.

av_format_get_subtitle_codec
av_format_get_video_codec
av_format_inject_global_side_data

This function will cause global side data to be injected in the next packet of each stream as well as after any subsequent seek.

av_format_set_audio_codec
av_format_set_control_message_cb
av_format_set_data_codec
av_format_set_metadata_header_padding
av_format_set_opaque
av_format_set_open_cb
av_format_set_subtitle_codec
av_format_set_video_codec
av_fourcc_make_string

Fill the provided buffer with a string containing a FourCC (four-character code) representation.

av_frame_alloc

Allocate an AVFrame and set its fields to default values. The resulting struct must be freed using av_frame_free().

av_frame_apply_cropping

Crop the given video AVFrame according to its crop_left/crop_top/crop_right/ crop_bottom fields. If cropping is successful, the function will adjust the data pointers and the width/height fields, and set the crop fields to 0.

av_frame_clone

Create a new frame that references the same data as src.

av_frame_copy

Copy the frame data from src to dst.

av_frame_copy_props

Copy only “metadata” fields from src to dst.

av_frame_free

Free the frame and any dynamically allocated objects in it, e.g. extended_data. If the frame is reference counted, it will be unreferenced first.

av_frame_get_best_effort_timestamp

Accessors for some AVFrame fields. These used to be provided for ABI compatibility, and do not need to be used anymore.

av_frame_get_buffer

Allocate new buffer(s) for audio or video data.

av_frame_get_channel_layout
av_frame_get_channels
av_frame_get_color_range
av_frame_get_colorspace
av_frame_get_decode_error_flags
av_frame_get_metadata
av_frame_get_pkt_duration
av_frame_get_pkt_pos
av_frame_get_pkt_size
av_frame_get_plane_buffer

Get the buffer reference a given data plane is stored in.

av_frame_get_qp_table
av_frame_get_sample_rate
av_frame_get_side_data

@return a pointer to the side data of a given type on success, NULL if there is no side data with such type in this frame.

av_frame_is_writable

Check if the frame data is writable.

av_frame_make_writable

Ensure that the frame data is writable, avoiding data copy if possible.

av_frame_move_ref

Move everything contained in src to dst and reset src.

av_frame_new_side_data

Add a new side data to a frame.

av_frame_new_side_data_from_buf

Add a new side data to a frame from an existing AVBufferRef

av_frame_ref

Set up a new reference to the data described by the source frame.

av_frame_remove_side_data

Remove and free all side data instances of the given type.

av_frame_set_best_effort_timestamp
av_frame_set_channel_layout
av_frame_set_channels
av_frame_set_color_range
av_frame_set_colorspace
av_frame_set_decode_error_flags
av_frame_set_metadata
av_frame_set_pkt_duration
av_frame_set_pkt_pos
av_frame_set_pkt_size
av_frame_set_qp_table
av_frame_set_sample_rate
av_frame_side_data_name

@return a string identifying the side data type

av_frame_unref

Unreference all the buffers referenced by frame and reset the frame fields.

av_free

Free a memory block which has been allocated with a function of av_malloc() or av_realloc() family.

av_free_packet

Free a packet.

av_freep

Free a memory block which has been allocated with a function of av_malloc() or av_realloc() family, and set the pointer pointing to it to NULL.

av_gcd

Compute the greatest common divisor of two integer operands.

av_gcd_q

Return the best rational so that a and b are multiple of it. If the resulting denominator is larger than max_den, return def.

av_get_alt_sample_fmt

Return the planar<->packed alternative form of the given sample format, or AV_SAMPLE_FMT_NONE on error. If the passed sample_fmt is already in the requested planar/packed format, the format returned is the same as the input.

av_get_audio_frame_duration

Return audio frame duration.

av_get_audio_frame_duration2

This function is the same as av_get_audio_frame_duration(), except it works with AVCodecParameters instead of an AVCodecContext.

av_get_bits_per_pixel

Return the number of bits per pixel used by the pixel format described by pixdesc. Note that this is not the same as the number of bits per sample.

av_get_bits_per_sample

Return codec bits per sample.

av_get_bytes_per_sample

Return number of bytes per sample.

av_get_channel_description

Get the description of a given channel.

av_get_channel_layout

Return a channel layout id that matches name, or 0 if no match is found.

av_get_channel_layout_channel_index

Get the index of a channel in channel_layout.

av_get_channel_layout_nb_channels

Return the number of channels in the channel layout.

av_get_channel_layout_string

Return a description of a channel layout. If nb_channels is <= 0, it is guessed from the channel_layout.

av_get_channel_name

Get the name of a given channel.

av_get_codec_tag_string

Put a string representing the codec tag codec_tag in buf.

av_get_colorspace_name

Get the name of a colorspace. @return a static string identifying the colorspace; can be NULL.

av_get_cpu_flags

Return the flags which specify extensions supported by the CPU. The returned value is affected by av_force_cpu_flags() if that was used before. So av_get_cpu_flags() can easily be used in an application to detect the enabled cpu flags.

av_get_default_channel_layout

Return default channel layout for a given number of channels.

av_get_exact_bits_per_sample

Return codec bits per sample. Only return non-zero if the bits per sample is exactly correct, not an approximation.

av_get_extended_channel_layout

Return a channel layout and the number of channels based on the specified name.

av_get_frame_filename
av_get_frame_filename2

Return in ‘buf’ the path with ‘%d’ replaced by a number.

av_get_known_color_name

Get the name of a color from the internal table of hard-coded named colors.

av_get_media_type_string

Return a string describing the media_type enum, NULL if media_type is unknown.

av_get_output_timestamp

Get timing information for the data currently output. The exact meaning of “currently output” depends on the format. It is mostly relevant for devices that have an internal buffer and/or work in real time. @param s media file handle @param stream stream in the media file @param[out] dts DTS of the last packet output for the stream, in stream time_base units @param[out] wall absolute time when that packet whas output, in microsecond @return 0 if OK, AVERROR(ENOSYS) if the format does not support it Note: some formats or devices may not allow to measure dts and wall atomically.

av_get_packed_sample_fmt

Get the packed alternative form of the given sample format.

av_get_packet

Allocate and read the payload of a packet and initialize its fields with default values.

av_get_padded_bits_per_pixel

Return the number of bits per pixel for the pixel format described by pixdesc, including any padding or unused bits.

av_get_pcm_codec

Return the PCM codec associated with a sample format. @param be endianness, 0 for little, 1 for big, -1 (or anything else) for native @return AV_CODEC_ID_PCM_* or AV_CODEC_ID_NONE

av_get_picture_type_char

Return a single letter to describe the given picture type pict_type.

av_get_pix_fmt

Return the pixel format corresponding to name.

av_get_pix_fmt_loss

Compute what kind of losses will occur when converting from one specific pixel format to another. When converting from one pixel format to another, information loss may occur. For example, when converting from RGB24 to GRAY, the color information will be lost. Similarly, other losses occur when converting from some formats to other formats. These losses can involve loss of chroma, but also loss of resolution, loss of color depth, loss due to the color space conversion, loss of the alpha bits or loss due to color quantization. av_get_fix_fmt_loss() informs you about the various types of losses which will occur when converting from one pixel format to another.

av_get_pix_fmt_name

Return the short name for a pixel format, NULL in case pix_fmt is unknown.

av_get_pix_fmt_string

Print in buf the string corresponding to the pixel format with number pix_fmt, or a header if pix_fmt is negative.

av_get_planar_sample_fmt

Get the planar alternative form of the given sample format.

av_get_profile_name

Return a name for the specified profile, if available.

av_get_random_seed

Get a seed to use in conjunction with random functions. This function tries to provide a good seed at a best effort bases. Its possible to call this function multiple times if more bits are needed. It can be quite slow, which is why it should only be used as seed for a faster PRNG. The quality of the seed depends on the platform.

av_get_sample_fmt

Return a sample format corresponding to name, or AV_SAMPLE_FMT_NONE on error.

av_get_sample_fmt_name

Return the name of sample_fmt, or NULL if sample_fmt is not recognized.

av_get_sample_fmt_string

Generate a string corresponding to the sample format with sample_fmt, or a header if sample_fmt is negative.

av_get_standard_channel_layout

Get the value and name of a standard channel layout.

av_get_time_base_q

Return the fractional representation of the internal time base.

av_get_token

Unescape the given string until a non escaped terminating char, and return the token corresponding to the unescaped string.

av_gettime

Get the current time in microseconds.

av_gettime_relative

Get the current time in microseconds since some unspecified starting point. On platforms that support it, the time comes from a monotonic clock This property makes this time source ideal for measuring relative time. The returned values may not be monotonic on platforms where a monotonic clock is not available.

av_gettime_relative_is_monotonic

Indicates with a boolean result if the av_gettime_relative() time source is monotonic.

av_grow_packet

Increase packet size, correctly zeroing padding

av_guess_codec

Guess the codec ID based upon muxer and filename.

av_guess_format

Return the output format in the list of registered output formats which best matches the provided parameters, or return NULL if there is no match.

av_guess_frame_rate

Guess the frame rate, based on both the container and codec information.

av_guess_sample_aspect_ratio

Guess the sample aspect ratio of a frame, based on both the stream and the frame aspect ratio.

av_hash_alloc

Allocate a hash context for the algorithm specified by name.

av_hash_final

Finalize a hash context and compute the actual hash value.

av_hash_final_b64

Finalize a hash context and store the Base64 representation of the actual hash value as a string.

av_hash_final_bin

Finalize a hash context and store the actual hash value in a buffer.

av_hash_final_hex

Finalize a hash context and store the hexadecimal representation of the actual hash value as a string.

av_hash_freep

Free hash context and set hash context pointer to NULL.

av_hash_get_name

Get the name of the algorithm corresponding to the given hash context.

av_hash_get_size

Get the size of the resulting hash value in bytes.

av_hash_init

Initialize or reset a hash context.

av_hash_names

Get the names of available hash algorithms.

av_hash_update
av_hex_dump

Send a nice hexadecimal dump of a buffer to the specified file stream.

av_hex_dump_log

Send a nice hexadecimal dump of a buffer to the log.

av_hmac_alloc

Allocate an AVHMAC context. @param type The hash function used for the HMAC.

av_hmac_calc

Hash an array of data with a key. @param ctx The HMAC context @param data The data to hash @param len The length of the data, in bytes @param key The authentication key @param keylen The length of the key, in bytes @param out The output buffer to write the digest into @param outlen The length of the out buffer, in bytes @return The number of bytes written to out, or a negative error code.

av_hmac_final

Finish hashing and output the HMAC digest. @param ctx The HMAC context @param out The output buffer to write the digest into @param outlen The length of the out buffer, in bytes @return The number of bytes written to out, or a negative error code.

av_hmac_free

Free an AVHMAC context. @param ctx The context to free, may be NULL

av_hmac_init

Initialize an AVHMAC context with an authentication key. @param ctx The HMAC context @param key The authentication key @param keylen The length of the key, in bytes

av_hmac_update

Hash data with the HMAC. @param ctx The HMAC context @param data The data to hash @param len The length of the data, in bytes

av_hwaccel_next

If hwaccel is NULL, returns the first registered hardware accelerator, if hwaccel is non-NULL, returns the next registered hardware accelerator after hwaccel, or NULL if hwaccel is the last one.

av_hwdevice_ctx_alloc

Allocate an AVHWDeviceContext for a given hardware type.

av_hwdevice_ctx_create

Open a device of the specified type and create an AVHWDeviceContext for it.

av_hwdevice_ctx_create_derived

Create a new device of the specified type from an existing device.

av_hwdevice_ctx_create_derived_opts

Create a new device of the specified type from an existing device.

av_hwdevice_ctx_init

Finalize the device context before use. This function must be called after the context is filled with all the required information and before it is used in any way.

av_hwdevice_find_type_by_name

Look up an AVHWDeviceType by name.

av_hwdevice_get_hwframe_constraints

Get the constraints on HW frames given a device and the HW-specific configuration to be used with that device. If no HW-specific configuration is provided, returns the maximum possible capabilities of the device.

av_hwdevice_get_type_name

Get the string name of an AVHWDeviceType.

av_hwdevice_hwconfig_alloc

Allocate a HW-specific configuration structure for a given HW device. After use, the user must free all members as required by the specific hardware structure being used, then free the structure itself with av_free().

av_hwdevice_iterate_types

Iterate over supported device types.

av_hwframe_constraints_free

Free an AVHWFrameConstraints structure.

av_hwframe_ctx_alloc

Allocate an AVHWFramesContext tied to a given device context.

av_hwframe_ctx_create_derived

Create and initialise an AVHWFramesContext as a mapping of another existing AVHWFramesContext on a different device.

av_hwframe_ctx_init

Finalize the context before use. This function must be called after the context is filled with all the required information and before it is attached to any frames.

av_hwframe_get_buffer

Allocate a new frame attached to the given AVHWFramesContext.

av_hwframe_map

Map a hardware frame.

av_hwframe_transfer_data

Copy data to or from a hw surface. At least one of dst/src must have an AVHWFramesContext attached.

av_hwframe_transfer_get_formats

Get a list of possible source or target formats usable in av_hwframe_transfer_data().

av_iformat_next

If f is NULL, returns the first registered input format, if f is non-NULL, returns the next registered input format after f or NULL if f is the last one.

av_image_alloc

Allocate an image with size w and h and pixel format pix_fmt, and fill pointers and linesizes accordingly. The allocated image buffer has to be freed by using av_freep(&pointers[0]).

av_image_check_sar

Check if the given sample aspect ratio of an image is valid.

av_image_check_size

Check if the given dimension of an image is valid, meaning that all bytes of the image can be addressed with a signed int.

av_image_check_size2

Check if the given dimension of an image is valid, meaning that all bytes of a plane of an image with the specified pix_fmt can be addressed with a signed int.

av_image_copy

Copy image in src_data to dst_data.

av_image_copy_plane

Copy image plane from src to dst. That is, copy “height” number of lines of “bytewidth” bytes each. The first byte of each successive line is separated by *_linesize bytes.

av_image_copy_to_buffer

Copy image data from an image into a buffer.

av_image_copy_uc_from

Copy image data located in uncacheable (e.g. GPU mapped) memory. Where available, this function will use special functionality for reading from such memory, which may result in greatly improved performance compared to plain av_image_copy().

av_image_fill_arrays

Setup the data pointers and linesizes based on the specified image parameters and the provided array.

av_image_fill_black

Overwrite the image data with black. This is suitable for filling a sub-rectangle of an image, meaning the padding between the right most pixel and the left most pixel on the next line will not be overwritten. For some formats, the image size might be rounded up due to inherent alignment.

av_image_fill_linesizes

Fill plane linesizes for an image with pixel format pix_fmt and width width.

av_image_fill_max_pixsteps

Compute the max pixel step for each plane of an image with a format described by pixdesc.

av_image_fill_plane_sizes

Fill plane sizes for an image with pixel format pix_fmt and height height.

av_image_fill_pointers

Fill plane data pointers for an image with pixel format pix_fmt and height height.

av_image_get_buffer_size

Return the size in bytes of the amount of data required to store an image with the given parameters.

av_image_get_linesize

Compute the size of an image line with format pix_fmt and width width for the plane plane.

av_imdct_calc
av_imdct_half
av_index_search_timestamp

Get the index for a specific timestamp.

av_init_packet

Initialize optional fields of a packet with default values.

av_input_audio_device_next

Audio input devices iterator.

av_input_video_device_next

Video input devices iterator.

av_int_list_length_for_size

Compute the length of an integer list.

av_interleaved_write_frame

Write a packet to an output media file ensuring correct interleaving.

av_interleaved_write_uncoded_frame

Write an uncoded frame to an output media file.

av_inv_q

Invert a rational. @param q value @return 1 / q

av_lfg_init
av_lfg_init_from_data

Seed the state of the ALFG using binary data.

av_lockmgr_register

Register a user provided lock manager supporting the operations specified by AVLockOp. The “mutex” argument to the function points to a (void *) where the lockmgr should store/get a pointer to a user allocated mutex. It is NULL upon AV_LOCK_CREATE and equal to the value left by the last call for all other ops. If the lock manager is unable to perform the op then it should leave the mutex in the same state as when it was called and return a non-zero value. However, when called with AV_LOCK_DESTROY the mutex will always be assumed to have been successfully destroyed. If av_lockmgr_register succeeds it will return a non-negative value, if it fails it will return a negative value and destroy all mutex and unregister all callbacks. av_lockmgr_register is not thread-safe, it must be called from a single thread before any calls which make use of locking are used.

av_log

Send the specified message to the log if the level is less than or equal to the current av_log_level. By default, all logging messages are sent to stderr. This behavior can be altered by setting a different logging callback function. @see av_log_set_callback

av_log2
av_log2_16bit
av_log_default_callback

Default logging callback

av_log_format_line

Format a line of log the same way as the default callback. @param line buffer to receive the formatted line @param line_size size of the buffer @param print_prefix used to store whether the prefix must be printed; must point to a persistent integer initially set to 1

av_log_format_line2

Format a line of log the same way as the default callback. @param line buffer to receive the formatted line; may be NULL if line_size is 0 @param line_size size of the buffer; at most line_size-1 characters will be written to the buffer, plus one null terminator @param print_prefix used to store whether the prefix must be printed; must point to a persistent integer initially set to 1 @return Returns a negative value if an error occurred, otherwise returns the number of characters that would have been written for a sufficiently large buffer, not including the terminating null character. If the return value is not less than line_size, it means that the log message was truncated to fit the buffer.

av_log_get_flags
av_log_get_level

Get the current log level

av_log_once

Send the specified message to the log once with the initial_level and then with the subsequent_level. By default, all logging messages are sent to stderr. This behavior can be altered by setting a different logging callback function. @see av_log

av_log_set_callback

Set the logging callback

av_log_set_flags
av_log_set_level

Set the log level

av_make_error_string

This function should not be called before the horsemen are ready. Fill the provided buffer with a string containing an error string corresponding to the AVERROR code errnum.

av_make_q

Create an AVRational.

av_malloc

Allocate a memory block with alignment suitable for all memory accesses (including vectors if available on the CPU).

av_malloc_array

Allocate a memory block for an array with av_malloc().

av_mallocz

Allocate a memory block with alignment suitable for all memory accesses (including vectors if available on the CPU) and zero all the bytes of the block.

av_mallocz_array

Allocate a memory block for an array with av_mallocz().

av_match_ext

Return a positive value if the given filename has one of the given extensions, 0 otherwise.

av_match_list

Check if a name is in a list. @returns 0 if not found, or the 1 based index where it has been found in the list.

av_match_name

Match instances of a name in a comma-separated list of names. List entries are checked from the start to the end of the names list, the first match ends further processing. If an entry prefixed with ‘-’ matches, then 0 is returned. The “ALL” list entry is considered to match all names.

av_max_alloc

Set the maximum size that may be allocated in one block.

av_md5_alloc

Allocate an AVMD5 context.

av_md5_final

Finish hashing and output digest value.

av_md5_init

Initialize MD5 hashing.

av_md5_sum
av_md5_update
av_mdct_calc
av_mdct_end
av_mdct_init
av_memcpy_backptr

Overlapping memcpy() implementation.

av_memdup

Duplicate a buffer with av_malloc().

av_mul_q

Multiply two rationals. @param b First rational @param c Second rational @return b*c

av_murmur3_alloc

Allocate an AVMurMur3 hash context.

av_murmur3_final

Finish hashing and output digest value.

av_murmur3_init

Initialize or reinitialize an AVMurMur3 hash context.

av_murmur3_init_seeded

Initialize or reinitialize an AVMurMur3 hash context with a seed.

av_murmur3_update
av_muxer_iterate

Iterate over all registered muxers.

av_nearer_q

Find which of the two rationals is closer to another rational.

av_new_packet

Allocate the payload of a packet and initialize its fields with default values.

av_new_program
av_oformat_next

If f is NULL, returns the first registered output format, if f is non-NULL, returns the next registered output format after f or NULL if f is the last one.

av_opt_child_class_iterate

Iterate over potential AVOptions-enabled children of parent.

av_opt_child_class_next

Iterate over potential AVOptions-enabled children of parent.

av_opt_child_next

Iterate over AVOptions-enabled children of obj.

av_opt_copy

Copy options from src object into dest object.

av_opt_eval_double
av_opt_eval_flags

@defgroup opt_eval_funcs Evaluating option strings @{ This group of functions can be used to evaluate option strings and get numbers out of them. They do the same thing as av_opt_set(), except the result is written into the caller-supplied pointer.

av_opt_eval_float
av_opt_eval_int
av_opt_eval_int64
av_opt_eval_q
av_opt_find

Look for an option in an object. Consider only options which have all the specified flags set.

av_opt_find2

Look for an option in an object. Consider only options which have all the specified flags set.

av_opt_flag_is_set

Check whether a particular flag is set in a flags field.

av_opt_free

Free all allocated objects in obj.

av_opt_freep_ranges

Free an AVOptionRanges struct and set it to NULL.

av_opt_get

@defgroup opt_get_funcs Option getting functions @{ Those functions get a value of the option with the given name from an object.

av_opt_get_channel_layout
av_opt_get_dict_val

@param[out] out_val The returned dictionary is a copy of the actual value and must be freed with av_dict_free() by the caller

av_opt_get_double
av_opt_get_image_size
av_opt_get_int
av_opt_get_key_value

Extract a key-value pair from the beginning of a string.

av_opt_get_pixel_fmt
av_opt_get_q
av_opt_get_sample_fmt
av_opt_get_video_rate
av_opt_is_set_to_default

Check if given option is set to its default value.

av_opt_is_set_to_default_by_name

Check if given option is set to its default value.

av_opt_next

Iterate over all AVOptions belonging to obj.

av_opt_ptr

@} Gets a pointer to the requested field in a struct. This function allows accessing a struct even when its fields are moved or renamed since the application making the access has been compiled,

av_opt_query_ranges

Get a list of allowed ranges for the given option.

av_opt_query_ranges_default

Get a default list of allowed ranges for the given option.

av_opt_serialize

Serialize object’s options.

av_opt_set

@defgroup opt_set_funcs Option setting functions @{ Those functions set the field of obj with the given name to value.

av_opt_set_bin
av_opt_set_channel_layout
av_opt_set_defaults

Set the values of all AVOption fields to their default values.

av_opt_set_defaults2

Set the values of all AVOption fields to their default values. Only these AVOption fields for which (opt->flags & mask) == flags will have their default applied to s.

av_opt_set_dict

Set all the options from a given dictionary on an object.

av_opt_set_dict2

Set all the options from a given dictionary on an object.

av_opt_set_dict_val

@note Any old dictionary present is discarded and replaced with a copy of the new one. The caller still owns val is and responsible for freeing it.

av_opt_set_double
av_opt_set_from_string

Parse the key-value pairs list in opts. For each key=value pair found, set the value of the corresponding option in ctx.

av_opt_set_image_size
av_opt_set_int
av_opt_set_pixel_fmt
av_opt_set_q
av_opt_set_sample_fmt
av_opt_set_video_rate
av_opt_show2

Show the obj options.

av_output_audio_device_next

Audio output devices iterator.

av_output_video_device_next

Video output devices iterator.

av_packet_add_side_data

Wrap an existing array as a packet side data.

av_packet_alloc

Allocate an AVPacket and set its fields to default values. The resulting struct must be freed using av_packet_free().

av_packet_clone

Create a new packet that references the same data as src.

av_packet_copy_props

Copy only “properties” fields from src to dst.

av_packet_free

Free the packet, if the packet is reference counted, it will be unreferenced first.

av_packet_free_side_data

Convenience function to free all the side data stored. All the other fields stay untouched.

av_packet_from_data

Initialize a reference-counted packet from av_malloc()ed data.

av_packet_get_side_data

Get side information from packet.

av_packet_make_refcounted

Ensure the data described by a given packet is reference counted.

av_packet_make_writable

Create a writable reference for the data described by a given packet, avoiding data copy if possible.

av_packet_merge_side_data
av_packet_move_ref

Move every field in src to dst and reset src.

av_packet_new_side_data

Allocate new information of a packet.

av_packet_pack_dictionary
av_packet_ref

Setup a new reference to the data described by a given packet

av_packet_rescale_ts

Convert valid timing fields (timestamps / durations) in a packet from one timebase to another. Timestamps with unknown values (AV_NOPTS_VALUE) will be ignored.

av_packet_shrink_side_data

Shrink the already allocated side data buffer

av_packet_side_data_name
av_packet_split_side_data
av_packet_unpack_dictionary
av_packet_unref

Wipe the packet.

av_parse_color

Put the RGBA values that correspond to color_string in rgba_color.

av_parse_cpu_caps

Parse CPU caps from a string and update the given AV_CPU_* flags based on that.

av_parse_cpu_flags

Parse CPU flags from a string.

av_parse_ratio

Parse str and store the parsed ratio in q.

av_parse_time

Parse timestr and return in *time a corresponding number of microseconds.

av_parse_video_rate

Parse str and store the detected values in *rate.

av_parse_video_size

Parse str and put in width_ptr and height_ptr the detected values.

av_parser_change

@return 0 if the output buffer is a subset of the input, 1 if it is allocated and must be freed @deprecated Use dump_extradata, remove_extra or extract_extradata bitstream filters instead.

av_parser_close
av_parser_init
av_parser_iterate

Iterate over all registered codec parsers.

av_parser_next
av_parser_parse2

Parse a packet.

av_picture_copy

@deprecated av_image_copy() instead.

av_picture_crop

@deprecated unused

av_picture_pad

@deprecated unused

av_pix_fmt_count_planes

@return number of planes in pix_fmt, a negative AVERROR if pix_fmt is not a valid pixel format.

av_pix_fmt_desc_get

@return a pixel format descriptor for provided pixel format or NULL if this pixel format is unknown.

av_pix_fmt_desc_get_id

@return an AVPixelFormat id described by desc, or AV_PIX_FMT_NONE if desc is not a valid pointer to a pixel format descriptor.

av_pix_fmt_desc_next

Iterate over all pixel format descriptors known to libavutil.

av_pix_fmt_get_chroma_sub_sample

Utility function to access log2_chroma_w log2_chroma_h from the pixel format AVPixFmtDescriptor.

av_pix_fmt_swap_endianness

Utility function to swap the endianness of a pixel format.

av_pkt_dump2

Send a nice dump of a packet to the specified file stream.

av_pkt_dump_log2

Send a nice dump of a packet to the log.

av_probe_input_buffer

Like av_probe_input_buffer2() but returns 0 on success

av_probe_input_buffer2

Probe a bytestream to determine the input format. Each time a probe returns with a score that is too low, the probe buffer size is increased and another attempt is made. When the maximum probe size is reached, the input format with the highest score is returned.

av_probe_input_format

Guess the file format.

av_probe_input_format2

Guess the file format.

av_probe_input_format3

Guess the file format.

av_program_add_stream_index
av_q2d

Convert an AVRational to a double. @param a AVRational to convert @return a in floating-point form @see av_d2q()

av_q2intfloat

Convert an AVRational to a IEEE 32-bit float expressed in fixed-point format.

av_rdft_calc
av_rdft_end
av_rdft_init

Set up a real FFT. @param nbits log2 of the length of the input array @param trans the type of transform

av_read_frame

Return the next frame of a stream. This function returns what is stored in the file, and does not validate that what is there are valid frames for the decoder. It will split what is stored in the file into frames and return one for each call. It will not omit invalid data between valid frames so as to give the decoder the maximum information possible for decoding.

av_read_image_line
av_read_image_line2

Read a line from an image, and write the values of the pixel format component c to dst.

av_read_pause

Pause a network-based stream (e.g. RTSP stream).

av_read_play

Start playing a network-based stream (e.g. RTSP stream) at the current position.

av_realloc

Allocate, reallocate, or free a block of memory.

av_realloc_array

Allocate, reallocate, or free an array.

av_realloc_f

Allocate, reallocate, or free a block of memory.

av_reallocp

Allocate, reallocate, or free a block of memory through a pointer to a pointer.

av_reallocp_array

Allocate, reallocate, or free an array through a pointer to a pointer.

av_reduce

Reduce a fraction.

av_register_all

Initialize libavformat and register all the muxers, demuxers and protocols. If you do not call this function, then you can select exactly which formats you want to support.

av_register_bitstream_filter

@deprecated the old bitstream filtering API (using AVBitStreamFilterContext) is deprecated. Use the new bitstream filtering API (using AVBSFContext).

av_register_codec_parser
av_register_hwaccel

Register the hardware accelerator hwaccel.

av_register_input_format
av_register_output_format
av_rescale

Rescale a 64-bit integer with rounding to nearest.

av_rescale_delta

Rescale a timestamp while preserving known durations.

av_rescale_q

Rescale a 64-bit integer by 2 rational numbers.

av_rescale_q_rnd

Rescale a 64-bit integer by 2 rational numbers with specified rounding.

av_rescale_rnd

Rescale a 64-bit integer with specified rounding.

av_ripemd_alloc

Allocate an AVRIPEMD context.

av_ripemd_final

Finish hashing and output digest value.

av_ripemd_init

Initialize RIPEMD hashing.

av_ripemd_update
av_sample_fmt_is_planar

Check if the sample format is planar.

av_samples_alloc

Allocate a samples buffer for nb_samples samples, and fill data pointers and linesize accordingly. The allocated samples buffer can be freed by using av_freep(&audio_data[0]) Allocated data will be initialized to silence.

av_samples_alloc_array_and_samples

Allocate a data pointers array, samples buffer for nb_samples samples, and fill data pointers and linesize accordingly.

av_samples_copy

Copy samples from src to dst.

av_samples_fill_arrays

Fill plane data pointers and linesize for samples with sample format sample_fmt.

av_samples_get_buffer_size

Get the required buffer size for the given audio parameters.

av_samples_set_silence

Fill an audio buffer with silence.

av_sdp_create

Generate an SDP for an RTP session.

av_seek_frame

Seek to the keyframe at timestamp. ‘timestamp’ in ‘stream_index’.

av_set_cpu_flags_mask

Set a mask on flags returned by av_get_cpu_flags(). This function is mainly useful for testing. Please use av_force_cpu_flags() and av_get_cpu_flags() instead which are more flexible

av_set_options_string

Parse the key/value pairs list in opts. For each key/value pair found, stores the value in the field in ctx that is named like the key. ctx must be an AVClass context, storing is done using AVOptions.

av_sha512_alloc

Allocate an AVSHA512 context.

av_sha512_final

Finish hashing and output digest value.

av_sha512_init

Initialize SHA-2 512 hashing.

av_sha512_update
av_sha_alloc

Allocate an AVSHA context.

av_sha_final

Finish hashing and output digest value.

av_sha_init

Initialize SHA-1 or SHA-2 hashing.

av_sha_update
av_shrink_packet

Reduce packet size, correctly zeroing padding

av_small_strptime

Simplified version of strptime

av_sscanf

See libc sscanf manual for more information. Locale-independent sscanf implementation.

av_stereo3d_alloc

Allocate an AVStereo3D structure and set its fields to default values. The resulting struct can be freed using av_freep().

av_stereo3d_create_side_data

Allocate a complete AVFrameSideData and add it to the frame.

av_stereo3d_from_name

Get the AVStereo3DType form a human-readable name.

av_stereo3d_type_name

Provide a human-readable name of a given stereo3d type.

av_strcasecmp

Locale-independent case-insensitive compare. @note This means only ASCII-range characters are case-insensitive

av_strdup

Duplicate a string.

av_stream_add_side_data

Wrap an existing array as stream side data.

av_stream_get_codec_timebase

Get the internal codec timebase from a stream.

av_stream_get_end_pts

Returns the pts of the last muxed packet + its duration

av_stream_get_parser
av_stream_get_r_frame_rate

Accessors for some AVStream fields. These used to be provided for ABI compatibility, and do not need to be used anymore.

av_stream_get_recommended_encoder_configuration
av_stream_get_side_data

Get side information from stream.

av_stream_new_side_data

Allocate new information from stream.

av_stream_set_r_frame_rate
av_stream_set_recommended_encoder_configuration
av_strerror

Put a description of the AVERROR code errnum in errbuf. In case of failure the global variable errno is set to indicate the error. Even in case of failure av_strerror() will print a generic error message indicating the errnum provided to errbuf.

av_strireplace

Locale-independent strings replace. @note This means only ASCII-range characters are replace

av_stristart

Return non-zero if pfx is a prefix of str independent of case. If it is, *ptr is set to the address of the first character in str after the prefix.

av_stristr

Locate the first case-independent occurrence in the string haystack of the string needle. A zero-length string needle is considered to match at the start of haystack.

av_strlcat

Append the string src to the string dst, but to a total length of no more than size - 1 bytes, and null-terminate dst.

av_strlcatf

Append output to a string, according to a format. Never write out of the destination buffer, and always put a terminating 0 within the buffer. @param dst destination buffer (string to which the output is appended) @param size total size of the destination buffer @param fmt printf-compatible format string, specifying how the following parameters are used @return the length of the string that would have been generated if enough space had been available

av_strlcpy

Copy the string src to dst, but no more than size - 1 bytes, and null-terminate dst.

av_strncasecmp

Locale-independent case-insensitive compare. @note This means only ASCII-range characters are case-insensitive

av_strndup

Duplicate a substring of a string.

av_strnstr

Locate the first occurrence of the string needle in the string haystack where not more than hay_length characters are searched. A zero-length string needle is considered to match at the start of haystack.

av_strstart

Return non-zero if pfx is a prefix of str. If it is, *ptr is set to the address of the first character in str after the prefix.

av_strtod

Parse the string in numstr and return its value as a double. If the string is empty, contains only whitespaces, or does not contain an initial substring that has the expected syntax for a floating-point number, no conversion is performed. In this case, returns a value of zero and the value returned in tail is the value of numstr.

av_strtok

Split the string into several tokens which can be accessed by successive calls to av_strtok().

av_sub_q

Subtract one rational from another. @param b First rational @param c Second rational @return b-c

av_tempfile

Wrapper to work around the lack of mkstemp() on mingw. Also, tries to create file in /tmp first, if possible. *prefix can be a character constant; *filename will be allocated internally. @return file descriptor of opened file (or negative value corresponding to an AVERROR code on error) and opened file name in **filename. @note On very old libcs it is necessary to set a secure umask before calling this, av_tempfile() can’t call umask itself as it is used in libraries and could interfere with the calling application. @deprecated as fd numbers cannot be passed saftely between libs on some platforms

av_thread_message_flush

Flush the message queue

av_thread_message_queue_alloc

Allocate a new message queue.

av_thread_message_queue_free

Free a message queue.

av_thread_message_queue_nb_elems

Return the current number of messages in the queue.

av_thread_message_queue_recv

Receive a message from the queue.

av_thread_message_queue_send

Send a message on the queue.

av_thread_message_queue_set_err_recv

Set the receiving error code.

av_thread_message_queue_set_err_send

Set the sending error code.

av_thread_message_queue_set_free_func

Set the optional free message callback function which will be called if an operation is removing messages from the queue.

av_timecode_adjust_ntsc_framenum2

Adjust frame number for NTSC drop frame time code.

av_timecode_check_frame_rate

Check if the timecode feature is available for the given frame rate

av_timecode_get_smpte

Convert sei info to SMPTE 12M binary representation.

av_timecode_get_smpte_from_framenum

Convert frame number to SMPTE 12M binary representation.

av_timecode_init

Init a timecode struct with the passed parameters.

av_timecode_init_from_components

Init a timecode struct from the passed timecode components.

av_timecode_init_from_string

Parse timecode representation (hh:mm:ss[:;.]ff).

av_timecode_make_mpeg_tc_string

Get the timecode string from the 25-bit timecode format (MPEG GOP format).

av_timecode_make_smpte_tc_string

Get the timecode string from the SMPTE timecode format.

av_timecode_make_smpte_tc_string2

Get the timecode string from the SMPTE timecode format.

av_timecode_make_string

Load timecode string in buf.

av_timegm

Convert the decomposed UTC time in tm to a time_t value.

av_twofish_alloc

Allocate an AVTWOFISH context To free the struct: av_free(ptr)

av_twofish_crypt

Encrypt or decrypt a buffer using a previously initialized context

av_twofish_init

Initialize an AVTWOFISH context.

av_url_split

Split a URL string into components.

av_usleep

Sleep for a period of time. Although the duration is expressed in microseconds, the actual delay may be rounded to the precision of the system timer.

av_utf8_decode

Read and decode a single UTF-8 code point (character) from the buffer in *buf, and update *buf to point to the next byte to decode.

av_vbprintf

Append a formatted string to a print buffer.

av_version_info

Return an informative version string. This usually is the actual release version number or a git commit description. This string has no fixed format and can change any time. It should never be parsed by code.

av_vlog

Send the specified message to the log if the level is less than or equal to the current av_log_level. By default, all logging messages are sent to stderr. This behavior can be altered by setting a different logging callback function. @see av_log_set_callback

av_vorbis_parse_frame

Get the duration for a Vorbis packet.

av_vorbis_parse_frame_flags

Get the duration for a Vorbis packet.

av_vorbis_parse_free

Free the parser and everything associated with it.

av_vorbis_parse_init

Allocate and initialize the Vorbis parser using headers in the extradata.

av_vorbis_parse_reset
av_write_frame

Write a packet to an output media file.

av_write_image_line
av_write_image_line2

Write the values from src to the pixel format component c of an image line.

av_write_trailer

Write the stream trailer to an output media file and free the file private data.

av_write_uncoded_frame

Write an uncoded frame to an output media file.

av_write_uncoded_frame_query

Test whether a muxer supports uncoded frame.

av_xiphlacing

Encode extradata length to a buffer. Used by xiph codecs.

av_xtea_alloc

Allocate an AVXTEA context.

av_xtea_crypt

Encrypt or decrypt a buffer using a previously initialized context, in big endian format.

av_xtea_init

Initialize an AVXTEA context.

av_xtea_le_crypt

Encrypt or decrypt a buffer using a previously initialized context, in little endian format.

av_xtea_le_init

Initialize an AVXTEA context.

avcodec_align_dimensions

Modify width and height values so that they will result in a memory buffer that is acceptable for the codec if you do not use any horizontal padding.

avcodec_align_dimensions2

Modify width and height values so that they will result in a memory buffer that is acceptable for the codec if you also ensure that all line sizes are a multiple of the respective linesize_align[i].

avcodec_alloc_context3

Allocate an AVCodecContext and set its fields to default values. The resulting struct should be freed with avcodec_free_context().

avcodec_chroma_pos_to_enum

Converts swscale x/y chroma position to AVChromaLocation.

avcodec_close

Close a given AVCodecContext and free all the data associated with it (but not the AVCodecContext itself).

avcodec_configuration

Return the libavcodec build-time configuration.

avcodec_copy_context

Copy the settings of the source AVCodecContext into the destination AVCodecContext. The resulting destination codec context will be unopened, i.e. you are required to call avcodec_open2() before you can use this AVCodecContext to decode/encode video/audio data.

avcodec_decode_audio4

Decode the audio frame of size avpkt->size from avpkt->data into frame.

avcodec_decode_subtitle2

Decode a subtitle message. Return a negative value on error, otherwise return the number of bytes used. If no subtitle could be decompressed, got_sub_ptr is zero. Otherwise, the subtitle is stored in *sub. Note that AV_CODEC_CAP_DR1 is not available for subtitle codecs. This is for simplicity, because the performance difference is expected to be negligible and reusing a get_buffer written for video codecs would probably perform badly due to a potentially very different allocation pattern.

avcodec_decode_video2

Decode the video frame of size avpkt->size from avpkt->data into picture. Some decoders may support multiple frames in a single AVPacket, such decoders would then just decode the first frame.

avcodec_default_execute
avcodec_default_execute2
avcodec_default_get_buffer2

The default callback for AVCodecContext.get_buffer2(). It is made public so it can be called by custom get_buffer2() implementations for decoders without AV_CODEC_CAP_DR1 set.

avcodec_default_get_encode_buffer

The default callback for AVCodecContext.get_encode_buffer(). It is made public so it can be called by custom get_encode_buffer() implementations for encoders without AV_CODEC_CAP_DR1 set.

avcodec_default_get_format
avcodec_descriptor_get

@return descriptor for given codec ID or NULL if no descriptor exists.

avcodec_descriptor_get_by_name

@return codec descriptor with the given name or NULL if no such descriptor exists.

avcodec_descriptor_next

Iterate over all codec descriptors known to libavcodec.

avcodec_encode_audio2

Encode a frame of audio.

avcodec_encode_subtitle
avcodec_encode_video2

Encode a frame of video.

avcodec_enum_to_chroma_pos

Converts AVChromaLocation to swscale x/y chroma position.

avcodec_fill_audio_frame

Fill AVFrame audio data and linesize pointers.

avcodec_find_best_pix_fmt2
avcodec_find_best_pix_fmt_of_2

@deprecated see av_find_best_pix_fmt_of_2()

avcodec_find_best_pix_fmt_of_list

Find the best pixel format to convert to given a certain source pixel format. When converting from one pixel format to another, information loss may occur. For example, when converting from RGB24 to GRAY, the color information will be lost. Similarly, other losses occur when converting from some formats to other formats. avcodec_find_best_pix_fmt_of_2() searches which of the given pixel formats should be used to suffer the least amount of loss. The pixel formats from which it chooses one, are determined by the pix_fmt_list parameter.

avcodec_find_decoder

Find a registered decoder with a matching codec ID.

avcodec_find_decoder_by_name

Find a registered decoder with the specified name.

avcodec_find_encoder

Find a registered encoder with a matching codec ID.

avcodec_find_encoder_by_name

Find a registered encoder with the specified name.

avcodec_flush_buffers

Reset the internal codec state / flush internal buffers. Should be called e.g. when seeking or when switching to a different stream.

avcodec_free_context

Free the codec context and everything associated with it and write NULL to the provided pointer.

avcodec_get_chroma_sub_sample

@deprecated Use av_pix_fmt_get_chroma_sub_sample

avcodec_get_class

Get the AVClass for AVCodecContext. It can be used in combination with AV_OPT_SEARCH_FAKE_OBJ for examining options.

avcodec_get_context_defaults3

@deprecated This function should not be used, as closing and opening a codec context multiple time is not supported. A new codec context should be allocated for each new use.

avcodec_get_frame_class

@deprecated This function should not be used.

avcodec_get_hw_config

Retrieve supported hardware configurations for a codec.

avcodec_get_hw_frames_parameters

Create and return a AVHWFramesContext with values adequate for hardware decoding. This is meant to get called from the get_format callback, and is a helper for preparing a AVHWFramesContext for AVCodecContext.hw_frames_ctx. This API is for decoding with certain hardware acceleration modes/APIs only.

avcodec_get_name

Get the name of a codec. @return a static string identifying the codec; never NULL

avcodec_get_pix_fmt_loss

@deprecated see av_get_pix_fmt_loss()

avcodec_get_subtitle_rect_class

Get the AVClass for AVSubtitleRect. It can be used in combination with AV_OPT_SEARCH_FAKE_OBJ for examining options.

avcodec_get_type

Get the type of the given codec.

avcodec_is_open

@return a positive value if s is open (i.e. avcodec_open2() was called on it with no corresponding avcodec_close()), 0 otherwise.

avcodec_license

Return the libavcodec license.

avcodec_open2

Initialize the AVCodecContext to use the given AVCodec. Prior to using this function the context has to be allocated with avcodec_alloc_context3().

avcodec_parameters_alloc

Allocate a new AVCodecParameters and set its fields to default values (unknown/invalid/0). The returned struct must be freed with avcodec_parameters_free().

avcodec_parameters_copy

Copy the contents of src to dst. Any allocated fields in dst are freed and replaced with newly allocated duplicates of the corresponding fields in src.

avcodec_parameters_free

Free an AVCodecParameters instance and everything associated with it and write NULL to the supplied pointer.

avcodec_parameters_from_context

Fill the parameters struct based on the values from the supplied codec context. Any allocated fields in par are freed and replaced with duplicates of the corresponding fields in codec.

avcodec_parameters_to_context

Fill the codec context based on the values from the supplied codec parameters. Any allocated fields in codec that have a corresponding field in par are freed and replaced with duplicates of the corresponding field in par. Fields in codec that do not have a counterpart in par are not touched.

avcodec_pix_fmt_to_codec_tag

Return a value representing the fourCC code associated to the pixel format pix_fmt, or 0 if no associated fourCC code can be found.

avcodec_profile_name

Return a name for the specified profile, if available.

avcodec_receive_frame

Return decoded output data from a decoder.

avcodec_receive_packet

Read encoded data from the encoder.

avcodec_register

@deprecated Calling this function is unnecessary.

avcodec_register_all

@deprecated Calling this function is unnecessary.

avcodec_send_frame

Supply a raw video or audio frame to the encoder. Use avcodec_receive_packet() to retrieve buffered output packets.

avcodec_send_packet

Supply raw packet data as input to a decoder.

avcodec_string
avcodec_version

Return the LIBAVCODEC_VERSION_INT constant.

avdevice_app_to_dev_control_message

Send control message from application to device.

avdevice_capabilities_create

Initialize capabilities probing API based on AVOption API.

avdevice_capabilities_free

Free resources created by avdevice_capabilities_create()

avdevice_configuration

Return the libavdevice build-time configuration.

avdevice_dev_to_app_control_message

Send control message from device to application.

avdevice_free_list_devices

Convenient function to free result of avdevice_list_devices().

avdevice_license

Return the libavdevice license.

avdevice_list_devices

List devices.

avdevice_list_input_sources

List devices.

avdevice_list_output_sinks
avdevice_register_all

Initialize libavdevice and register all the input and output devices.

avdevice_version

Return the LIBAVDEVICE_VERSION_INT constant.

avfilter_config_links

Negotiate the media format, dimensions, etc of all inputs to a filter.

avfilter_configuration

Return the libavfilter build-time configuration.

avfilter_free

Free a filter context. This will also remove the filter from its filtergraph’s list of filters.

avfilter_get_by_name

Get a filter definition matching the given name.

avfilter_get_class

@return AVClass for AVFilterContext.

avfilter_graph_alloc

Allocate a filter graph.

avfilter_graph_alloc_filter

Create a new filter instance in a filter graph.

avfilter_graph_config

Check validity and configure all the links and formats in the graph.

avfilter_graph_create_filter

Create and add a filter instance into an existing graph. The filter instance is created from the filter filt and inited with the parameter args. opaque is currently ignored.

avfilter_graph_dump

Dump a graph into a human-readable string representation.

avfilter_graph_free

Free a graph, destroy its links, and set *graph to NULL. If *graph is NULL, do nothing.

avfilter_graph_get_filter

Get a filter instance identified by instance name from graph.

avfilter_graph_parse

Add a graph described by a string to a graph.

avfilter_graph_parse2

Add a graph described by a string to a graph.

avfilter_graph_parse_ptr

Add a graph described by a string to a graph.

avfilter_graph_queue_command

Queue a command for one or more filter instances.

avfilter_graph_request_oldest

Request a frame on the oldest sink link.

avfilter_graph_send_command

Send a command to one or more filter instances.

avfilter_graph_set_auto_convert

Enable or disable automatic format conversion inside the graph.

avfilter_init_dict

Initialize a filter with the supplied dictionary of options.

avfilter_init_str

Initialize a filter with the supplied parameters.

avfilter_inout_alloc

Allocate a single AVFilterInOut entry. Must be freed with avfilter_inout_free(). @return allocated AVFilterInOut on success, NULL on failure.

avfilter_inout_free

Free the supplied list of AVFilterInOut and set *inout to NULL. If *inout is NULL, do nothing.

avfilter_insert_filter

Insert a filter in the middle of an existing link.

avfilter_license

Return the libavfilter license.

avfilter_link

Link two filters together.

avfilter_link_free

Free the link in *link, and set its pointer to NULL.

avfilter_link_get_channels

Get the number of channels of a link. @deprecated Use av_buffersink_get_channels()

avfilter_link_set_closed

Set the closed field of a link. @deprecated applications are not supposed to mess with links, they should close the sinks.

avfilter_next

Iterate over all registered filters. @return If prev is non-NULL, next registered filter after prev or NULL if prev is the last filter. If prev is NULL, return the first registered filter.

avfilter_pad_count

Get the number of elements in a NULL-terminated array of AVFilterPads (e.g. AVFilter.inputs/outputs).

avfilter_pad_get_name

Get the name of an AVFilterPad.

avfilter_pad_get_type

Get the type of an AVFilterPad.

avfilter_process_command

Make the filter instance process a command. It is recommended to use avfilter_graph_send_command().

avfilter_register

Register a filter. This is only needed if you plan to use avfilter_get_by_name later to lookup the AVFilter structure by name. A filter can still by instantiated with avfilter_graph_alloc_filter even if it is not registered.

avfilter_register_all

Initialize the filter system. Register all builtin filters.

avfilter_version

Return the LIBAVFILTER_VERSION_INT constant.

avformat_alloc_context

Allocate an AVFormatContext. avformat_free_context() can be used to free the context and everything allocated by the framework within it.

avformat_alloc_output_context2

Allocate an AVFormatContext for an output format. avformat_free_context() can be used to free the context and everything allocated by the framework within it.

avformat_close_input

Close an opened input AVFormatContext. Free it and all its contents and set *s to NULL.

avformat_configuration

Return the libavformat build-time configuration.

avformat_find_stream_info

Read packets of a media file to get stream information. This is useful for file formats with no headers such as MPEG. This function also computes the real framerate in case of MPEG-2 repeat frame mode. The logical file position is not changed by this function; examined packets may be buffered for later processing.

avformat_flush

Discard all internally buffered data. This can be useful when dealing with discontinuities in the byte stream. Generally works only with formats that can resync. This includes headerless formats like MPEG-TS/TS but should also work with NUT, Ogg and in a limited way AVI for example.

avformat_free_context

Free an AVFormatContext and all its streams. @param s context to free

avformat_get_class

Get the AVClass for AVFormatContext. It can be used in combination with AV_OPT_SEARCH_FAKE_OBJ for examining options.

avformat_get_mov_audio_tags

@return the table mapping MOV FourCCs for audio to AVCodecID.

avformat_get_mov_video_tags

@return the table mapping MOV FourCCs for video to libavcodec AVCodecID.

avformat_get_riff_audio_tags

@return the table mapping RIFF FourCCs for audio to AVCodecID.

avformat_get_riff_video_tags

@defgroup riff_fourcc RIFF FourCCs @{ Get the tables mapping RIFF FourCCs to libavcodec AVCodecIDs. The tables are meant to be passed to av_codec_get_id()/av_codec_get_tag() as in the following code: @code uint32_t tag = MKTAG(‘H’, ‘2’, ‘6’, ‘4’); const struct AVCodecTag *table[] = { avformat_get_riff_video_tags(), 0 }; enum AVCodecID id = av_codec_get_id(table, tag); @endcode @return the table mapping RIFF FourCCs for video to libavcodec AVCodecID.

avformat_init_output

Allocate the stream private data and initialize the codec, but do not write the header. May optionally be used before avformat_write_header to initialize stream parameters before actually writing the header. If using this function, do not pass the same options to avformat_write_header.

avformat_license

Return the libavformat license.

avformat_match_stream_specifier

Check if the stream st contained in s is matched by the stream specifier spec.

avformat_network_deinit

Undo the initialization done by avformat_network_init. Call it only once for each time you called avformat_network_init.

avformat_network_init

Do global initialization of network libraries. This is optional, and not recommended anymore.

avformat_new_stream

Add a new stream to a media file.

avformat_open_input

Open an input stream and read the header. The codecs are not opened. The stream must be closed with avformat_close_input().

avformat_query_codec

Test if the given container can store a codec.

avformat_queue_attached_pictures
avformat_seek_file

Seek to timestamp ts. Seeking will be done so that the point from which all active streams can be presented successfully will be closest to ts and within min/max_ts. Active streams are all streams that have AVStream.discard < AVDISCARD_ALL.

avformat_transfer_internal_stream_timing_info

Transfer internal timing information from one stream to another.

avformat_version

Return the LIBAVFORMAT_VERSION_INT constant.

avformat_write_header

Allocate the stream private data and write the stream header to an output media file.

avio_accept

Accept and allocate a client context on a server context. @param s the server context @param c the client context, must be unallocated @return >= 0 on success or a negative value corresponding to an AVERROR on failure

avio_alloc_context

Allocate and initialize an AVIOContext for buffered I/O. It must be later freed with avio_context_free().

avio_check

Return AVIO_FLAG_* access flags corresponding to the access permissions of the resource in url, or a negative value corresponding to an AVERROR code in case of failure. The returned access flags are masked by the value in flags.

avio_close

Close the resource accessed by the AVIOContext s and free it. This function can only be used if s was opened by avio_open().

avio_close_dir

Close directory.

avio_close_dyn_buf

Return the written size and a pointer to the buffer. The buffer must be freed with av_free(). Padding of AV_INPUT_BUFFER_PADDING_SIZE is added to the buffer.

avio_closep

Close the resource accessed by the AVIOContext *s, free it and set the pointer pointing to it to NULL. This function can only be used if s was opened by avio_open().

avio_context_free

Free the supplied IO context and everything associated with it.

avio_enum_protocols

Iterate through names of available protocols.

avio_feof

Similar to feof() but also returns nonzero on read errors. @return non zero if and only if at end of file or a read error happened when reading.

avio_find_protocol_name

Return the name of the protocol that will handle the passed URL.

avio_flush

Force flushing of buffered data.

avio_free_directory_entry

Free entry allocated by avio_read_dir().

avio_get_dyn_buf

Return the written size and a pointer to the buffer. The AVIOContext stream is left intact. The buffer must NOT be freed. No padding is added to the buffer.

avio_get_str

Read a string from pb into buf. The reading will terminate when either a NULL character was encountered, maxlen bytes have been read, or nothing more can be read from pb. The result is guaranteed to be NULL-terminated, it will be truncated if buf is too small. Note that the string is not interpreted or validated in any way, it might get truncated in the middle of a sequence for multi-byte encodings.

avio_get_str16be
avio_get_str16le

Read a UTF-16 string from pb and convert it to UTF-8. The reading will terminate when either a null or invalid character was encountered or maxlen bytes have been read. @return number of bytes read (is always <= maxlen)

avio_handshake

Perform one step of the protocol handshake to accept a new client. This function must be called on a client returned by avio_accept() before using it as a read/write context. It is separate from avio_accept() because it may block. A step of the handshake is defined by places where the application may decide to change the proceedings. For example, on a protocol with a request header and a reply header, each one can constitute a step because the application may use the parameters from the request to change parameters in the reply; or each individual chunk of the request can constitute a step. If the handshake is already finished, avio_handshake() does nothing and returns 0 immediately.

avio_open

Create and initialize a AVIOContext for accessing the resource indicated by url. @note When the resource indicated by url has been opened in read+write mode, the AVIOContext can be used only for writing.

avio_open2

Create and initialize a AVIOContext for accessing the resource indicated by url. @note When the resource indicated by url has been opened in read+write mode, the AVIOContext can be used only for writing.

avio_open_dir

Open directory for reading.

avio_open_dyn_buf

Open a write only memory stream.

avio_pause

Pause and resume playing - only meaningful if using a network streaming protocol (e.g. MMS).

avio_print_string_array

Write a NULL terminated array of strings to the context. Usually you don’t need to use this function directly but its macro wrapper, avio_print.

avio_printf

Writes a formatted string to the context. @return number of bytes written, < 0 on error.

avio_protocol_get_class

Get AVClass by names of available protocols.

avio_put_str

Write a NULL-terminated string. @return number of bytes written.

avio_put_str16be

Convert an UTF-8 string to UTF-16BE and write it. @param s the AVIOContext @param str NULL-terminated UTF-8 string

avio_put_str16le

Convert an UTF-8 string to UTF-16LE and write it. @param s the AVIOContext @param str NULL-terminated UTF-8 string

avio_r8

@name Functions for reading from AVIOContext @{

avio_rb16
avio_rb24
avio_rb32
avio_rb64
avio_read

Read size bytes from AVIOContext into buf. @return number of bytes read or AVERROR

avio_read_dir

Get next directory entry.

avio_read_partial

Read size bytes from AVIOContext into buf. Unlike avio_read(), this is allowed to read fewer bytes than requested. The missing bytes can be read in the next call. This always tries to read at least 1 byte. Useful to reduce latency in certain cases. @return number of bytes read or AVERROR

avio_read_to_bprint

Read contents of h into print buffer, up to max_size bytes, or up to EOF.

avio_rl16
avio_rl24
avio_rl32
avio_rl64
avio_seek

fseek() equivalent for AVIOContext. @return new position or AVERROR.

avio_seek_time

Seek to a given timestamp relative to some component stream. Only meaningful if using a network streaming protocol (e.g. MMS.).

avio_size

Get the filesize. @return filesize or AVERROR

avio_skip

Skip given number of bytes forward @return new position or AVERROR.

avio_w8
avio_wb16
avio_wb24
avio_wb32
avio_wb64
avio_wl16
avio_wl24
avio_wl32
avio_wl64
avio_write
avio_write_marker

Mark the written bytestream as a specific type.

avpicture_alloc

@deprecated unused

avpicture_fill

@deprecated use av_image_fill_arrays() instead.

avpicture_free

@deprecated unused

avpicture_get_size

@deprecated use av_image_get_buffer_size() instead.

avpicture_layout

@deprecated use av_image_copy_to_buffer() instead.

avpriv_io_delete

Delete a resource.

avpriv_io_move

Move or rename a resource.

avsubtitle_free

Free all allocated data in the given subtitle struct.

avutil_configuration

Return the libavutil build-time configuration.

avutil_license

Return the libavutil license.

avutil_version

Return the LIBAVUTIL_VERSION_INT constant.

bcmp
bcopy
bsearch
bzero
calloc
cbrt
cbrtf
cbrtl
ceil
ceilf
ceill
clearenv
clearerr
clearerr_unlocked
clock
clock_getcpuclockid
clock_getres
clock_gettime
clock_nanosleep
clock_settime
copysign
copysignf
copysignl
cos
cosf
cosh
coshf
coshl
cosl
ctermid
ctime
ctime_r
difftime
div
dprintf
drand48
drand48_r
drem
dremf
dreml
dysize
ecvt
ecvt_r
erand48
erand48_r
erf
erfc
erfcf
erfcl
erff
erfl
exit
exp
exp2
exp2f
exp2l
expf
expl
explicit_bzero
expm1
expm1f
expm1l
fabs
fabsf
fabsl
fclose
fcvt
fcvt_r
fdim
fdimf
fdiml
fdopen
feof
feof_unlocked
ferror
ferror_unlocked
fflush
fflush_unlocked
ffs
ffsl
ffsll
fgetc
fgetc_unlocked
fgetpos
fgets
fileno
fileno_unlocked
finite
finitef
finitel
flockfile
floor
floorf
floorl
fma
fmaf
fmal
fmax
fmaxf
fmaxl
fmemopen
fmin
fminf
fminl
fmod
fmodf
fmodl
fopen
fprintf
fputc
fputc_unlocked
fputs
fread
fread_unlocked
free
freopen
frexp
frexpf
frexpl
fscanf
fscanf1
fseek
fseeko
fsetpos
ftell
ftello
ftrylockfile
funlockfile
fwrite
fwrite_unlocked
gamma
gammaf
gammal
gcvt
getc
getc_unlocked
getchar
getchar_unlocked
getdelim
getenv
getline
getloadavg
getsubopt
getw
gmtime
gmtime_r
hypot
hypotf
hypotl
ilogb
ilogbf
ilogbl
imaxabs
imaxdiv
index
initstate
initstate_r
isinf
isinff
isinfl
isnan
isnanf
isnanl
j0
j0f
j0l
j1
j1f
j1l
jn
jnf
jnl
jrand48
jrand48_r
l64a
labs
lcong48
lcong48_r
ldexp
ldexpf
ldexpl
ldiv
lgamma
lgamma_r
lgammaf
lgammaf_r
lgammal
lgammal_r
llabs
lldiv
llrint
llrintf
llrintl
llround
llroundf
llroundl
localtime
localtime_r
log
log1p
log1pf
log1pl
log2
log2f
log2l
log10
log10f
log10l
logb
logbf
logbl
logf
logl
lrand48
lrand48_r
lrint
lrintf
lrintl
lround
lroundf
lroundl
malloc
mblen
mbstowcs
mbtowc
memccpy
memchr
memcmp
memcpy
memmove
memset
mkdtemp
mkstemp
mkstemps
mktemp
mktime
modf
modff
modfl
mrand48
mrand48_r
nan
nanf
nanl
nanosleep
nearbyint
nearbyintf
nearbyintl
nextafter
nextafterf
nextafterl
nexttoward
nexttowardf
nexttowardl
nrand48
nrand48_r
on_exit
open_memstream
pclose
perror
popen
posix_memalign
pow
powf
powl
printf
pselect
putc
putc_unlocked
putchar
putchar_unlocked
putenv
puts
putw
qecvt
qecvt_r
qfcvt
qfcvt_r
qgcvt
qsort
quick_exit
rand
rand_r
random
random_r
realloc
reallocarray
realpath
remainder
remainderf
remainderl
remove
remquo
remquof
remquol
rename
renameat
rewind
rindex
rint
rintf
rintl
round
roundf
roundl
rpmatch
scalb
scalbf
scalbl
scalbln
scalblnf
scalblnl
scalbn
scalbnf
scalbnl
scanf
scanf1
seed48
seed48_r
select
setbuf
setbuffer
setenv
setlinebuf
setstate
setstate_r
setvbuf
significand
significandf
significandl
sin
sinf
sinh
sinhf
sinhl
sinl
snprintf
sprintf
sqrt
sqrtf
sqrtl
srand
srand48
srand48_r
srandom
srandom_r
sscanf
sscanf1
stpcpy
stpncpy
strcasecmp
strcasecmp_l
strcat
strchr
strcmp
strcoll
strcoll_l
strcpy
strcspn
strdup
strerror
strerror_l
strerror_r
strftime
strftime_l
strlen
strncasecmp
strncasecmp_l
strncat
strncmp
strncpy
strndup
strnlen
strpbrk
strrchr
strsep
strsignal
strspn
strstr
strtod
strtof
strtoimax
strtok
strtok_r
strtol
strtold
strtoll
strtoq
strtoul
strtoull
strtoumax
strtouq
strxfrm
strxfrm_l
swr_alloc

Allocate SwrContext.

swr_alloc_set_opts

Allocate SwrContext if needed and set/reset common parameters.

swr_build_matrix

Generate a channel mixing matrix.

swr_close

Closes the context so that swr_is_initialized() returns 0.

swr_config_frame

Configure or reconfigure the SwrContext using the information provided by the AVFrames.

swr_convert

Convert audio.

swr_convert_frame

Convert the samples in the input AVFrame and write them to the output AVFrame.

swr_drop_output

Drops the specified number of output samples.

swr_free

Free the given SwrContext and set the pointer to NULL.

swr_get_class

Get the AVClass for SwrContext. It can be used in combination with AV_OPT_SEARCH_FAKE_OBJ for examining options.

swr_get_delay

Gets the delay the next input sample will experience relative to the next output sample.

swr_get_out_samples

Find an upper bound on the number of samples that the next swr_convert call will output, if called with in_samples of input samples. This depends on the internal state, and anything changing the internal state (like further swr_convert() calls) will may change the number of samples swr_get_out_samples() returns for the same number of input samples.

swr_init

Initialize context after user parameters have been set. @note The context must be configured using the AVOption API.

swr_inject_silence

Injects the specified number of silence samples.

swr_is_initialized

Check whether an swr context has been initialized or not.

swr_next_pts

Convert the next timestamp from input to output timestamps are in 1/(in_sample_rate * out_sample_rate) units.

swr_set_channel_mapping

Set a customized input channel mapping.

swr_set_compensation

Activate resampling compensation (“soft” compensation). This function is internally called when needed in swr_next_pts().

swr_set_matrix

Set a customized remix matrix.

swresample_configuration

Return the swr build-time configuration.

swresample_license

Return the swr license.

swresample_version

Return the @ref LIBSWRESAMPLE_VERSION_INT constant.

sws_addVec
sws_allocVec

Allocate and return an uninitialized vector with length coefficients.

sws_alloc_context

Allocate an empty SwsContext. This must be filled and passed to sws_init_context(). For filling see AVOptions, options.c and sws_setColorspaceDetails().

sws_cloneVec
sws_convVec
sws_convertPalette8ToPacked24

Convert an 8-bit paletted frame into a frame with a color depth of 24 bits.

sws_convertPalette8ToPacked32

Convert an 8-bit paletted frame into a frame with a color depth of 32 bits.

sws_freeContext

Free the swscaler context swsContext. If swsContext is NULL, then does nothing.

sws_freeFilter
sws_freeVec
sws_getCachedContext

Check if context can be reused, otherwise reallocate a new one.

sws_getCoefficients

Return a pointer to yuv<->rgb coefficients for the given colorspace suitable for sws_setColorspaceDetails().

sws_getColorspaceDetails

@return -1 if not supported

sws_getConstVec
sws_getContext

Allocate and return an SwsContext. You need it to perform scaling/conversion operations using sws_scale().

sws_getDefaultFilter
sws_getGaussianVec

Return a normalized Gaussian curve used to filter stuff quality = 3 is high quality, lower is lower quality.

sws_getIdentityVec
sws_get_class

Get the AVClass for swsContext. It can be used in combination with AV_OPT_SEARCH_FAKE_OBJ for examining options.

sws_init_context

Initialize the swscaler context sws_context.

sws_isSupportedEndiannessConversion

@param[in] pix_fmt the pixel format @return a positive value if an endianness conversion for pix_fmt is supported, 0 otherwise.

sws_isSupportedInput

Return a positive value if pix_fmt is a supported input format, 0 otherwise.

sws_isSupportedOutput

Return a positive value if pix_fmt is a supported output format, 0 otherwise.

sws_normalizeVec

Scale all the coefficients of a so that their sum equals height.

sws_printVec2
sws_scale

Scale the image slice in srcSlice and put the resulting scaled slice in the image in dst. A slice is a sequence of consecutive rows in an image.

sws_scaleVec

Scale all the coefficients of a by the scalar value.

sws_setColorspaceDetails

@param dstRange flag indicating the while-black range of the output (1=jpeg / 0=mpeg) @param srcRange flag indicating the while-black range of the input (1=jpeg / 0=mpeg) @param table the yuv2rgb coefficients describing the output yuv space, normally ff_yuv2rgb_coeffs[x] @param inv_table the yuv2rgb coefficients describing the input yuv space, normally ff_yuv2rgb_coeffs[x] @param brightness 16.16 fixed point brightness correction @param contrast 16.16 fixed point contrast correction @param saturation 16.16 fixed point saturation correction @return -1 if not supported

sws_shiftVec
sws_subVec
swscale_configuration

Return the libswscale build-time configuration.

swscale_license

Return the libswscale license.

swscale_version

@defgroup libsws libswscale Color conversion and scaling library.

system
tan
tanf
tanh
tanhf
tanhl
tanl
tempnam
tgamma
tgammaf
tgammal
time
timegm
timelocal
timer_create
timer_delete
timer_getoverrun
timer_gettime
timer_settime
timespec_get
tmpfile
tmpnam
tmpnam_r
trunc
truncf
truncl
tzset
ungetc
unsetenv
valloc
vdprintf
vfprintf
vfscanf
vfscanf1
vprintf
vscanf
vscanf1
vsnprintf
vsprintf
vsscanf
vsscanf1
wcstoimax
wcstombs
wcstoumax
wctomb
y0
y0f
y0l
y1
y1f
y1l
yn
ynf
ynl

Type Definitions

AVActiveFormatDescription
AVAdler
AVAppToDevMessageType

Message types used by avdevice_app_to_dev_control_message().

AVAudioServiceType
AVCRC

@defgroup lavu_crc32 CRC @ingroup lavu_hash CRC (Cyclic Redundancy Check) hash function implementation.

AVCRCId
AVChromaLocation

Location of chroma samples.

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

AVColorPrimaries

Chromaticity coordinates of the source primaries. These values match the ones defined by ISO/IEC 23001-8_2013 § 7.1.

AVColorRange

Visual content value range.

AVColorSpace

YUV colorspace type. These values match the ones defined by ISO/IEC 23001-8_2013 § 7.3.

AVColorTransferCharacteristic

Color Transfer Characteristic. These values match the ones defined by ISO/IEC 23001-8_2013 § 7.2.

AVDevToAppMessageType

Message types used by avdevice_dev_to_app_control_message().

AVDiscard

@ingroup lavc_decoding

AVDownmixType

Possible downmix types.

AVDurationEstimationMethod

The duration of a video can be estimated through various ways, and this enum can be used to know how the duration was estimated.

AVEscapeMode
AVFieldOrder

@addtogroup lavc_core

AVFilterLink__bindgen_ty_1

stage of the initialization of the link properties (dimensions, etc)

AVFrameSideDataType

@defgroup lavu_frame AVFrame @ingroup lavu_data

AVHMACType

@defgroup lavu_hmac HMAC @ingroup lavu_crypto @{

AVHWDeviceType
AVHWFrameTransferDirection
AVIODataMarkerType

Different data types that can be returned via the AVIO write_data_type callback.

AVIODirEntryType

Directory entry types.

AVLockOp

Lock operation used by lockmgr

AVMatrixEncoding
AVMediaType

@addtogroup lavu_media Media Type @brief Media Type

AVOpenCallback
AVOptionType

@defgroup avoptions AVOptions @ingroup lavu_data @{ AVOptions provide a generic system to declare options on arbitrary structs (“objects”). An option can have a help text, a type and a range of possible values. Options may then be enumerated, read and written to.

AVPacketSideDataType

@defgroup lavc_packet AVPacket

AVPictureStructure

@defgroup lavc_parsing Frame parsing @{

AVPictureType

@} @} @defgroup lavu_picture Image related

AVPixelFormat

Pixel format.

AVRounding

Rounding methods.

AVSampleFormat

Audio sample formats

AVSideDataParamChangeFlags
AVStereo3DType

List of possible 3D Types

AVStereo3DView

List of possible view types.

AVStreamParseType

@}

AVSubtitleType
AVThreadMessageFlags
AVTimebaseSource
AVTimecodeFlag
DCTTransformType
FFTSample

@defgroup lavc_fft FFT functions @ingroup lavc_misc

FILE
RDFTransformType
SwrDitherType

Dithering algorithms

SwrEngine

Resampling Engines

SwrFilterType

Resampling Filter Types

_Float32
_Float32x
_Float64
_Float64x
_IO_lock_t
__FILE
__blkcnt64_t
__blkcnt_t
__blksize_t
__builtin_va_list
__caddr_t
__clock_t
__clockid_t
__compar_fn_t
__daddr_t
__dev_t
__fd_mask
__fpos64_t
__fpos_t
__fsblkcnt64_t
__fsblkcnt_t
__fsfilcnt64_t
__fsfilcnt_t
__fsword_t
__gid_t
__gnuc_va_list
__gwchar_t
__id_t
__ino64_t
__ino_t
__int8_t
__int16_t
__int32_t
__int64_t
__int_least8_t
__int_least16_t
__int_least32_t
__int_least64_t
__intmax_t
__intptr_t
__key_t
__locale_t
__loff_t
__mode_t
__nlink_t
__off64_t
__off_t
__pid_t
__pthread_list_t
__pthread_slist_t
__quad_t
__rlim64_t
__rlim_t
__sig_atomic_t
__socklen_t
__ssize_t
__suseconds_t
__syscall_slong_t
__syscall_ulong_t
__time_t
__timer_t
__u_char
__u_int
__u_long
__u_quad_t
__u_short
__uid_t
__uint8_t
__uint16_t
__uint32_t
__uint64_t
__uint_least8_t
__uint_least16_t
__uint_least32_t
__uint_least64_t
__uintmax_t
__useconds_t
_bindgen_ty_1
_bindgen_ty_2

Flags for frame cropping.

_bindgen_ty_3

Flags to apply to frame mappings.

_bindgen_ty_4
_bindgen_ty_5
_bindgen_ty_6
_bindgen_ty_7

@defgroup lavfi_buffersrc Buffer source API @ingroup lavfi @{

av_format_control_message

Callback used by devices to communicate with application.

avfilter_action_func

A function pointer passed to the @ref AVFilterGraph.execute callback to be executed multiple times, possibly in parallel.

avfilter_execute_func

A function executing multiple jobs, possibly in parallel.

blkcnt_t
blksize_t
caddr_t
clock_t
clockid_t
daddr_t
dev_t
double_t
fd_mask
float_t
fpos_t
fsblkcnt_t
fsfilcnt_t
fsid_t
gid_t
id_t
idtype_t
ino_t
int_fast8_t
int_fast16_t
int_fast32_t
int_fast64_t
int_least8_t
int_least16_t
int_least32_t
int_least64_t
intmax_t
key_t
locale_t
loff_t
mode_t
nlink_t
off_t
pid_t
pthread_key_t
pthread_once_t
pthread_spinlock_t
pthread_t
quad_t
register_t
sigset_t
size_t
ssize_t
suseconds_t
time_t
timer_t
u_char
u_int
u_int8_t
u_int16_t
u_int32_t
u_int64_t
u_long
u_quad_t
u_short
uid_t
uint
uint_fast8_t
uint_fast16_t
uint_fast32_t
uint_fast64_t
uint_least8_t
uint_least16_t
uint_least32_t
uint_least64_t
uintmax_t
ulong
ushort
va_list
wchar_t

Unions

AVOption__bindgen_ty_1

the default value for scalar options

__mbstate_t__bindgen_ty_1
__pthread_cond_s__bindgen_ty_1
__pthread_cond_s__bindgen_ty_2
av_intfloat32
av_intfloat64
pthread_attr_t
pthread_barrier_t
pthread_barrierattr_t
pthread_cond_t
pthread_condattr_t
pthread_mutex_t
pthread_mutexattr_t
pthread_rwlock_t
pthread_rwlockattr_t