r3d.c File Reference
#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "internal.h"
Include dependency graph for r3d.c:

Go to the source code of this file.

Data Structures

struct  R3DContext
 
struct  Atom
 

Functions

static int read_atom (AVFormatContext *s, Atom *atom)
 
static int r3d_read_red1 (AVFormatContext *s)
 
static int r3d_read_rdvo (AVFormatContext *s, Atom *atom)
 
static void r3d_read_reos (AVFormatContext *s)
 
static int r3d_read_header (AVFormatContext *s)
 
static int r3d_read_redv (AVFormatContext *s, AVPacket *pkt, Atom *atom)
 
static int r3d_read_reda (AVFormatContext *s, AVPacket *pkt, Atom *atom)
 
static int r3d_read_packet (AVFormatContext *s, AVPacket *pkt)
 
static int r3d_probe (AVProbeData *p)
 
static int r3d_seek (AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
 
static int r3d_close (AVFormatContext *s)
 

Variables

AVInputFormat ff_r3d_demuxer
 

Function Documentation

static int r3d_close ( AVFormatContext s)
static

Definition at line 392 of file r3d.c.

static int r3d_probe ( AVProbeData p)
static

Definition at line 360 of file r3d.c.

static int r3d_read_header ( AVFormatContext s)
static

Definition at line 170 of file r3d.c.

static int r3d_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 327 of file r3d.c.

static int r3d_read_rdvo ( AVFormatContext s,
Atom atom 
)
static

Definition at line 122 of file r3d.c.

Referenced by r3d_read_header().

static int r3d_read_red1 ( AVFormatContext s)
static

Definition at line 54 of file r3d.c.

Referenced by r3d_read_header().

static int r3d_read_reda ( AVFormatContext s,
AVPacket pkt,
Atom atom 
)
static

Definition at line 276 of file r3d.c.

Referenced by r3d_read_packet().

static int r3d_read_redv ( AVFormatContext s,
AVPacket pkt,
Atom atom 
)
static

Definition at line 221 of file r3d.c.

Referenced by r3d_read_packet().

static void r3d_read_reos ( AVFormatContext s)
static

Definition at line 151 of file r3d.c.

Referenced by r3d_read_header().

static int r3d_seek ( AVFormatContext s,
int  stream_index,
int64_t  sample_time,
int  flags 
)
static

Definition at line 367 of file r3d.c.

static int read_atom ( AVFormatContext s,
Atom atom 
)
static

Definition at line 42 of file r3d.c.

Referenced by r3d_read_header(), and r3d_read_packet().

Variable Documentation

AVInputFormat ff_r3d_demuxer
Initial value:
= {
.name = "r3d",
.long_name = NULL_IF_CONFIG_SMALL("REDCODE R3D"),
.priv_data_size = sizeof(R3DContext),
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:153
static int r3d_close(AVFormatContext *s)
Definition: r3d.c:392
static av_cold int read_close(AVFormatContext *ctx)
Definition: libcdio.c:145
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: r3d.c:30
static int read_probe(AVProbeData *pd)
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:517
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:114
static int r3d_probe(AVProbeData *p)
Definition: r3d.c:360
static int r3d_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
Definition: r3d.c:367
static int r3d_read_header(AVFormatContext *s)
Definition: r3d.c:170
static int r3d_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: r3d.c:327

Definition at line 401 of file r3d.c.