Go to the source code of this file.
◆ vqf_probe()
Definition at line 35 of file vqf.c.
◆ add_metadata()
◆ vqf_read_header()
Definition at line 92 of file vqf.c.
◆ vqf_read_packet()
◆ vqf_read_seek()
◆ vqf_metadata_conv
Initial value:= {
{ "(c) ", "copyright" },
{ "ARNG", "arranger" },
{ "AUTH", "author" },
{ "BAND", "band" },
{ "CDCT", "conductor" },
{ "COMT", "comment" },
{ "FILE", "filename" },
{ "GENR", "genre" },
{ "LABL", "publisher" },
{ "MUSC", "composer" },
{ "NAME", "title" },
{ "NOTE", "note" },
{ "PROD", "producer" },
{ "PRSN", "personnel" },
{ "REMX", "remixer" },
{ "SING", "singer" },
{ "TRCK", "track" },
{ "WORD", "words" },
{ 0 },
}
Definition at line 70 of file vqf.c.
◆ ff_vqf_demuxer
Initial value:= {
.name = "vqf",
.extensions = "vqf,vql,vqe",
}
static int vqf_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int vqf_probe(AVProbeData *probe_packet)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int vqf_read_header(AVFormatContext *s)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int vqf_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 285 of file vqf.c.