Raytrix Light Field SDK  v3.0
Logo
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
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 (avcodec_register_all)
 
 EXTERNDECL (av_init_packet)
 
 EXTERNDECL (av_frame_free)
 
 EXTERNDECL (av_freep)
 
 EXTERNDECL (av_free)
 
 EXTERNDECL (avcodec_close)
 
 EXTERNDECL (av_free_packet)
 
 EXTERNDECL (avcodec_encode_video2)
 
 EXTERNDECL (av_image_alloc)
 
 EXTERNDECL (av_frame_alloc)
 
 EXTERNDECL (avcodec_open2)
 
 EXTERNDECL (av_opt_set)
 
 EXTERNDECL (av_rescale_q)
 
 EXTERNDECL (avcodec_alloc_context3)
 
 EXTERNDECL (avcodec_find_encoder)
 
 EXTERNDECL (avcodec_get_context_defaults3)
 
 EXTERNDECL (avpicture_alloc)
 
 EXTERNDECL (av_frame_unref)
 
 EXTERNDECL (avcodec_decode_video2)
 
 EXTERNDECL (avcodec_find_decoder)
 
 EXTERNDECL (avpicture_fill)
 
 EXTERNDECL (sws_getContext)
 
 EXTERNDECL (sws_freeContext)
 
 EXTERNDECL (avpicture_get_size)
 
 EXTERNDECL (sws_scale)
 
 EXTERNDECL (av_malloc)
 
 EXTERNDECL (av_strdup)
 
 EXTERNDECL (av_dict_set)
 
 EXTERNDECL (av_dict_free)
 
 EXTERNDECL (avformat_open_input)
 
 EXTERNDECL (avformat_find_stream_info)
 
 EXTERNDECL (av_register_all)
 
 EXTERNDECL (av_find_best_stream)
 
 EXTERNDECL (av_read_frame)
 
 EXTERNDECL (avformat_alloc_output_context2)
 
 EXTERNDECL (avformat_new_stream)
 
 EXTERNDECL (avio_open)
 
 EXTERNDECL (avio_close)
 
 EXTERNDECL (av_interleaved_write_frame)
 
 EXTERNDECL (avformat_write_header)
 
 EXTERNDECL (av_write_trailer)
 
 EXTERNDECL (av_oformat_next)
 
 EXTERNDECL (avformat_close_input)
 
 EXTERNDECL (avformat_free_context)
 
 EXTERNDECL (avfilter_register_all)
 
 EXTERNDECL (avfilter_get_by_name)
 
 EXTERNDECL (avfilter_inout_alloc)
 
 EXTERNDECL (avfilter_graph_alloc)
 
 EXTERNDECL (avfilter_graph_create_filter)
 
 EXTERNDECL (avfilter_graph_parse)
 
 EXTERNDECL (avfilter_graph_parse2)
 
 EXTERNDECL (avfilter_graph_parse_ptr)
 
 EXTERNDECL (avfilter_graph_config)
 
 EXTERNDECL (avfilter_graph_free)
 
 EXTERNDECL (av_buffersrc_add_frame)
 
 EXTERNDECL (av_buffersrc_add_frame_flags)
 
 EXTERNDECL (av_buffersink_get_frame)
 
 EXTERNDECL (ff_poll_frame)
 
 EXTERNDECL (avfilter_fill_frame_from_video_buffer_ref)
 
void Finalize ()
 
bool Initialize (const char *pcDllDirectory)
 

Typedef Documentation

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

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