nuv.c File Reference

Go to the source code of this file.

Classes

struct  NUVContext

Enumerations

enum  frametype_t {
  NUV_VIDEO = 'V', NUV_EXTRADATA = 'D', NUV_AUDIO = 'A', NUV_SEEKP = 'R',
  NUV_MYTHEXT = 'X'
}

Functions

static int nuv_probe (AVProbeData *p)
static int get_codec_data (ByteIOContext *pb, AVStream *vst, AVStream *ast, int myth)
 read until we found all data needed for decoding
static int nuv_header (AVFormatContext *s, AVFormatParameters *ap)
static int nuv_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat nuv_demuxer


Enumeration Type Documentation

Enumerator:
NUV_VIDEO 
NUV_EXTRADATA 
NUV_AUDIO 
NUV_SEEKP 
NUV_MYTHEXT 

Definition at line 30 of file libavformat/nuv.c.


Function Documentation

static int nuv_probe ( AVProbeData p  )  [static]

Definition at line 38 of file libavformat/nuv.c.

static int get_codec_data ( ByteIOContext pb,
AVStream vst,
AVStream ast,
int  myth 
) [static]

read until we found all data needed for decoding

Parameters:
vst video stream of which to change parameters
ast video stream of which to change parameters
myth set if this is a MythTVVideo format file
Returns:
1 if all required codec data was found

Definition at line 56 of file libavformat/nuv.c.

Referenced by nuv_header().

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

Definition at line 121 of file libavformat/nuv.c.

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

Definition at line 184 of file libavformat/nuv.c.


Variable Documentation

Initial value:

 {
    "nuv",
    "NuppelVideo format",
    sizeof(NUVContext),
    nuv_probe,
    nuv_header,
    nuv_packet,
    NULL,
    NULL,
}

Definition at line 239 of file libavformat/nuv.c.


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