28 #ifndef AVFORMAT_RIFF_H 
   29 #define AVFORMAT_RIFF_H 
   53 #define FF_PUT_WAV_HEADER_FORCE_WAVEFORMATEX    0x00000001 
   58 #define FF_PUT_WAV_HEADER_SKIP_CHANNELMASK      0x00000002 
   99     "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x " \ 
  100     "{%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x}" 
  102 #define FF_ARG_GUID(g) \ 
  103     g[0], g[1], g[2],  g[3],  g[4],  g[5],  g[6],  g[7], \ 
  104     g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15],\ 
  105     g[3], g[2], g[1],  g[0],  g[5],  g[4],  g[7],  g[6], \ 
  106     g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15] 
  108 #define FF_MEDIASUBTYPE_BASE_GUID \ 
  109     0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71 
  110 #define FF_AMBISONIC_BASE_GUID \ 
  111     0x21, 0x07, 0xD3, 0x11, 0x86, 0x44, 0xC8, 0xC1, 0xCA, 0x00, 0x00, 0x00 
int ff_read_riff_info(AVFormatContext *s, int64_t size)
void ff_end_tag(AVIOContext *pb, int64_t start)
int64_t ff_start_tag(AVIOContext *pb, const char *tag)
void ff_put_guid(AVIOContext *s, const ff_asf_guid *g)
const ff_asf_guid * ff_get_codec_guid(enum AVCodecID id, const AVCodecGuid *av_guid)
const AVMetadataConv ff_riff_info_conv[]
const AVCodecTag ff_codec_wav_tags[]
AVCodecID
Identify the syntax and semantics of the bitstream. 
int ff_get_bmp_header(AVIOContext *pb, AVStream *st, unsigned *esize)
Read BITMAPINFOHEADER structure and set AVStream codec width, height and bits_per_encoded_sample fiel...
void ff_parse_specific_params(AVStream *st, int *au_rate, int *au_ssize, int *au_scale)
void ff_riff_write_info_tag(AVIOContext *pb, const char *tag, const char *str)
Write a single RIFF info tag. 
int ff_get_guid(AVIOContext *s, ff_asf_guid *g)
const AVCodecTag ff_codec_bmp_tags[]
const AVCodecGuid ff_codec_wav_guids[]
Libavcodec external API header. 
main external API structure. 
void ff_riff_write_info(AVFormatContext *s)
Write all recognized RIFF tags from s->metadata. 
void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf, int ignore_extradata)
int ff_get_wav_header(AVFormatContext *s, AVIOContext *pb, AVCodecContext *codec, int size, int big_endian)
enum AVCodecID ff_codec_guid_get_id(const AVCodecGuid *guids, ff_asf_guid guid)
enum AVCodecID ff_wav_codec_get_id(unsigned int tag, int bps)
int ff_put_wav_header(AVIOContext *pb, AVCodecContext *enc, int flags)
Write WAVEFORMAT header structure. 
static av_always_inline int ff_guidcmp(const void *g1, const void *g2)