Module rsmpeg::avutil[][src]

Expand description

Everything related to libavutil.

Structs

AVAudioFifo
AVDictionary
AVDictionaryEntry
AVDictionaryEntryMut
AVDictionaryEntryRef
AVDictionaryMut
AVDictionaryRef
AVFrame
AVFrameSideData
AVFrameSideDataRef
AVFrameWithImageBuffer

It’s a AVFrame binded with AVImage, the AVFrame copies the buffer pointer from the AVImage.

AVImage

AVImage is a image buffer holder. It’s a self referential structure.

AVRational

Rational number (pair of numerator and denominator).

AVSamples

Functions

av_add_q
av_cmp_q

Compare two rationals.

av_d2q
av_div_q
av_gcd_q
av_get_channel_layout_nb_channels
av_get_default_channel_layout
av_get_sample_fmt_name
av_image_fill_arrays

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

av_inv_q

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

av_make_q

Create an AVRational.

av_mul_q
av_nearer_q
av_q2d

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

av_q2intfloat
av_sub_q

Type Definitions

AVMotionVector
AVPixelFormat

Pixel format.