FFmpeg
Data Structures | Functions | Variables
vivo.c File Reference

Vivo stream demuxer. More...

#include "libavutil/avstring.h"
#include "libavutil/parseutils.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  VivoContext
 

Functions

static int vivo_probe (const 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

const FFInputFormat 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.

Function Documentation

◆ vivo_probe()

static int vivo_probe ( const AVProbeData p)
static

Definition at line 46 of file vivo.c.

◆ vivo_get_packet_header()

static int vivo_get_packet_header ( AVFormatContext s)
static

Definition at line 76 of file vivo.c.

Referenced by vivo_read_header(), and vivo_read_packet().

◆ vivo_read_header()

static int vivo_read_header ( AVFormatContext s)
static

Definition at line 122 of file vivo.c.

◆ vivo_read_packet()

static int vivo_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 258 of file vivo.c.

Variable Documentation

◆ ff_vivo_demuxer

const FFInputFormat ff_vivo_demuxer
Initial value:
= {
.p.name = "vivo",
.p.long_name = NULL_IF_CONFIG_SMALL("Vivo"),
.p.extensions = "viv",
.priv_data_size = sizeof(VivoContext),
}

Definition at line 318 of file vivo.c.

VivoContext
Definition: vivo.c:35
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_read_callback.c:41
vivo_probe
static int vivo_probe(const AVProbeData *p)
Definition: vivo.c:46
vivo_read_packet
static int vivo_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: vivo.c:258
vivo_read_header
static int vivo_read_header(AVFormatContext *s)
Definition: vivo.c:122
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:550
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:106
read_probe
static int read_probe(const AVProbeData *p)
Definition: cdg.c:30