FFmpeg
Data Structures | Macros | Functions | Variables
mvdec.c File Reference
#include "libavutil/channel_layout.h"
#include "libavutil/eval.h"
#include "libavutil/intfloat.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/rational.h"
#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  MvContext
 

Macros

#define AUDIO_FORMAT_SIGNED   401
 

Functions

static int mv_probe (const AVProbeData *p)
 
static char * var_read_string (AVIOContext *pb, int size)
 
static int var_read_int (AVIOContext *pb, int size)
 
static AVRational var_read_float (AVIOContext *pb, int size)
 
static void var_read_metadata (AVFormatContext *avctx, const char *tag, int size)
 
static int set_channels (AVFormatContext *avctx, AVStream *st, int channels)
 
static int parse_global_var (AVFormatContext *avctx, AVStream *st, const char *name, int size)
 Parse global variable. More...
 
static int parse_audio_var (AVFormatContext *avctx, AVStream *st, const char *name, int size)
 Parse audio variable. More...
 
static int parse_video_var (AVFormatContext *avctx, AVStream *st, const char *name, int size)
 Parse video variable. More...
 
static int read_table (AVFormatContext *avctx, AVStream *st, int(*parse)(AVFormatContext *avctx, AVStream *st, const char *name, int size))
 
static void read_index (AVIOContext *pb, AVStream *st)
 
static int mv_read_header (AVFormatContext *avctx)
 
static int mv_read_packet (AVFormatContext *avctx, AVPacket *pkt)
 
static int mv_read_seek (AVFormatContext *avctx, int stream_index, int64_t timestamp, int flags)
 

Variables

const AVInputFormat ff_mv_demuxer
 

Detailed Description

Silicon Graphics Movie demuxer

Definition in file mvdec.c.

Macro Definition Documentation

◆ AUDIO_FORMAT_SIGNED

#define AUDIO_FORMAT_SIGNED   401

Definition at line 48 of file mvdec.c.

Function Documentation

◆ mv_probe()

static int mv_probe ( const AVProbeData p)
static

Definition at line 50 of file mvdec.c.

◆ var_read_string()

static char* var_read_string ( AVIOContext pb,
int  size 
)
static

Definition at line 58 of file mvdec.c.

Referenced by parse_video_var(), var_read_float(), var_read_int(), and var_read_metadata().

◆ var_read_int()

static int var_read_int ( AVIOContext pb,
int  size 
)
static

Definition at line 75 of file mvdec.c.

Referenced by parse_audio_var(), parse_global_var(), and parse_video_var().

◆ var_read_float()

static AVRational var_read_float ( AVIOContext pb,
int  size 
)
static

Definition at line 86 of file mvdec.c.

Referenced by parse_video_var().

◆ var_read_metadata()

static void var_read_metadata ( AVFormatContext avctx,
const char *  tag,
int  size 
)
static

Definition at line 97 of file mvdec.c.

Referenced by mv_read_header(), parse_audio_var(), parse_global_var(), and parse_video_var().

◆ set_channels()

static int set_channels ( AVFormatContext avctx,
AVStream st,
int  channels 
)
static

Definition at line 104 of file mvdec.c.

Referenced by mv_read_header(), and parse_audio_var().

◆ parse_global_var()

static int parse_global_var ( AVFormatContext avctx,
AVStream st,
const char *  name,
int  size 
)
static

Parse global variable.

Returns
< 0 if unknown

Definition at line 120 of file mvdec.c.

Referenced by mv_read_header().

◆ parse_audio_var()

static int parse_audio_var ( AVFormatContext avctx,
AVStream st,
const char *  name,
int  size 
)
static

Parse audio variable.

Returns
< 0 if unknown

Definition at line 144 of file mvdec.c.

Referenced by mv_read_header().

◆ parse_video_var()

static int parse_video_var ( AVFormatContext avctx,
AVStream st,
const char *  name,
int  size 
)
static

Parse video variable.

Returns
< 0 if unknown

Definition at line 180 of file mvdec.c.

Referenced by mv_read_header().

◆ read_table()

static int read_table ( AVFormatContext avctx,
AVStream st,
int(*)(AVFormatContext *avctx, AVStream *st, const char *name, int size parse 
)
static

Definition at line 237 of file mvdec.c.

Referenced by mv_read_header().

◆ read_index()

static void read_index ( AVIOContext pb,
AVStream st 
)
static

Definition at line 270 of file mvdec.c.

Referenced by mv_read_header().

◆ mv_read_header()

static int mv_read_header ( AVFormatContext avctx)
static

Definition at line 289 of file mvdec.c.

◆ mv_read_packet()

static int mv_read_packet ( AVFormatContext avctx,
AVPacket pkt 
)
static

Definition at line 457 of file mvdec.c.

◆ mv_read_seek()

static int mv_read_seek ( AVFormatContext avctx,
int  stream_index,
int64_t  timestamp,
int  flags 
)
static

Definition at line 506 of file mvdec.c.

Variable Documentation

◆ ff_mv_demuxer

const AVInputFormat ff_mv_demuxer
Initial value:
= {
.name = "mv",
.long_name = NULL_IF_CONFIG_SMALL("Silicon Graphics Movie"),
.priv_data_size = sizeof(MvContext),
}

Definition at line 528 of file mvdec.c.

read_seek
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:149
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:527
read_probe
static int read_probe(const AVProbeData *pd)
Definition: jvdec.c:55
mv_read_packet
static int mv_read_packet(AVFormatContext *avctx, AVPacket *pkt)
Definition: mvdec.c:457
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:117
mv_probe
static int mv_probe(const AVProbeData *p)
Definition: mvdec.c:50
mv_read_seek
static int mv_read_seek(AVFormatContext *avctx, int stream_index, int64_t timestamp, int flags)
Definition: mvdec.c:506
MvContext
Definition: mvdec.c:36
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_reading.c:42
mv_read_header
static int mv_read_header(AVFormatContext *avctx)
Definition: mvdec.c:289