tiertexseq.c File Reference


Detailed Description

Tiertex Limited SEQ file demuxer.

Definition in file tiertexseq.c.

Go to the source code of this file.

Classes

struct  TiertexSeqFrameBuffer
struct  SeqDemuxContext

Functions

static int seq_probe (AVProbeData *p)
static int seq_init_frame_buffers (SeqDemuxContext *seq, ByteIOContext *pb)
static int seq_fill_buffer (SeqDemuxContext *seq, ByteIOContext *pb, int buffer_num, unsigned int data_offs, int data_size)
static int seq_parse_frame_data (SeqDemuxContext *seq, ByteIOContext *pb)
static int seq_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int seq_read_packet (AVFormatContext *s, AVPacket *pkt)
static int seq_read_close (AVFormatContext *s)

Variables

AVInputFormat tiertexseq_demuxer


Function Documentation

static int seq_probe ( AVProbeData p  )  [static]

Definition at line 61 of file tiertexseq.c.

static int seq_init_frame_buffers ( SeqDemuxContext seq,
ByteIOContext pb 
) [static]

Definition at line 81 of file tiertexseq.c.

Referenced by seq_read_header().

static int seq_fill_buffer ( SeqDemuxContext seq,
ByteIOContext pb,
int  buffer_num,
unsigned int  data_offs,
int  data_size 
) [static]

Definition at line 105 of file tiertexseq.c.

Referenced by seq_parse_frame_data().

static int seq_parse_frame_data ( SeqDemuxContext seq,
ByteIOContext pb 
) [static]

Definition at line 124 of file tiertexseq.c.

Referenced by seq_read_header(), and seq_read_packet().

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

Definition at line 183 of file tiertexseq.c.

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

Definition at line 240 of file tiertexseq.c.

static int seq_read_close ( AVFormatContext s  )  [static]

Definition at line 294 of file tiertexseq.c.


Variable Documentation

Initial value:

 {
    "tiertexseq",
    "Tiertex Limited SEQ format",
    sizeof(SeqDemuxContext),
    seq_probe,
    seq_read_header,
    seq_read_packet,
    seq_read_close,
}

Definition at line 305 of file tiertexseq.c.


Generated on Sat Dec 18 05:15:56 2010 for MythTV by  doxygen 1.5.5