rmdec.c File Reference

Go to the source code of this file.

Functions

static void get_strl (ByteIOContext *pb, char *buf, int buf_size, int len)
static void get_str16 (ByteIOContext *pb, char *buf, int buf_size)
static void get_str8 (ByteIOContext *pb, char *buf, int buf_size)
static int rm_read_audio_stream_info (AVFormatContext *s, AVStream *st, int read_all)
static int ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVStream *st)
static int rm_read_header_old (AVFormatContext *s, AVFormatParameters *ap)
static int rm_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int get_num (ByteIOContext *pb, int *len)
static int sync (AVFormatContext *s, int64_t *timestamp, int *flags, int *stream_index, int64_t *pos)
static int rm_assemble_video_frame (AVFormatContext *s, RMContext *rm, AVPacket *pkt, int len)
static void rm_ac3_swap_bytes (AVStream *st, AVPacket *pkt)
static int ff_rm_parse_packet (AVFormatContext *s, AVStream *st, int len, AVPacket *pkt, int *seq, int *flags, int64_t *timestamp)
static void ff_rm_retrieve_cache (AVFormatContext *s, AVStream *st, AVPacket *pkt)
static int rm_read_packet (AVFormatContext *s, AVPacket *pkt)
static int rm_read_close (AVFormatContext *s)
static int rm_probe (AVProbeData *p)
static int64_t rm_read_dts (AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit)

Variables

AVInputFormat rm_demuxer


Function Documentation

static void get_strl ( ByteIOContext pb,
char *  buf,
int  buf_size,
int  len 
) [inline, static]

Definition at line 25 of file rmdec.c.

Referenced by get_str16(), and get_str8().

static void get_str16 ( ByteIOContext pb,
char *  buf,
int  buf_size 
) [static]

Definition at line 39 of file rmdec.c.

static void get_str8 ( ByteIOContext pb,
char *  buf,
int  buf_size 
) [static]

Definition at line 44 of file rmdec.c.

Referenced by rm_read_audio_stream_info(), and rm_read_header().

static int rm_read_audio_stream_info ( AVFormatContext s,
AVStream st,
int  read_all 
) [static]

Definition at line 49 of file rmdec.c.

Referenced by ff_rm_read_mdpr_codecdata(), and rm_read_header_old().

static int ff_rm_read_mdpr_codecdata ( AVFormatContext s,
AVStream st 
) [static]

Definition at line 192 of file rmdec.c.

Referenced by rm_read_header().

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

Definition at line 259 of file rmdec.c.

Referenced by rm_read_header().

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

Definition at line 271 of file rmdec.c.

static int get_num ( ByteIOContext pb,
int *  len 
) [static]

Definition at line 377 of file rmdec.c.

static int sync ( AVFormatContext s,
int64_t timestamp,
int *  flags,
int *  stream_index,
int64_t pos 
) [static]

Definition at line 396 of file rmdec.c.

Referenced by avi_read_packet(), ogg_read_page(), rm_read_dts(), rm_read_packet(), and vbi_line().

static int rm_assemble_video_frame ( AVFormatContext s,
RMContext rm,
AVPacket pkt,
int  len 
) [static]

Definition at line 452 of file rmdec.c.

Referenced by ff_rm_parse_packet().

static void rm_ac3_swap_bytes ( AVStream st,
AVPacket pkt 
) [inline, static]

Definition at line 539 of file rmdec.c.

Referenced by ff_rm_parse_packet(), and rm_read_packet().

static int ff_rm_parse_packet ( AVFormatContext s,
AVStream st,
int  len,
AVPacket pkt,
int *  seq,
int *  flags,
int64_t timestamp 
) [static]

Definition at line 554 of file rmdec.c.

Referenced by rm_read_packet().

static void ff_rm_retrieve_cache ( AVFormatContext s,
AVStream st,
AVPacket pkt 
) [static]

Definition at line 652 of file rmdec.c.

Referenced by rm_read_packet().

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

Definition at line 672 of file rmdec.c.

static int rm_read_close ( AVFormatContext s  )  [static]

Definition at line 732 of file rmdec.c.

static int rm_probe ( AVProbeData p  )  [static]

Definition at line 741 of file rmdec.c.

static int64_t rm_read_dts ( AVFormatContext s,
int  stream_index,
int64_t ppos,
int64_t  pos_limit 
) [static]

Definition at line 754 of file rmdec.c.


Variable Documentation

Initial value:

 {
    "rm",
    "rm format",
    sizeof(RMContext),
    rm_probe,
    rm_read_header,
    rm_read_packet,
    rm_read_close,
    NULL,
    rm_read_dts,
}

Definition at line 797 of file rmdec.c.


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