vivo.c File Reference

Vivo stream demuxer. More...

#include "libavutil/parseutils.h"
#include "avformat.h"
#include "internal.h"
Include dependency graph for vivo.c:

Go to the source code of this file.

Data Structures

struct  VivoContext
 

Typedefs

typedef struct VivoContext VivoContext
 

Functions

static int vivo_probe (AVProbeData *p)
 
static int vivo_get_packet_header (AVFormatContext *s)
 
static int vivo_read_header (AVFormatContext *s)
 
static int vivo_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

AVInputFormat ff_vivo_demuxer
 

Detailed Description

Vivo stream demuxer.

Author
Daniel Verkamp <daniel at drv.nu>
See also
http://wiki.multimedia.cx/index.php?title=Vivo

Definition in file vivo.c.

Typedef Documentation

typedef struct VivoContext VivoContext

Function Documentation

static int vivo_get_packet_header ( AVFormatContext s)
static

Definition at line 72 of file vivo.c.

Referenced by vivo_read_header(), and vivo_read_packet().

static int vivo_probe ( AVProbeData p)
static

Definition at line 43 of file vivo.c.

static int vivo_read_header ( AVFormatContext s)
static

Definition at line 118 of file vivo.c.

static int vivo_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 244 of file vivo.c.

Variable Documentation

AVInputFormat ff_vivo_demuxer
Initial value:
= {
.name = "vivo",
.long_name = NULL_IF_CONFIG_SMALL("Vivo"),
.priv_data_size = sizeof(VivoContext),
.extensions = "viv",
}
static int vivo_read_header(AVFormatContext *s)
Definition: vivo.c:118
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_probe(AVProbeData *pd)
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:517
static int vivo_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: vivo.c:244
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:114
static int vivo_probe(AVProbeData *p)
Definition: vivo.c:43
struct VivoContext VivoContext

Definition at line 305 of file vivo.c.