Raytrix Light Field SDK  5.0
Rx::FFMpeg Namespace Reference

Typedefs

typedef int(__cdecl * RXSIG_av_buffersink_get_frame) (AVFilterContext *, AVFrame *)
 
typedef int(__cdecl * RXSIG_av_buffersrc_add_frame) (AVFilterContext *, AVFrame *)
 
typedef int(__cdecl * RXSIG_av_buffersrc_add_frame_flags) (AVFilterContext *, AVFrame *, int)
 
typedef void(__cdecl * RXSIG_av_dict_free) (AVDictionary **)
 
typedef int(__cdecl * RXSIG_av_dict_set) (AVDictionary **, const char *, const char *, int)
 
typedef int(__cdecl * RXSIG_av_find_best_stream) (AVFormatContext *, enum AVMediaType, int, int, AVCodec **, int)
 
typedef struct AVFrame *__cdecl * RXSIG_av_frame_alloc(void)
 
typedef void(__cdecl * RXSIG_av_frame_free) (AVFrame **)
 
typedef void(__cdecl * RXSIG_av_frame_unref) (AVFrame *)
 
typedef void(__cdecl * RXSIG_av_free) (void *)
 
typedef void(__cdecl * RXSIG_av_free_packet) (struct AVPacket *)
 
typedef void(__cdecl * RXSIG_av_freep) (void *)
 
typedef int(__cdecl * RXSIG_av_image_alloc) (unsigned char **const, int *const, int, int, enum AVPixelFormat, int)
 
typedef void(__cdecl * RXSIG_av_init_packet) (AVPacket *)
 
typedef int(__cdecl * RXSIG_av_interleaved_write_frame) (AVFormatContext *, AVPacket *)
 
typedef void *(__cdecl * RXSIG_av_malloc) (unsigned int)
 
typedef struct AVOutputFormat *__cdecl * RXSIG_av_oformat_next(AVOutputFormat *)
 
typedef int(__cdecl * RXSIG_av_opt_set) (void *, char const *, char const *, int)
 
typedef int(__cdecl * RXSIG_av_read_frame) (AVFormatContext *, AVPacket *)
 
typedef void(__cdecl * RXSIG_av_register_all) (void)
 
typedef int64_t(__cdecl * RXSIG_av_rescale_q) (int64_t, AVRational, AVRational)
 
typedef char *(__cdecl * RXSIG_av_strdup) (const char *)
 
typedef int(__cdecl * RXSIG_av_write_trailer) (AVFormatContext *)
 
typedef struct AVCodecContext *__cdecl * RXSIG_avcodec_alloc_context3(struct AVCodec const *)
 
typedef int(__cdecl * RXSIG_avcodec_close) (struct AVCodecContext *)
 
typedef int(__cdecl * RXSIG_avcodec_decode_video2) (struct AVCodecContext *, struct AVFrame *, int *, struct AVPacket const *)
 
typedef int(__cdecl * RXSIG_avcodec_encode_video2) (struct AVCodecContext *, struct AVPacket *, struct AVFrame const *, int *)
 
typedef struct AVCodec *__cdecl * RXSIG_avcodec_find_decoder(enum AVCodecID)
 
typedef struct AVCodec *__cdecl * RXSIG_avcodec_find_encoder(enum AVCodecID)
 
typedef int(__cdecl * RXSIG_avcodec_get_context_defaults3) (AVCodecContext *, const AVCodec *)
 
typedef int(__cdecl * RXSIG_avcodec_open2) (struct AVCodecContext *, struct AVCodec const *, struct AVDictionary **)
 
typedef void(__cdecl * RXSIG_avcodec_register_all) ()
 
typedef int(__cdecl * RXSIG_avfilter_fill_frame_from_video_buffer_ref) (AVFrame *, const AVFilterBufferRef *)
 
typedef struct AVFilter *__cdecl * RXSIG_avfilter_get_by_name(const char *)
 
typedef struct AVFilterGraph *__cdecl * RXSIG_avfilter_graph_alloc(void)
 
typedef int(__cdecl * RXSIG_avfilter_graph_config) (AVFilterGraph *, void *)
 
typedef int(__cdecl * RXSIG_avfilter_graph_create_filter) (AVFilterContext **, const AVFilter *, const char *, const char *, void *, AVFilterGraph *)
 
typedef void(__cdecl * RXSIG_avfilter_graph_free) (AVFilterGraph **)
 
typedef int(__cdecl * RXSIG_avfilter_graph_parse) (AVFilterGraph *, const char *, AVFilterInOut *, AVFilterInOut *, void *)
 
typedef int(__cdecl * RXSIG_avfilter_graph_parse2) (AVFilterGraph *, const char *, AVFilterInOut **, AVFilterInOut **)
 
typedef int(__cdecl * RXSIG_avfilter_graph_parse_ptr) (AVFilterGraph *, const char *, AVFilterInOut **, AVFilterInOut **, void *)
 
typedef struct AVFilterInOut *__cdecl * RXSIG_avfilter_inout_alloc(void)
 
typedef void(__cdecl * RXSIG_avfilter_register_all) (void)
 
typedef int(__cdecl * RXSIG_avformat_alloc_output_context2) (AVFormatContext **, AVOutputFormat *, const char *, const char *)
 
typedef void(__cdecl * RXSIG_avformat_close_input) (AVFormatContext **)
 
typedef int(__cdecl * RXSIG_avformat_find_stream_info) (struct AVFormatContext *, struct AVDictionary **)
 
typedef void(__cdecl * RXSIG_avformat_free_context) (AVFormatContext *)
 
typedef struct AVStream *__cdecl * RXSIG_avformat_new_stream(AVFormatContext *, const AVCodec *)
 
typedef int(__cdecl * RXSIG_avformat_open_input) (struct AVFormatContext **, const char *, struct AVInputFormat *, struct AVDictionary **)
 
typedef int(__cdecl * RXSIG_avformat_write_header) (AVFormatContext *, AVDictionary **)
 
typedef int(__cdecl * RXSIG_avio_close) (AVIOContext *)
 
typedef int(__cdecl * RXSIG_avio_open) (AVIOContext **, const char *, int)
 
typedef int(__cdecl * RXSIG_avpicture_alloc) (AVPicture *, enum AVPixelFormat, int, int)
 
typedef int(__cdecl * RXSIG_avpicture_fill) (struct AVPicture *, unsigned char const *, enum AVPixelFormat, int, int)
 
typedef int(__cdecl * RXSIG_avpicture_get_size) (enum AVPixelFormat, int, int)
 
typedef int(__cdecl * RXSIG_ff_poll_frame) (AVFilterLink *)
 
typedef void(__cdecl * RXSIG_sws_freeContext) (struct SwsContext *swsContext)
 
typedef struct SwsContext *__cdecl * RXSIG_sws_getContext(int, int, enum AVPixelFormat, int, int, enum AVPixelFormat, int, struct SwsFilter *, struct SwsFilter *, double const *)
 
typedef int(__cdecl * RXSIG_sws_scale) (struct SwsContext *, unsigned char const *const *const, int const *const, int, int, unsigned char *const *const, int const *const)
 

Functions

 EXTERNDECL (av_buffersink_get_frame)
 
 EXTERNDECL (av_buffersrc_add_frame)
 
 EXTERNDECL (av_buffersrc_add_frame_flags)
 
 EXTERNDECL (av_dict_free)
 
 EXTERNDECL (av_dict_set)
 
 EXTERNDECL (av_find_best_stream)
 
 EXTERNDECL (av_frame_alloc)
 
 EXTERNDECL (av_frame_free)
 
 EXTERNDECL (av_frame_unref)
 
 EXTERNDECL (av_free)
 
 EXTERNDECL (av_free_packet)
 
 EXTERNDECL (av_freep)
 
 EXTERNDECL (av_image_alloc)
 
 EXTERNDECL (av_init_packet)
 
 EXTERNDECL (av_interleaved_write_frame)
 
 EXTERNDECL (av_malloc)
 
 EXTERNDECL (av_oformat_next)
 
 EXTERNDECL (av_opt_set)
 
 EXTERNDECL (av_read_frame)
 
 EXTERNDECL (av_register_all)
 
 EXTERNDECL (av_rescale_q)
 
 EXTERNDECL (av_strdup)
 
 EXTERNDECL (av_write_trailer)
 
 EXTERNDECL (avcodec_alloc_context3)
 
 EXTERNDECL (avcodec_close)
 
 EXTERNDECL (avcodec_decode_video2)
 
 EXTERNDECL (avcodec_encode_video2)
 
 EXTERNDECL (avcodec_find_decoder)
 
 EXTERNDECL (avcodec_find_encoder)
 
 EXTERNDECL (avcodec_get_context_defaults3)
 
 EXTERNDECL (avcodec_open2)
 
 EXTERNDECL (avcodec_register_all)
 
 EXTERNDECL (avfilter_fill_frame_from_video_buffer_ref)
 
 EXTERNDECL (avfilter_get_by_name)
 
 EXTERNDECL (avfilter_graph_alloc)
 
 EXTERNDECL (avfilter_graph_config)
 
 EXTERNDECL (avfilter_graph_create_filter)
 
 EXTERNDECL (avfilter_graph_free)
 
 EXTERNDECL (avfilter_graph_parse)
 
 EXTERNDECL (avfilter_graph_parse2)
 
 EXTERNDECL (avfilter_graph_parse_ptr)
 
 EXTERNDECL (avfilter_inout_alloc)
 
 EXTERNDECL (avfilter_register_all)
 
 EXTERNDECL (avformat_alloc_output_context2)
 
 EXTERNDECL (avformat_close_input)
 
 EXTERNDECL (avformat_find_stream_info)
 
 EXTERNDECL (avformat_free_context)
 
 EXTERNDECL (avformat_new_stream)
 
 EXTERNDECL (avformat_open_input)
 
 EXTERNDECL (avformat_write_header)
 
 EXTERNDECL (avio_close)
 
 EXTERNDECL (avio_open)
 
 EXTERNDECL (avpicture_alloc)
 
 EXTERNDECL (avpicture_fill)
 
 EXTERNDECL (avpicture_get_size)
 
 EXTERNDECL (ff_poll_frame)
 
 EXTERNDECL (sws_freeContext)
 
 EXTERNDECL (sws_getContext)
 
 EXTERNDECL (sws_scale)
 
void Finalize ()
 
bool Initialize (const char *pcDllDirectory)
 

Typedef Documentation

◆ RXSIG_av_buffersink_get_frame

typedef int(__cdecl * Rx::FFMpeg::RXSIG_av_buffersink_get_frame) (AVFilterContext *, AVFrame *)

◆ RXSIG_av_buffersrc_add_frame

typedef int(__cdecl * Rx::FFMpeg::RXSIG_av_buffersrc_add_frame) (AVFilterContext *, AVFrame *)

◆ RXSIG_av_buffersrc_add_frame_flags

typedef int(__cdecl * Rx::FFMpeg::RXSIG_av_buffersrc_add_frame_flags) (AVFilterContext *, AVFrame *, int)

◆ RXSIG_av_dict_free

typedef void(__cdecl * Rx::FFMpeg::RXSIG_av_dict_free) (AVDictionary **)

◆ RXSIG_av_dict_set

typedef int(__cdecl * Rx::FFMpeg::RXSIG_av_dict_set) (AVDictionary **, const char *, const char *, int)

◆ RXSIG_av_find_best_stream

typedef int(__cdecl * Rx::FFMpeg::RXSIG_av_find_best_stream) (AVFormatContext *, enum AVMediaType, int, int, AVCodec **, int)

◆ RXSIG_av_frame_alloc

typedef struct AVFrame* __cdecl* Rx::FFMpeg::RXSIG_av_frame_alloc(void)

◆ RXSIG_av_frame_free

typedef void(__cdecl * Rx::FFMpeg::RXSIG_av_frame_free) (AVFrame **)

◆ RXSIG_av_frame_unref

typedef void(__cdecl * Rx::FFMpeg::RXSIG_av_frame_unref) (AVFrame *)

◆ RXSIG_av_free

typedef void(__cdecl * Rx::FFMpeg::RXSIG_av_free) (void *)

◆ RXSIG_av_free_packet

typedef void(__cdecl * Rx::FFMpeg::RXSIG_av_free_packet) (struct AVPacket *)

◆ RXSIG_av_freep

typedef void(__cdecl * Rx::FFMpeg::RXSIG_av_freep) (void *)

◆ RXSIG_av_image_alloc

typedef int(__cdecl * Rx::FFMpeg::RXSIG_av_image_alloc) (unsigned char **const, int *const, int, int, enum AVPixelFormat, int)

◆ RXSIG_av_init_packet

typedef void(__cdecl * Rx::FFMpeg::RXSIG_av_init_packet) (struct AVPacket *)

◆ RXSIG_av_interleaved_write_frame

typedef int(__cdecl * Rx::FFMpeg::RXSIG_av_interleaved_write_frame) (AVFormatContext *, AVPacket *)

◆ RXSIG_av_malloc

typedef void*(__cdecl * Rx::FFMpeg::RXSIG_av_malloc) (unsigned int)

◆ RXSIG_av_oformat_next

typedef struct AVOutputFormat* __cdecl* Rx::FFMpeg::RXSIG_av_oformat_next(AVOutputFormat *)

◆ RXSIG_av_opt_set

typedef int(__cdecl * Rx::FFMpeg::RXSIG_av_opt_set) (void *, char const *, char const *, int)

◆ RXSIG_av_read_frame

typedef int(__cdecl * Rx::FFMpeg::RXSIG_av_read_frame) (AVFormatContext *, AVPacket *)

◆ RXSIG_av_register_all

typedef void(__cdecl * Rx::FFMpeg::RXSIG_av_register_all) (void)

◆ RXSIG_av_rescale_q

typedef int64_t(__cdecl * Rx::FFMpeg::RXSIG_av_rescale_q) (int64_t, AVRational, AVRational)

◆ RXSIG_av_strdup

typedef char*(__cdecl * Rx::FFMpeg::RXSIG_av_strdup) (const char *)

◆ RXSIG_av_write_trailer

typedef int(__cdecl * Rx::FFMpeg::RXSIG_av_write_trailer) (AVFormatContext *)

◆ RXSIG_avcodec_alloc_context3

typedef struct AVCodecContext* __cdecl* Rx::FFMpeg::RXSIG_avcodec_alloc_context3(struct AVCodec const *)

◆ RXSIG_avcodec_close

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avcodec_close) (struct AVCodecContext *)

◆ RXSIG_avcodec_decode_video2

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avcodec_decode_video2) (struct AVCodecContext *, struct AVFrame *, int *, struct AVPacket const *)

◆ RXSIG_avcodec_encode_video2

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avcodec_encode_video2) (struct AVCodecContext *, struct AVPacket *, struct AVFrame const *, int *)

◆ RXSIG_avcodec_find_decoder

typedef struct AVCodec* __cdecl* Rx::FFMpeg::RXSIG_avcodec_find_decoder(enum AVCodecID)

◆ RXSIG_avcodec_find_encoder

typedef struct AVCodec* __cdecl* Rx::FFMpeg::RXSIG_avcodec_find_encoder(enum AVCodecID)

◆ RXSIG_avcodec_get_context_defaults3

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avcodec_get_context_defaults3) (AVCodecContext *, const AVCodec *)

◆ RXSIG_avcodec_open2

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avcodec_open2) (struct AVCodecContext *, struct AVCodec const *, struct AVDictionary **)

◆ RXSIG_avcodec_register_all

typedef void(__cdecl * Rx::FFMpeg::RXSIG_avcodec_register_all) ()

◆ RXSIG_avfilter_fill_frame_from_video_buffer_ref

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avfilter_fill_frame_from_video_buffer_ref) (AVFrame *, const AVFilterBufferRef *)

◆ RXSIG_avfilter_get_by_name

typedef struct AVFilter* __cdecl* Rx::FFMpeg::RXSIG_avfilter_get_by_name(const char *)

◆ RXSIG_avfilter_graph_alloc

typedef struct AVFilterGraph* __cdecl* Rx::FFMpeg::RXSIG_avfilter_graph_alloc(void)

◆ RXSIG_avfilter_graph_config

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avfilter_graph_config) (AVFilterGraph *, void *)

◆ RXSIG_avfilter_graph_create_filter

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avfilter_graph_create_filter) (AVFilterContext **, const AVFilter *, const char *, const char *, void *, AVFilterGraph *)

◆ RXSIG_avfilter_graph_free

typedef void(__cdecl * Rx::FFMpeg::RXSIG_avfilter_graph_free) (AVFilterGraph **)

◆ RXSIG_avfilter_graph_parse

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avfilter_graph_parse) (AVFilterGraph *, const char *, AVFilterInOut *, AVFilterInOut *, void *)

◆ RXSIG_avfilter_graph_parse2

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avfilter_graph_parse2) (AVFilterGraph *, const char *, AVFilterInOut **, AVFilterInOut **)

◆ RXSIG_avfilter_graph_parse_ptr

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avfilter_graph_parse_ptr) (AVFilterGraph *, const char *, AVFilterInOut **, AVFilterInOut **, void *)

◆ RXSIG_avfilter_inout_alloc

typedef struct AVFilterInOut* __cdecl* Rx::FFMpeg::RXSIG_avfilter_inout_alloc(void)

◆ RXSIG_avfilter_register_all

typedef void(__cdecl * Rx::FFMpeg::RXSIG_avfilter_register_all) (void)

◆ RXSIG_avformat_alloc_output_context2

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avformat_alloc_output_context2) (AVFormatContext **, AVOutputFormat *, const char *, const char *)

◆ RXSIG_avformat_close_input

typedef void(__cdecl * Rx::FFMpeg::RXSIG_avformat_close_input) (AVFormatContext **)

◆ RXSIG_avformat_find_stream_info

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avformat_find_stream_info) (struct AVFormatContext *, struct AVDictionary **)

◆ RXSIG_avformat_free_context

typedef void(__cdecl * Rx::FFMpeg::RXSIG_avformat_free_context) (AVFormatContext *)

◆ RXSIG_avformat_new_stream

typedef struct AVStream* __cdecl* Rx::FFMpeg::RXSIG_avformat_new_stream(AVFormatContext *, const AVCodec *)

◆ RXSIG_avformat_open_input

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avformat_open_input) (struct AVFormatContext **, const char *, struct AVInputFormat *, struct AVDictionary **)

◆ RXSIG_avformat_write_header

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avformat_write_header) (AVFormatContext *, AVDictionary **)

◆ RXSIG_avio_close

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avio_close) (AVIOContext *)

◆ RXSIG_avio_open

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avio_open) (AVIOContext **, const char *, int)

◆ RXSIG_avpicture_alloc

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avpicture_alloc) (AVPicture *, enum AVPixelFormat, int, int)

◆ RXSIG_avpicture_fill

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avpicture_fill) (struct AVPicture *, unsigned char const *, enum AVPixelFormat, int, int)

◆ RXSIG_avpicture_get_size

typedef int(__cdecl * Rx::FFMpeg::RXSIG_avpicture_get_size) (enum AVPixelFormat, int, int)

◆ RXSIG_ff_poll_frame

typedef int(__cdecl * Rx::FFMpeg::RXSIG_ff_poll_frame) (AVFilterLink *)

◆ RXSIG_sws_freeContext

typedef void(__cdecl * Rx::FFMpeg::RXSIG_sws_freeContext) (struct SwsContext *swsContext)

◆ RXSIG_sws_getContext

typedef struct SwsContext* __cdecl* Rx::FFMpeg::RXSIG_sws_getContext(int, int, enum AVPixelFormat, int, int, enum AVPixelFormat, int, struct SwsFilter *, struct SwsFilter *, double const *)

◆ RXSIG_sws_scale

typedef int(__cdecl * Rx::FFMpeg::RXSIG_sws_scale) (struct SwsContext *, unsigned char const *const *const, int const *const, int, int, unsigned char *const *const, int const *const)

Function Documentation

◆ EXTERNDECL() [1/59]

Rx::FFMpeg::EXTERNDECL ( av_buffersink_get_frame  )

◆ EXTERNDECL() [2/59]

Rx::FFMpeg::EXTERNDECL ( av_buffersrc_add_frame  )

◆ EXTERNDECL() [3/59]

Rx::FFMpeg::EXTERNDECL ( av_buffersrc_add_frame_flags  )

◆ EXTERNDECL() [4/59]

Rx::FFMpeg::EXTERNDECL ( av_dict_free  )

◆ EXTERNDECL() [5/59]

Rx::FFMpeg::EXTERNDECL ( av_dict_set  )

◆ EXTERNDECL() [6/59]

Rx::FFMpeg::EXTERNDECL ( av_find_best_stream  )

◆ EXTERNDECL() [7/59]

Rx::FFMpeg::EXTERNDECL ( av_frame_alloc  )

◆ EXTERNDECL() [8/59]

Rx::FFMpeg::EXTERNDECL ( av_frame_free  )

◆ EXTERNDECL() [9/59]

Rx::FFMpeg::EXTERNDECL ( av_frame_unref  )

◆ EXTERNDECL() [10/59]

Rx::FFMpeg::EXTERNDECL ( av_free  )

◆ EXTERNDECL() [11/59]

Rx::FFMpeg::EXTERNDECL ( av_free_packet  )

◆ EXTERNDECL() [12/59]

Rx::FFMpeg::EXTERNDECL ( av_freep  )

◆ EXTERNDECL() [13/59]

Rx::FFMpeg::EXTERNDECL ( av_image_alloc  )

◆ EXTERNDECL() [14/59]

Rx::FFMpeg::EXTERNDECL ( av_init_packet  )

◆ EXTERNDECL() [15/59]

Rx::FFMpeg::EXTERNDECL ( av_interleaved_write_frame  )

◆ EXTERNDECL() [16/59]

Rx::FFMpeg::EXTERNDECL ( av_malloc  )

◆ EXTERNDECL() [17/59]

Rx::FFMpeg::EXTERNDECL ( av_oformat_next  )

◆ EXTERNDECL() [18/59]

Rx::FFMpeg::EXTERNDECL ( av_opt_set  )

◆ EXTERNDECL() [19/59]

Rx::FFMpeg::EXTERNDECL ( av_read_frame  )

◆ EXTERNDECL() [20/59]

Rx::FFMpeg::EXTERNDECL ( av_register_all  )

◆ EXTERNDECL() [21/59]

Rx::FFMpeg::EXTERNDECL ( av_rescale_q  )

◆ EXTERNDECL() [22/59]

Rx::FFMpeg::EXTERNDECL ( av_strdup  )

◆ EXTERNDECL() [23/59]

Rx::FFMpeg::EXTERNDECL ( av_write_trailer  )

◆ EXTERNDECL() [24/59]

Rx::FFMpeg::EXTERNDECL ( avcodec_alloc_context3  )

◆ EXTERNDECL() [25/59]

Rx::FFMpeg::EXTERNDECL ( avcodec_close  )

◆ EXTERNDECL() [26/59]

Rx::FFMpeg::EXTERNDECL ( avcodec_decode_video2  )

◆ EXTERNDECL() [27/59]

Rx::FFMpeg::EXTERNDECL ( avcodec_encode_video2  )

◆ EXTERNDECL() [28/59]

Rx::FFMpeg::EXTERNDECL ( avcodec_find_decoder  )

◆ EXTERNDECL() [29/59]

Rx::FFMpeg::EXTERNDECL ( avcodec_find_encoder  )

◆ EXTERNDECL() [30/59]

Rx::FFMpeg::EXTERNDECL ( avcodec_get_context_defaults3  )

◆ EXTERNDECL() [31/59]

Rx::FFMpeg::EXTERNDECL ( avcodec_open2  )

◆ EXTERNDECL() [32/59]

Rx::FFMpeg::EXTERNDECL ( avcodec_register_all  )

◆ EXTERNDECL() [33/59]

Rx::FFMpeg::EXTERNDECL ( avfilter_fill_frame_from_video_buffer_ref  )

◆ EXTERNDECL() [34/59]

Rx::FFMpeg::EXTERNDECL ( avfilter_get_by_name  )

◆ EXTERNDECL() [35/59]

Rx::FFMpeg::EXTERNDECL ( avfilter_graph_alloc  )

◆ EXTERNDECL() [36/59]

Rx::FFMpeg::EXTERNDECL ( avfilter_graph_config  )

◆ EXTERNDECL() [37/59]

Rx::FFMpeg::EXTERNDECL ( avfilter_graph_create_filter  )

◆ EXTERNDECL() [38/59]

Rx::FFMpeg::EXTERNDECL ( avfilter_graph_free  )

◆ EXTERNDECL() [39/59]

Rx::FFMpeg::EXTERNDECL ( avfilter_graph_parse  )

◆ EXTERNDECL() [40/59]

Rx::FFMpeg::EXTERNDECL ( avfilter_graph_parse2  )

◆ EXTERNDECL() [41/59]

Rx::FFMpeg::EXTERNDECL ( avfilter_graph_parse_ptr  )

◆ EXTERNDECL() [42/59]

Rx::FFMpeg::EXTERNDECL ( avfilter_inout_alloc  )

◆ EXTERNDECL() [43/59]

Rx::FFMpeg::EXTERNDECL ( avfilter_register_all  )

◆ EXTERNDECL() [44/59]

Rx::FFMpeg::EXTERNDECL ( avformat_alloc_output_context2  )

◆ EXTERNDECL() [45/59]

Rx::FFMpeg::EXTERNDECL ( avformat_close_input  )

◆ EXTERNDECL() [46/59]

Rx::FFMpeg::EXTERNDECL ( avformat_find_stream_info  )

◆ EXTERNDECL() [47/59]

Rx::FFMpeg::EXTERNDECL ( avformat_free_context  )

◆ EXTERNDECL() [48/59]

Rx::FFMpeg::EXTERNDECL ( avformat_new_stream  )

◆ EXTERNDECL() [49/59]

Rx::FFMpeg::EXTERNDECL ( avformat_open_input  )

◆ EXTERNDECL() [50/59]

Rx::FFMpeg::EXTERNDECL ( avformat_write_header  )

◆ EXTERNDECL() [51/59]

Rx::FFMpeg::EXTERNDECL ( avio_close  )

◆ EXTERNDECL() [52/59]

Rx::FFMpeg::EXTERNDECL ( avio_open  )

◆ EXTERNDECL() [53/59]

Rx::FFMpeg::EXTERNDECL ( avpicture_alloc  )

◆ EXTERNDECL() [54/59]

Rx::FFMpeg::EXTERNDECL ( avpicture_fill  )

◆ EXTERNDECL() [55/59]

Rx::FFMpeg::EXTERNDECL ( avpicture_get_size  )

◆ EXTERNDECL() [56/59]

Rx::FFMpeg::EXTERNDECL ( ff_poll_frame  )

◆ EXTERNDECL() [57/59]

Rx::FFMpeg::EXTERNDECL ( sws_freeContext  )

◆ EXTERNDECL() [58/59]

Rx::FFMpeg::EXTERNDECL ( sws_getContext  )

◆ EXTERNDECL() [59/59]

Rx::FFMpeg::EXTERNDECL ( sws_scale  )

◆ Finalize()

void Rx::FFMpeg::Finalize ( )

◆ Initialize()

bool Rx::FFMpeg::Initialize ( const char *  pcDllDirectory)