xine-lib 1.2.11
Data Structures | Macros | Functions
demux_iff.c File Reference
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include "group_video.h"
#include <xine/xine_internal.h>
#include <xine/xineutils.h>
#include <xine/demux.h>
#include <xine/buffer.h>
#include "bswap.h"
#include "iff.h"

Data Structures

struct  demux_iff_t
 

Macros

#define LOG_MODULE   "demux_iff"
 

Functions

static int8_t delta_decode_block (const int8_t *source, int32_t n, int8_t *dest, int8_t x, const int8_t *table)
 
static void delta_decode (int8_t *dest, const int8_t *source, int32_t n, const int8_t *table)
 
static int read_iff_chunk (demux_iff_t *this)
 
static int open_iff_file (demux_iff_t *this)
 
static int demux_iff_send_chunk (demux_plugin_t *this_gen)
 
static void demux_iff_send_headers (demux_plugin_t *this_gen)
 
static int demux_iff_seek (demux_plugin_t *this_gen, off_t start_pos, int start_time, int playing)
 
static void demux_iff_dispose (demux_plugin_t *this_gen)
 
static int demux_iff_get_status (demux_plugin_t *this_gen)
 
static int demux_iff_get_stream_length (demux_plugin_t *this_gen)
 
static uint32_t demux_iff_get_capabilities (demux_plugin_t *this_gen)
 
static int demux_iff_get_optional_data (demux_plugin_t *this_gen, void *data, int data_type)
 
static demux_plugin_topen_plugin (demux_class_t *class_gen, xine_stream_t *stream, input_plugin_t *input)
 
void * demux_iff_init_class (xine_t *xine, const void *data)
 

Macro Definition Documentation

◆ LOG_MODULE

#define LOG_MODULE   "demux_iff"

Function Documentation

◆ delta_decode()

static void delta_decode ( int8_t *  dest,
const int8_t *  source,
int32_t  n,
const int8_t *  table 
)
static

References delta_decode_block().

Referenced by demux_iff_send_chunk().

◆ delta_decode_block()

static int8_t delta_decode_block ( const int8_t *  source,
int32_t  n,
int8_t *  dest,
int8_t  x,
const int8_t *  table 
)
static

Referenced by delta_decode().

◆ demux_iff_dispose()

static void demux_iff_dispose ( demux_plugin_t this_gen)
static

Referenced by open_plugin().

◆ demux_iff_get_capabilities()

static uint32_t demux_iff_get_capabilities ( demux_plugin_t this_gen)
static

References DEMUX_CAP_NOCAP.

Referenced by open_plugin().

◆ demux_iff_get_optional_data()

static int demux_iff_get_optional_data ( demux_plugin_t this_gen,
void *  data,
int  data_type 
)
static

References DEMUX_OPTIONAL_UNSUPPORTED.

Referenced by open_plugin().

◆ demux_iff_get_status()

static int demux_iff_get_status ( demux_plugin_t this_gen)
static

Referenced by open_plugin().

◆ demux_iff_get_stream_length()

static int demux_iff_get_stream_length ( demux_plugin_t this_gen)
static

Referenced by open_plugin().

◆ demux_iff_init_class()

void * demux_iff_init_class ( xine_t xine,
const void *  data 
)

◆ demux_iff_seek()

static int demux_iff_seek ( demux_plugin_t this_gen,
off_t  start_pos,
int  start_time,
int  playing 
)
static

◆ demux_iff_send_chunk()

static int demux_iff_send_chunk ( demux_plugin_t this_gen)
static

◆ demux_iff_send_headers()

static void demux_iff_send_headers ( demux_plugin_t this_gen)
static

◆ open_iff_file()

static int open_iff_file ( demux_iff_t this)
static

◆ open_plugin()

static demux_plugin_t * open_plugin ( demux_class_t class_gen,
xine_stream_t stream,
input_plugin_t input 
)
static

◆ read_iff_chunk()

static int read_iff_chunk ( demux_iff_t this)
static