| avcodec.AVBitStreamFilter |
| avcodec.AVBitStreamFilter.Close_AVBitStreamFilterContext |
| avcodec.AVBitStreamFilter.Filter_AVBitStreamFilterContext_AVCodecContext_BytePointer_PointerPointer_IntPointer_BytePointer_int_int |
| avcodec.AVBitStreamFilterContext |
| avcodec.AVCodec
AVCodec.
|
| avcodec.AVCodec.Close_AVCodecContext |
| avcodec.AVCodec.Decode_AVCodecContext_Pointer_IntPointer_AVPacket |
| avcodec.AVCodec.Encode_sub_AVCodecContext_BytePointer_int_AVSubtitle |
| avcodec.AVCodec.Encode2_AVCodecContext_AVPacket_AVFrame_IntPointer
Encode data to an AVPacket.
|
| avcodec.AVCodec.Flush_AVCodecContext
Flush buffers.
|
| avcodec.AVCodec.Init_AVCodecContext |
| avcodec.AVCodec.Init_static_data_AVCodec
Initialize codec static data, called from avcodec_register().
|
| avcodec.AVCodec.Init_thread_copy_AVCodecContext
If defined, called on thread contexts when they are created.
|
| avcodec.AVCodec.Update_thread_context_AVCodecContext_AVCodecContext
Copy necessary context variables from a previous thread context to the current one.
|
| avcodec.AVCodecContext
main external API structure.
|
| avcodec.AVCodecContext.Draw_horiz_band_AVCodecContext_AVFrame_IntPointer_int_int_int
If non NULL, 'draw_horiz_band' is called by the libavcodec
decoder to draw a horizontal band.
|
| avcodec.AVCodecContext.Execute_AVCodecContext_Func_AVCodecContext_Pointer_Pointer_IntPointer_int_int |
| avcodec.AVCodecContext.Execute2_AVCodecContext_Func_AVCodecContext_Pointer_int_int_Pointer_IntPointer_int |
| avcodec.AVCodecContext.Func_AVCodecContext_Pointer
The codec may call this to execute several independent things.
|
| avcodec.AVCodecContext.Func_AVCodecContext_Pointer_int_int
The codec may call this to execute several independent things.
|
| avcodec.AVCodecContext.Get_buffer_AVCodecContext_AVFrame
|
| avcodec.AVCodecContext.Get_buffer2_AVCodecContext_AVFrame_int
This callback is called at the beginning of each frame to get data
buffer(s) for it.
|
| avcodec.AVCodecContext.Get_format_AVCodecContext_IntPointer
callback to negotiate the pixelFormat
|
| avcodec.AVCodecContext.Reget_buffer_AVCodecContext_AVFrame
Called at the beginning of a frame to get cr buffer for it.
|
| avcodec.AVCodecContext.Release_buffer_AVCodecContext_AVFrame
|
| avcodec.AVCodecContext.Rtp_callback_AVCodecContext_Pointer_int_int |
| avcodec.AVCodecDefault |
| avcodec.AVCodecDescriptor
This struct describes the properties of a single codec described by an
AVCodecID.
|
| avcodec.AVCodecInternal |
| avcodec.AVCodecParser |
| avcodec.AVCodecParser.Parser_close_AVCodecParserContext |
| avcodec.AVCodecParser.Parser_init_AVCodecParserContext |
| avcodec.AVCodecParser.Parser_parse_AVCodecParserContext_AVCodecContext_PointerPointer_IntPointer_BytePointer_int |
| avcodec.AVCodecParser.Split_AVCodecContext_BytePointer_int |
| avcodec.AVCodecParserContext |
| avcodec.AVHWAccel |
| avcodec.AVHWAccel.Alloc_frame_AVCodecContext_AVFrame
Allocate a custom buffer
|
| avcodec.AVHWAccel.Decode_mb_MpegEncContext
Called for every Macroblock in a slice.
|
| avcodec.AVHWAccel.Decode_slice_AVCodecContext_BytePointer_int
Callback for each slice.
|
| avcodec.AVHWAccel.End_frame_AVCodecContext
Called at the end of each frame or field picture.
|
| avcodec.AVHWAccel.Init_AVCodecContext
Initialize the hwaccel private data.
|
| avcodec.AVHWAccel.Start_frame_AVCodecContext_BytePointer_int
Called at the beginning of each frame or field picture.
|
| avcodec.AVHWAccel.Uninit_AVCodecContext
Uninitialize the hwaccel private data.
|
| avcodec.AVPacket
This structure stores compressed data.
|
| avcodec.AVPacket.Destruct_AVPacket |
| avcodec.AVPacketSideData |
| avcodec.AVPanScan
Pan Scan area.
|
| avcodec.AVPicture
Picture data structure.
|
| avcodec.AVProfile
AVProfile.
|
| avcodec.AVResampleContext |
| avcodec.AVSubtitle |
| avcodec.AVSubtitleRect |
| avcodec.Cb_Pointer_int |
| avcodec.Cb_PointerPointer_int
Register a user provided lock manager supporting the operations
specified by AVLockOp.
|
| avcodec.DCTContext |
| avcodec.FFTComplex |
| avcodec.FFTContext |
| avcodec.Func_AVCodecContext_Pointer |
| avcodec.Func_AVCodecContext_Pointer_int_int |
| avcodec.MpegEncContext |
| avcodec.RcOverride |
| avcodec.RDFTContext |
| avcodec.ReSampleContext
|
| avdevice.AVDeviceCapabilitiesQuery
Structure describes device capabilities.
|
| avdevice.AVDeviceInfo
Structure describes basic parameters of the device.
|
| avdevice.AVDeviceInfoList
List of devices.
|
| avdevice.AVDeviceRect |
| avfilter.AVABufferSinkParams
Struct to use for initializing an abuffersink context.
|
| avfilter.AVBufferSinkParams
Struct to use for initializing a buffersink context.
|
| avfilter.AVFilter
Filter definition.
|
| avfilter.avfilter_action_func
A function pointer passed to the @ref AVFilterGraph.execute callback to be
executed multiple times, possibly in parallel.
|
| avfilter.avfilter_execute_func
A function executing multiple jobs, possibly in parallel.
|
| avfilter.AVFilter.Init_AVFilterContext
Filter initialization function.
|
| avfilter.AVFilter.Init_dict_AVFilterContext_PointerPointer
Should be set instead of @ref AVFilter.init "init" by the filters that
want to pass a dictionary of AVOptions to nested contexts that are
allocated during init.
|
| avfilter.AVFilter.Init_opaque_AVFilterContext_Pointer
Filter initialization function, alternative to the init()
callback.
|
| avfilter.AVFilter.Process_command_AVFilterContext_BytePointer_BytePointer_BytePointer_int_int
Make the filter instance process a command.
|
| avfilter.AVFilter.Query_formats_AVFilterContext
Query formats supported by the filter on its inputs and outputs.
|
| avfilter.AVFilter.Uninit_AVFilterContext
Filter uninitialization function.
|
| avfilter.AVFilterBuffer
A reference-counted buffer data type used by the filter system.
|
| avfilter.AVFilterBuffer.Free_AVFilterBuffer
A pointer to the function to deallocate this buffer if the default
function is not sufficient.
|
| avfilter.AVFilterBufferRef
A reference to an AVFilterBuffer.
|
| avfilter.AVFilterBufferRefAudioProps
Audio specific properties in a reference to an AVFilterBuffer.
|
| avfilter.AVFilterBufferRefVideoProps
Video specific properties in a reference to an AVFilterBuffer.
|
| avfilter.AVFilterContext
An instance of a filter
|
| avfilter.AVFilterFormats |
| avfilter.AVFilterGraph |
| avfilter.AVFilterGraphInternal |
| avfilter.AVFilterInOut
A linked-list of the inputs/outputs of the filter chain.
|
| avfilter.AVFilterInternal |
| avfilter.AVFilterLink
A link between two filters.
|
| avfilter.AVFilterPad
A filter pad used for either input or output.
|
| avfilter.AVFilterPad.Config_props_AVFilterLink
Link configuration callback.
|
| avfilter.AVFilterPad.Draw_slice_AVFilterLink_int_int_int
|
| avfilter.AVFilterPad.End_frame_AVFilterLink
|
| avfilter.AVFilterPad.Filter_frame_AVFilterLink_AVFrame
Filtering callback.
|
| avfilter.AVFilterPad.Get_audio_buffer_AVFilterLink_int
Callback function to get an audio buffer.
|
| avfilter.AVFilterPad.Get_video_buffer_AVFilterLink_int_int
Callback function to get a video buffer.
|
| avfilter.AVFilterPad.Poll_frame_AVFilterLink
Frame poll callback.
|
| avfilter.AVFilterPad.Request_frame_AVFilterLink
Frame request callback.
|
| avfilter.AVFilterPad.Start_frame_AVFilterLink_AVFilterBufferRef
|
| avformat.av_format_control_message
Callback used by devices to communicate with application.
|
| avformat.AVBPrint |
| avformat.AVChapter |
| avformat.AVCodecTag |
| avformat.AVDeviceCapabilitiesQuery |
| avformat.AVDeviceInfoList |
| avformat.AVFormatContext
Format I/O context.
|
| avformat.AVFormatContext.Open_cb_AVFormatContext_PointerPointer_BytePointer_int_AVIOInterruptCB_PointerPointer
Called to open further IO contexts when needed for demuxing.
|
| avformat.AVFormatInternal |
| avformat.AVFrac
The exact value of the fractional number is: 'val + num / den'.
|
| avformat.AVIndexEntry |
| avformat.AVInputFormat |
| avformat.AVInputFormat.Create_device_capabilities_AVFormatContext_AVDeviceCapabilitiesQuery
Initialize device capabilities submodule.
|
| avformat.AVInputFormat.Free_device_capabilities_AVFormatContext_AVDeviceCapabilitiesQuery
Free device capabilities submodule.
|
| avformat.AVInputFormat.Get_device_list_AVFormatContext_AVDeviceInfoList
Returns device list with it properties.
|
| avformat.AVInputFormat.Read_close_AVFormatContext
Close the stream.
|
| avformat.AVInputFormat.Read_header_AVFormatContext
Read the format header and initialize the AVFormatContext
structure.
|
| avformat.AVInputFormat.Read_packet_AVFormatContext_AVPacket
Read one packet and put it in 'pkt'.
|
| avformat.AVInputFormat.Read_pause_AVFormatContext
Pause playing - only meaningful if using a network-based format
(RTSP).
|
| avformat.AVInputFormat.Read_play_AVFormatContext
Start/resume playing - only meaningful if using a network-based format
(RTSP).
|
| avformat.AVInputFormat.Read_probe_AVProbeData
Tell if a given file has a chance of being parsed as this format.
|
| avformat.AVInputFormat.Read_seek_AVFormatContext_int_long_int
Seek to a given timestamp relative to the frames in
stream component stream_index.
|
| avformat.AVInputFormat.Read_seek2_AVFormatContext_int_long_long_long_int
Seek to timestamp ts.
|
| avformat.AVInputFormat.Read_timestamp_AVFormatContext_int_LongPointer_long
Get the next timestamp in stream[stream_index].time_base units.
|
| avformat.AVIOContext
Bytestream IO Context.
|
| avformat.AVIOContext.Read_packet_Pointer_BytePointer_int |
| avformat.AVIOContext.Read_pause_Pointer_int
Pause or resume playback for network streaming protocols - e.g.
|
| avformat.AVIOContext.Read_seek_Pointer_int_long_int
Seek to a given timestamp in stream with the specified stream_index.
|
| avformat.AVIOContext.Seek_Pointer_long_int |
| avformat.AVIOContext.Update_checksum_long_BytePointer_int |
| avformat.AVIOContext.Write_packet_Pointer_BytePointer_int |
| avformat.AVIODirContext |
| avformat.AVIODirEntry
Describes single entry of the directory.
|
| avformat.AVIOInterruptCB
Callback for checking whether to abort blocking functions.
|
| avformat.AVIOInterruptCB.Callback_Pointer |
| avformat.AVOpenCallback |
| avformat.AVOutputFormat |
| avformat.AVOutputFormat.Control_message_AVFormatContext_int_Pointer_long
Allows sending messages from application to device.
|
| avformat.AVOutputFormat.Create_device_capabilities_AVFormatContext_AVDeviceCapabilitiesQuery
Initialize device capabilities submodule.
|
| avformat.AVOutputFormat.Free_device_capabilities_AVFormatContext_AVDeviceCapabilitiesQuery
Free device capabilities submodule.
|
| avformat.AVOutputFormat.Get_device_list_AVFormatContext_AVDeviceInfoList
Returns device list with it properties.
|
| avformat.AVOutputFormat.Get_output_timestamp_AVFormatContext_int_LongPointer_LongPointer |
| avformat.AVOutputFormat.Interleave_packet_AVFormatContext_AVPacket_AVPacket_int
Currently only used to set pixel format if not YUV420P.
|
| avformat.AVOutputFormat.Query_codec_int_int
Test if the given codec can be stored in this container.
|
| avformat.AVOutputFormat.Write_header_AVFormatContext |
| avformat.AVOutputFormat.Write_packet_AVFormatContext_AVPacket
Write a packet.
|
| avformat.AVOutputFormat.Write_trailer_AVFormatContext |
| avformat.AVOutputFormat.Write_uncoded_frame_AVFormatContext_int_PointerPointer_int
Write an uncoded AVFrame.
|
| avformat.AVPacketList |
| avformat.AVProbeData
This structure contains the data a format has to probe a file.
|
| avformat.AVProgram
New fields can be added to the end with minor version bumps.
|
| avformat.AVStream
Stream structure.
|
| avformat.Read_packet_Pointer_byte___int |
| avformat.Read_packet_Pointer_ByteBuffer_int |
| avformat.Read_packet_Pointer_BytePointer_int
Allocate and initialize an AVIOContext for buffered I/O.
|
| avformat.Seek_Pointer_long_int |
| avformat.Write_packet_Pointer_byte___int |
| avformat.Write_packet_Pointer_ByteBuffer_int |
| avformat.Write_packet_Pointer_BytePointer_int |
| avutil.Alloc_int
Allocate and initialize a buffer pool.
|
| avutil.AVBPrint |
| avutil.AVBuffer
A reference counted buffer type.
|
| avutil.AVBufferPool
The buffer pool.
|
| avutil.AVBufferRef
A reference to a data buffer.
|
| avutil.AVClass
Describe the class of an AVClass context structure.
|
| avutil.AVClass.Child_class_next_AVClass
Return an AVClass corresponding to the next potential
AVOptions-enabled child.
|
| avutil.AVClass.Child_next_Pointer_Pointer
Return next AVOptions-enabled child or NULL
|
| avutil.AVClass.Get_category_Pointer
Callback to return the category.
|
| avutil.AVClass.Item_name_Pointer
A pointer to a function which returns the name of a context
instance ctx associated with the class.
|
| avutil.AVClass.Query_ranges_PointerPointer_Pointer_BytePointer_int
Callback to return the supported/allowed ranges.
|
| avutil.AVComponentDescriptor |
| avutil.AVDictionary |
| avutil.AVDictionaryEntry |
| avutil.AVDownmixInfo
This structure describes optional metadata relevant to a downmix procedure.
|
| avutil.AVFrame
This structure describes decoded (raw) audio or video data.
|
| avutil.AVFrameSideData
Structure to hold side data for an AVFrame.
|
| avutil.AVOption
AVOption
|
| avutil.AVOptionRange
A single allowed range of values, or a single allowed value.
|
| avutil.AVOptionRanges
List of AVOptionRange structs.
|
| avutil.AVPixFmtDescriptor
Descriptor that unambiguously describes how the bits of a pixel are
stored in the up to 4 data planes of an image.
|
| avutil.AVRational
rational number numerator/denominator
|
| avutil.AVStereo3D
Stereo 3D type: this structure describes how two videos are packed
within a single video surface, with additional information as needed.
|
| avutil.Callback_Pointer_int_BytePointer_Pointer
Set the logging callback
|
| avutil.Callback_Pointer_int_String_Pointer |
| avutil.Free_Pointer_byte__ |
| avutil.Free_Pointer_ByteBuffer |
| avutil.Free_Pointer_BytePointer
Create an AVBuffer from an existing array.
|
| postproc.pp_context |
| postproc.pp_mode |
| swresample.SwrContext
The libswresample context.
|
| swscale.SwsContext |
| swscale.SwsFilter |
| swscale.SwsVector |