FFmpeg
|
Silicon Graphics Movie demuxer. More...
#include "libavutil/channel_layout.h"
#include "libavutil/eval.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 (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 | |
AVInputFormat | ff_mv_demuxer |
Silicon Graphics Movie demuxer.
Definition in file mvdec.c.
#define AUDIO_FORMAT_SIGNED 401 |
Definition at line 47 of file mvdec.c.
Referenced by mv_read_header().
|
static |
|
static |
Definition at line 57 of file mvdec.c.
Referenced by parse_video_var(), var_read_float(), var_read_int(), and var_read_metadata().
|
static |
Definition at line 74 of file mvdec.c.
Referenced by parse_audio_var(), parse_global_var(), and parse_video_var().
|
static |
Definition at line 85 of file mvdec.c.
Referenced by parse_video_var().
|
static |
Definition at line 96 of file mvdec.c.
Referenced by mv_read_header(), parse_audio_var(), parse_global_var(), and parse_video_var().
|
static |
Definition at line 103 of file mvdec.c.
Referenced by mv_read_header(), and parse_audio_var().
|
static |
Parse global variable.
Definition at line 119 of file mvdec.c.
Referenced by mv_read_header().
|
static |
Parse audio variable.
Definition at line 143 of file mvdec.c.
Referenced by mv_read_header().
|
static |
Parse video variable.
Definition at line 173 of file mvdec.c.
Referenced by mv_read_header().
|
static |
Definition at line 226 of file mvdec.c.
Referenced by mv_read_header().
|
static |
Definition at line 253 of file mvdec.c.
Referenced by mv_read_header().
|
static |
|
static |
|
static |
AVInputFormat ff_mv_demuxer |