Westwood Studios VQA file demuxer by Mike Melanson (melan.nosp@m.son@.nosp@m.pcisy.nosp@m.s.ne.nosp@m.t) for more information on the Westwood file formats, visit: http://www.pcisys.net/~melanson/codecs/ http://www.geocities.com/SiliconValley/8682/aud3.txt.
More...
Go to the source code of this file.
|
#define | FORM_TAG MKBETAG('F', 'O', 'R', 'M') |
|
#define | WVQA_TAG MKBETAG('W', 'V', 'Q', 'A') |
|
#define | VQHD_TAG MKBETAG('V', 'Q', 'H', 'D') |
|
#define | FINF_TAG MKBETAG('F', 'I', 'N', 'F') |
|
#define | SND0_TAG MKBETAG('S', 'N', 'D', '0') |
|
#define | SND1_TAG MKBETAG('S', 'N', 'D', '1') |
|
#define | SND2_TAG MKBETAG('S', 'N', 'D', '2') |
|
#define | VQFR_TAG MKBETAG('V', 'Q', 'F', 'R') |
|
#define | CINF_TAG MKBETAG('C', 'I', 'N', 'F') |
|
#define | CINH_TAG MKBETAG('C', 'I', 'N', 'H') |
|
#define | CIND_TAG MKBETAG('C', 'I', 'N', 'D') |
|
#define | PINF_TAG MKBETAG('P', 'I', 'N', 'F') |
|
#define | PINH_TAG MKBETAG('P', 'I', 'N', 'H') |
|
#define | PIND_TAG MKBETAG('P', 'I', 'N', 'D') |
|
#define | CMDS_TAG MKBETAG('C', 'M', 'D', 'S') |
|
#define | VQA_HEADER_SIZE 0x2A |
|
#define | VQA_PREAMBLE_SIZE 8 |
|
◆ FORM_TAG
◆ WVQA_TAG
◆ VQHD_TAG
◆ FINF_TAG
◆ SND0_TAG
◆ SND1_TAG
◆ SND2_TAG
◆ VQFR_TAG
◆ CINF_TAG
◆ CINH_TAG
◆ CIND_TAG
◆ PINF_TAG
◆ PINH_TAG
◆ PIND_TAG
◆ CMDS_TAG
◆ VQA_HEADER_SIZE
#define VQA_HEADER_SIZE 0x2A |
◆ VQA_PREAMBLE_SIZE
#define VQA_PREAMBLE_SIZE 8 |
◆ wsvqa_probe()
◆ wsvqa_read_header()
◆ wsvqa_read_packet()
◆ ff_wsvqa_demuxer
Initial value:= {
.name = "wsvqa",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_header(FFV1Context *f)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int wsvqa_probe(const AVProbeData *p)
static int wsvqa_read_header(AVFormatContext *s)
static int wsvqa_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 265 of file westwood_vqa.c.