|
static const uint32_t | video_types_h264 [] = { BUF_VIDEO_H264, 0 } |
|
static const uint32_t | video_types_vc1 [] = { BUF_VIDEO_VC1, BUF_VIDEO_WMV9, 0 } |
|
static const uint32_t | video_types_mpeg12 [] = { BUF_VIDEO_MPEG, 0 } |
|
static const uint32_t | video_types_mpeg4 [] = { BUF_VIDEO_MPEG4, BUF_VIDEO_XVID, BUF_VIDEO_DIVX5, BUF_VIDEO_3IVX, 0 } |
|
static const decoder_info_t | dec_info_video_alterh264 = { .supported_types = video_types_h264, .priority = 9 } |
|
static const decoder_info_t | dec_info_video_h264 = { .supported_types = video_types_h264, .priority = 7 } |
|
static const decoder_info_t | dec_info_video_vc1 = { .supported_types = video_types_vc1, .priority = 8 } |
|
static const decoder_info_t | dec_info_video_mpeg12 = { .supported_types = video_types_mpeg12, .priority = 8 } |
|
static const decoder_info_t | dec_info_video_mpeg4 = { .supported_types = video_types_mpeg4, .priority = 8 } |
|
const plugin_info_t xine_plugin_info[] | EXPORTED |
|
◆ dec_info_video_alterh264
◆ dec_info_video_h264
◆ dec_info_video_mpeg12
◆ dec_info_video_mpeg4
◆ dec_info_video_vc1
◆ EXPORTED
◆ video_types_h264
◆ video_types_mpeg12
◆ video_types_mpeg4
◆ video_types_vc1
void * vc1_init_plugin(xine_t *xine, const void *data)
Definition: vdpau_vc1.c:1163
static const decoder_info_t dec_info_video_mpeg12
Definition: group_vdpau.c:50
static const decoder_info_t dec_info_video_h264
Definition: group_vdpau.c:48
NULL
Definition: xine_plugin.c:78
#define XINE_VERSION_CODE
Definition: xine_internal.h:57
static const decoder_info_t dec_info_video_alterh264
Definition: group_vdpau.c:47
#define PLUGIN_VIDEO_DECODER
Definition: xine_plugin.h:33
void * h264_init_plugin(xine_t *xine, const void *data)
Definition: vdpau_h264.c:4390
void * mpeg4_init_plugin(xine_t *xine, const void *data)
Definition: vdpau_mpeg4.c:1162
#define PLUGIN_NONE
Definition: xine_plugin.h:29
void * h264_alter_init_plugin(xine_t *xine, const void *data)
Definition: alterh264_decode.c:2479
static const decoder_info_t dec_info_video_vc1
Definition: group_vdpau.c:49
void * mpeg12_init_plugin(xine_t *xine, const void *data)
Definition: vdpau_mpeg12.c:1106
static const decoder_info_t dec_info_video_mpeg4
Definition: group_vdpau.c:51