xine-lib  1.2.9
Data Structures | Macros | Typedefs | Functions | Variables
gdkpixbuf.c File Reference
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdio.h>
#include <xine/xine_internal.h>
#include <xine/video_out.h>
#include <xine/buffer.h>
#include <xine/xineutils.h>
#include "bswap.h"
#include <gdk-pixbuf/gdk-pixbuf.h>

Data Structures

struct  image_class_t
 
struct  image_decoder_s
 

Macros

#define LOG_MODULE   "gdkpixbuf_video_decoder"
 
#define LOG_VERBOSE
 

Typedefs

typedef struct image_decoder_s image_decoder_t
 

Functions

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_topen_plugin (video_decoder_class_t *class_gen, xine_stream_t *stream)
 
static void * init_class (xine_t *xine, void *data)
 

Variables

static const uint32_t supported_types [] = { BUF_VIDEO_IMAGE, BUF_VIDEO_JPEG, 0 }
 
static const decoder_info_t dec_info_image
 
const plugin_info_t xine_plugin_info [] EXPORTED
 

Macro Definition Documentation

◆ LOG_MODULE

#define LOG_MODULE   "gdkpixbuf_video_decoder"

◆ LOG_VERBOSE

#define LOG_VERBOSE

Typedef Documentation

◆ image_decoder_t

Function Documentation

◆ image_decode_data()

static void image_decode_data ( video_decoder_t this_gen,
buf_element_t buf 
)
static

◆ image_discontinuity()

static void image_discontinuity ( video_decoder_t this_gen)
static

Referenced by open_plugin().

◆ image_dispose()

static void image_dispose ( video_decoder_t this_gen)
static

References lprintf, and NULL.

Referenced by open_plugin().

◆ image_flush()

static void image_flush ( video_decoder_t this_gen)
static

Referenced by open_plugin().

◆ image_reset()

static void image_reset ( video_decoder_t this_gen)
static

References NULL.

Referenced by open_plugin().

◆ init_class()

static void* init_class ( xine_t xine,
void *  data 
)
static

◆ open_plugin()

static video_decoder_t* open_plugin ( video_decoder_class_t class_gen,
xine_stream_t stream 
)
static

Variable Documentation

◆ dec_info_image

const decoder_info_t dec_info_image
static
Initial value:
= {
8
}
static const uint32_t supported_types[]
Definition: gdkpixbuf.c:304

◆ EXPORTED

const plugin_info_t xine_plugin_info [] EXPORTED
Initial value:
= {
{ PLUGIN_NONE, 0, "", 0, NULL, NULL }
}
#define XINE_VERSION_CODE
Definition: xine_internal.h:56
static void * init_class(xine_t *xine, void *data)
Definition: gdkpixbuf.c:280
NULL
Definition: xine_plugin.c:91
static const decoder_info_t dec_info_image
Definition: gdkpixbuf.c:306
#define PLUGIN_VIDEO_DECODER
Definition: xine_plugin.h:32
#define PLUGIN_NONE
Definition: xine_plugin.h:28

◆ supported_types

const uint32_t supported_types[] = { BUF_VIDEO_IMAGE, BUF_VIDEO_JPEG, 0 }
static