libavformat/r3d.c File Reference

#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "internal.h"

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, AVFormatParameters *ap)
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 379 of file r3d.c.

static int r3d_probe ( AVProbeData p  )  [static]

Definition at line 347 of file r3d.c.

static int r3d_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 162 of file r3d.c.

static int r3d_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 314 of file r3d.c.

static int r3d_read_rdvo ( AVFormatContext s,
Atom atom 
) [static]

Definition at line 115 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 268 of file r3d.c.

Referenced by r3d_read_packet().

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

Definition at line 213 of file r3d.c.

Referenced by r3d_read_packet().

static void r3d_read_reos ( AVFormatContext s  )  [static]

Definition at line 143 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 354 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

Initial value:

 {
    .name           = "r3d",
    .long_name      = NULL_IF_CONFIG_SMALL("REDCODE R3D format"),
    .priv_data_size = sizeof(R3DContext),
    .read_probe     = r3d_probe,
    .read_header    = r3d_read_header,
    .read_packet    = r3d_read_packet,
    .read_close     = r3d_close,
    .read_seek      = r3d_seek,
}

Definition at line 388 of file r3d.c.


Generated on Fri Oct 26 02:46:13 2012 for FFmpeg by  doxygen 1.5.8