libavformat/siff.c File Reference

#include "libavutil/intreadwrite.h"
#include "avformat.h"

Go to the source code of this file.

Data Structures

struct  SIFFContext

Enumerations

enum  SIFFTags {
  TAG_SIFF = MKTAG('S', 'I', 'F', 'F'), TAG_BODY = MKTAG('B', 'O', 'D', 'Y'), TAG_VBHD = MKTAG('V', 'B', 'H', 'D'), TAG_SHDR = MKTAG('S', 'H', 'D', 'R'),
  TAG_VBV1 = MKTAG('V', 'B', 'V', '1'), TAG_SOUN = MKTAG('S', 'O', 'U', 'N')
}
enum  VBFlags {
  VB_HAS_GMC = 0x01, VB_HAS_AUDIO = 0x04, VB_HAS_VIDEO = 0x08, VB_HAS_PALETTE = 0x10,
  VB_HAS_LENGTH = 0x20, VB_HAS_GMC = 0x01, VB_HAS_AUDIO = 0x04, VB_HAS_VIDEO = 0x08,
  VB_HAS_PALETTE = 0x10, VB_HAS_LENGTH = 0x20
}

Functions

static int siff_probe (AVProbeData *p)
static int create_audio_stream (AVFormatContext *s, SIFFContext *c)
static int siff_parse_vbv1 (AVFormatContext *s, SIFFContext *c, AVIOContext *pb)
static int siff_parse_soun (AVFormatContext *s, SIFFContext *c, AVIOContext *pb)
static int siff_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int siff_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat ff_siff_demuxer


Enumeration Type Documentation

enum SIFFTags

Enumerator:
TAG_SIFF 
TAG_BODY 
TAG_VBHD 
TAG_SHDR 
TAG_VBV1 
TAG_SOUN 

Definition at line 25 of file siff.c.

enum VBFlags

Enumerator:
VB_HAS_GMC 
VB_HAS_AUDIO 
VB_HAS_VIDEO 
VB_HAS_PALETTE 
VB_HAS_LENGTH 
VB_HAS_GMC 
VB_HAS_AUDIO 
VB_HAS_VIDEO 
VB_HAS_PALETTE 
VB_HAS_LENGTH 

Definition at line 34 of file siff.c.


Function Documentation

static int create_audio_stream ( AVFormatContext s,
SIFFContext c 
) [static]

Definition at line 71 of file siff.c.

Referenced by siff_parse_soun(), and siff_parse_vbv1().

static int siff_parse_soun ( AVFormatContext s,
SIFFContext c,
AVIOContext pb 
) [static]

Definition at line 138 of file siff.c.

Referenced by siff_read_header().

static int siff_parse_vbv1 ( AVFormatContext s,
SIFFContext c,
AVIOContext pb 
) [static]

Definition at line 87 of file siff.c.

Referenced by siff_read_header().

static int siff_probe ( AVProbeData p  )  [static]

Definition at line 61 of file siff.c.

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

Definition at line 155 of file siff.c.

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

Definition at line 184 of file siff.c.


Variable Documentation

Initial value:

 {
    "siff",
    NULL_IF_CONFIG_SMALL("Beam Software SIFF"),
    sizeof(SIFFContext),
    siff_probe,
    siff_read_header,
    siff_read_packet,
    .extensions = "vb,son"
}

Definition at line 230 of file siff.c.


Generated on Fri Oct 26 02:38:21 2012 for FFmpeg by  doxygen 1.5.8