FFmpeg
Functions | Variables
riff.c File Reference
#include <stddef.h>
#include "config.h"
#include "config_components.h"
#include "libavutil/macros.h"
#include "avformat.h"
#include "internal.h"
#include "metadata.h"
#include "riff.h"

Go to the source code of this file.

Functions

const struct AVCodecTagavformat_get_riff_video_tags (void)
 
const struct AVCodecTagavformat_get_riff_audio_tags (void)
 

Variables

const AVCodecTag ff_codec_bmp_tags []
 
const AVCodecTag ff_codec_bmp_tags_unofficial []
 
const AVCodecTag ff_codec_wav_tags []
 
const AVMetadataConv ff_riff_info_conv []
 
const AVCodecGuid ff_codec_wav_guids []
 

Variable Documentation

◆ ff_codec_bmp_tags

const AVCodecTag ff_codec_bmp_tags[]

◆ ff_codec_bmp_tags_unofficial

const AVCodecTag ff_codec_bmp_tags_unofficial[]
Initial value:
= {
{ AV_CODEC_ID_HEVC, MKTAG('H', 'E', 'V', 'C') },
{ AV_CODEC_ID_HEVC, MKTAG('H', '2', '6', '5') },
}

Definition at line 512 of file riff.c.

Referenced by asf_read_stream_properties(), and avi_read_header().

◆ ff_codec_wav_tags

const AVCodecTag ff_codec_wav_tags[]

◆ ff_riff_info_conv

const AVMetadataConv ff_riff_info_conv[]
Initial value:
= {
{ "IART", "artist" },
{ "ICMT", "comment" },
{ "ICOP", "copyright" },
{ "ICRD", "date" },
{ "IGNR", "genre" },
{ "ILNG", "language" },
{ "INAM", "title" },
{ "IPRD", "album" },
{ "IPRT", "track" },
{ "ITRK", "track" },
{ "ISFT", "encoder" },
{ "ISMP", "timecode" },
{ "ITCH", "encoded_by" },
{ 0 },
}

Definition at line 621 of file riff.c.

Referenced by avi_read_header(), and ff_riff_write_info().

◆ ff_codec_wav_guids

const AVCodecGuid ff_codec_wav_guids[]
Initial value:
= {
{ AV_CODEC_ID_AC3, { 0x2C, 0x80, 0x6D, 0xE0, 0x46, 0xDB, 0xCF, 0x11, 0xB4, 0xD1, 0x00, 0x80, 0x5F, 0x6C, 0xBB, 0xEA } },
{ AV_CODEC_ID_ATRAC3P, { 0xBF, 0xAA, 0x23, 0xE9, 0x58, 0xCB, 0x71, 0x44, 0xA1, 0x19, 0xFF, 0xFA, 0x01, 0xE4, 0xCE, 0x62 } },
{ AV_CODEC_ID_ATRAC9, { 0xD2, 0x42, 0xE1, 0x47, 0xBA, 0x36, 0x8D, 0x4D, 0x88, 0xFC, 0x61, 0x65, 0x4F, 0x8C, 0x83, 0x6C } },
{ AV_CODEC_ID_EAC3, { 0xAF, 0x87, 0xFB, 0xA7, 0x02, 0x2D, 0xFB, 0x42, 0xA4, 0xD4, 0x05, 0xCD, 0x93, 0x84, 0x3B, 0xDD } },
{ AV_CODEC_ID_MP2, { 0x2B, 0x80, 0x6D, 0xE0, 0x46, 0xDB, 0xCF, 0x11, 0xB4, 0xD1, 0x00, 0x80, 0x5F, 0x6C, 0xBB, 0xEA } },
{ AV_CODEC_ID_ADPCM_AGM,{ 0x82, 0xEC, 0x1F, 0x6A, 0xCA, 0xDB, 0x19, 0x45, 0xBD, 0xE7, 0x56, 0xD3, 0xB3, 0xEF, 0x98, 0x1D } },
{ AV_CODEC_ID_DFPWM, { 0x3A, 0xC1, 0xFA, 0x38, 0x81, 0x1D, 0x43, 0x61, 0xA4, 0x0D, 0xCE, 0x53, 0xCA, 0x60, 0x7C, 0xD1 } },
}

Definition at line 648 of file riff.c.

Referenced by ff_put_wav_header(), parse_media_type(), parse_waveformatex(), and write_stream_codec_info().

AV_CODEC_ID_AC3
@ AV_CODEC_ID_AC3
Definition: codec_id.h:443
AV_CODEC_ID_ATRAC3P
@ AV_CODEC_ID_ATRAC3P
Definition: codec_id.h:479
AV_CODEC_ID_MP2
@ AV_CODEC_ID_MP2
Definition: codec_id.h:440
AV_CODEC_ID_ATRAC9
@ AV_CODEC_ID_ATRAC9
Definition: codec_id.h:528
AV_CODEC_ID_EAC3
@ AV_CODEC_ID_EAC3
Definition: codec_id.h:480
AV_CODEC_ID_NONE
@ AV_CODEC_ID_NONE
Definition: codec_id.h:50
AV_CODEC_ID_HEVC
@ AV_CODEC_ID_HEVC
Definition: codec_id.h:226
AV_CODEC_ID_ADPCM_AGM
@ AV_CODEC_ID_ADPCM_AGM
Definition: codec_id.h:408
AV_CODEC_ID_DFPWM
@ AV_CODEC_ID_DFPWM
Definition: codec_id.h:536
MKTAG
#define MKTAG(a, b, c, d)
Definition: macros.h:55