Go to the source code of this file.
| enum NSVStatus |
| static int nsv_read_chunk | ( | AVFormatContext * | s, | |
| int | fill_header | |||
| ) | [static] |
| static void print_tag | ( | const char * | str, | |
| unsigned int | tag, | |||
| int | size | |||
| ) | [static] |
| static int nsv_resync | ( | AVFormatContext * | s | ) | [static] |
| static int nsv_parse_NSVf_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
| static int nsv_parse_NSVs_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
| static int nsv_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
| static int nsv_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
| static int nsv_read_seek | ( | AVFormatContext * | s, | |
| int | stream_index, | |||
| int64_t | timestamp, | |||
| int | flags | |||
| ) | [static] |
| static int nsv_read_close | ( | AVFormatContext * | s | ) | [static] |
| static int nsv_probe | ( | AVProbeData * | p | ) | [static] |
const AVCodecTag nsv_codec_video_tags[] [static] |
Initial value:
{
{ CODEC_ID_VP3, MKTAG('V', 'P', '3', ' ') },
{ CODEC_ID_VP3, MKTAG('V', 'P', '3', '0') },
{ CODEC_ID_VP3, MKTAG('V', 'P', '3', '1') },
{ CODEC_ID_VP5, MKTAG('V', 'P', '5', ' ') },
{ CODEC_ID_VP5, MKTAG('V', 'P', '5', '0') },
{ CODEC_ID_VP6, MKTAG('V', 'P', '6', ' ') },
{ CODEC_ID_VP6, MKTAG('V', 'P', '6', '0') },
{ CODEC_ID_VP6, MKTAG('V', 'P', '6', '1') },
{ CODEC_ID_VP6, MKTAG('V', 'P', '6', '2') },
{ CODEC_ID_MPEG4, MKTAG('X', 'V', 'I', 'D') },
{ CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', '3') },
{ 0, 0 },
}
const AVCodecTag nsv_codec_audio_tags[] [static] |
Initial value:
{
{ CODEC_ID_MP3, MKTAG('M', 'P', '3', ' ') },
{ CODEC_ID_AAC, MKTAG('A', 'A', 'C', ' ') },
{ CODEC_ID_AAC, MKTAG('A', 'A', 'C', 'P') },
{ CODEC_ID_PCM_U16LE, MKTAG('P', 'C', 'M', ' ') },
{ 0, 0 },
}
Initial value:
{
"nsv",
"NullSoft Video format",
sizeof(NSVContext),
nsv_probe,
nsv_read_header,
nsv_read_packet,
nsv_read_close,
nsv_read_seek,
}
1.5.5