Go to the documentation of this file.
37 if (
ret < (
int)
sizeof(*
g)) {
38 memset(*
g, 0,
sizeof(*
g));
72 if (!memcmp(subformat + 4,
74 !memcmp(subformat + 4,
76 !memcmp(subformat + 4,
134 if (
size >= 18 &&
id != 0x0165) {
142 if (cbSize >= 22 &&
id == 0xfffe) {
156 }
else if (
id == 0x0165 &&
size >= 32) {
230 int64_t start, end, cur;
246 if (chunk_code || chunk_size) {
252 if (chunk_size > end ||
253 end - chunk_size < cur ||
254 chunk_size == UINT_MAX) {
258 if (chunk_size > end || end - chunk_size < cur || chunk_size == UINT_MAX) {
264 chunk_size += (chunk_size & 1);
279 "out of memory, unable to read INFO tag\n");
290 "premature end of file while reading INFO tag\n");
#define AV_LOG_WARNING
Something somehow does not look correct.
uint8_t * extradata
Extra binary data needed for initializing the decoder, codec-dependent.
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
enum AVMediaType codec_type
General type of the encoded data.
#define FF_AMBISONIC_BASE_GUID
This struct describes the properties of an encoded stream.
enum AVCodecID ff_wav_codec_get_id(unsigned int tag, int bps)
int ff_get_guid(AVIOContext *s, ff_asf_guid *g)
#define AVERROR_EOF
End of file.
int ff_get_bmp_header(AVIOContext *pb, AVStream *st, uint32_t *size)
Read BITMAPINFOHEADER structure and set AVStream codec width, height and bits_per_encoded_sample fiel...
const AVCodecTag ff_codec_wav_tags[]
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC).
static av_always_inline int ff_guidcmp(const void *g1, const void *g2)
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
unsigned int avio_rl16(AVIOContext *s)
#define AV_DICT_DONT_STRDUP_VAL
Take ownership of a value that's been allocated with av_malloc() or another memory allocation functio...
unsigned int avio_rb32(AVIOContext *s)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
#define av_assert0(cond)
assert() equivalent, that is always enabled.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_RL16
AVCodecParameters * codecpar
Codec parameters associated with this stream.
#define AVERROR_PATCHWELCOME
Not yet implemented in FFmpeg, patches welcome.
enum AVCodecID ff_codec_guid_get_id(const AVCodecGuid *guids, ff_asf_guid guid)
int sample_rate
Audio only.
AVCodecID
Identify the syntax and semantics of the bitstream.
unsigned int avio_rl32(AVIOContext *s)
void avpriv_report_missing_feature(void *avc, const char *msg,...) av_printf_format(2
Log a generic warning message about a missing feature.
int ff_get_wav_header(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par, int size, int big_endian)
int block_align
Audio only.
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default value
void * av_mallocz(size_t size)
Allocate a memory block with alignment suitable for all memory accesses (including vectors if availab...
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
unsigned int avio_rb16(AVIOContext *s)
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32
static void parse_waveformatex(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par)
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.
int eof_reached
true if was unable to read due to error or eof
#define FF_MEDIASUBTYPE_BASE_GUID
int64_t avio_skip(AVIOContext *s, int64_t offset)
Skip given number of bytes forward.
int bits_per_coded_sample
The number of bits per sample in the codedwords.
#define avpriv_request_sample(...)
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
@ AV_CODEC_ID_ADPCM_IMA_WAV
int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags)
Set the given entry in *pm, overwriting an existing entry.
uint64_t channel_layout
Audio only.
const AVCodecGuid ff_codec_wav_guids[]
int64_t bit_rate
The average bitrate of the encoded data (in bits per second).
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
#define FF_BROKEN_BASE_GUID
int ff_read_riff_info(AVFormatContext *s, int64_t size)
int avio_feof(AVIOContext *s)
Similar to feof() but also returns nonzero on read errors.