xine-lib 1.2.13-20230125hg15249
|
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdio.h>
#include <wand/magick_wand.h>
#include <xine/xine_internal.h>
#include <xine/video_out.h>
#include <xine/buffer.h>
#include <xine/xineutils.h>
#include <xine/xine_buffer.h>
#include "bswap.h"
Data Structures | |
struct | image_decoder_s |
Macros | |
#define | LOG_MODULE "image_video_decoder" |
#define | LOG_VERBOSE |
#define | MAGICK_VERSION 0x660 |
Typedefs | |
typedef struct image_decoder_s | image_decoder_t |
Functions | |
static vo_frame_t * | _image_decode_data (image_decoder_t *this, unsigned char *data, size_t size) |
static void | image_decode_data (video_decoder_t *this_gen, buf_element_t *buf) |
static void | image_flush (video_decoder_t *this_gen) |
static void | image_reset (video_decoder_t *this_gen) |
static void | image_discontinuity (video_decoder_t *this_gen) |
static void | image_dispose (video_decoder_t *this_gen) |
static video_decoder_t * | open_plugin (video_decoder_class_t *class_gen, xine_stream_t *stream) |
static void * | init_class (xine_t *xine, const void *data) |
Variables | |
static const uint32_t | supported_types [] |
static const decoder_info_t | dec_info_image |
const plugin_info_t xine_plugin_info[] | EXPORTED |
#define LOG_MODULE "image_video_decoder" |
Referenced by _image_decode_data().
#define LOG_VERBOSE |
#define MAGICK_VERSION 0x660 |
typedef struct image_decoder_s image_decoder_t |
|
static |
References _x_stream_info_set(), vo_frame_s::bad_frame, vo_frame_s::base, vo_frame_s::duration, vo_frame_s::format, vo_frame_s::height, height, LOG_MODULE, lprintf, NULL, vo_frame_s::pitches, vo_frame_s::ratio, rgb2yuy2_alloc(), rgb2yuy2_free(), rgb2yuy2_slice(), rgb2yv12_slice(), VO_BOTH_FIELDS, VO_CAP_FULLRANGE, VO_CAP_YUY2, VO_SET_FLAGS_CM, vo_frame_s::width, width, XINE_IMGFMT_YUY2, XINE_IMGFMT_YV12, XINE_STREAM_INFO_FRAME_DURATION, XINE_STREAM_INFO_VIDEO_HEIGHT, XINE_STREAM_INFO_VIDEO_WIDTH, XINE_VERBOSITY_LOG, and xprintf.
Referenced by image_decode_data().
|
static |
|
static |
Referenced by open_plugin().
|
static |
References lprintf, NULL, and xine_buffer_free.
Referenced by open_plugin().
|
static |
References NULL.
Referenced by open_plugin().
|
static |
References NULL.
Referenced by open_plugin().
|
static |
References video_decoder_s::dispose, N_, NULL, open_plugin(), and video_decoder_class_s::open_plugin.
|
static |
References video_decoder_class_s::dispose, image_decode_data(), image_discontinuity(), image_dispose(), image_flush(), image_reset(), lprintf, NULL, and xine_buffer_init().
Referenced by init_class().
|
static |
const plugin_info_t xine_plugin_info [] EXPORTED |
|
static |