Go to the documentation of this file.
44 13, 14, 16, 18, 20, 21, 27, 32, 6, 1, 1, 1, 1, 1, 1, 1
47 18, 24, 33, 37, 41, 47, 51, 59, 61, 6, 1, 1, 1, 1, 1, 1
67 #if CONFIG_AMR_DEMUXER
85 uint8_t
header[19] = { 0 };
86 int read, back = 0,
ret;
154 #if CONFIG_AMRNB_DEMUXER
157 int mode,
i = 0, valid = 0, invalid = 0;
158 const uint8_t *
b = p->
buf;
160 while (i < p->buf_size) {
162 if (
mode < 9 && (
b[
i] & 0x4) == 0x4) {
179 if (valid > 100 && valid >> 4 > invalid)
212 #if CONFIG_AMRWB_DEMUXER
215 int mode,
i = 0, valid = 0, invalid = 0;
216 const uint8_t *
b = p->
buf;
218 while (i < p->buf_size) {
220 if (
mode < 10 && (
b[
i] & 0x4) == 0x4) {
237 if (valid > 100 && valid >> 4 > invalid)
274 .mime_type =
"audio/amr",
278 .write_header = amr_write_header,
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
AVStream * avformat_new_stream(AVFormatContext *s, const AVCodec *c)
Add a new stream to a media file.
FFRawDemuxerContext rawctx
enum AVMediaType codec_type
General type of the encoded data.
This struct describes the properties of an encoded stream.
#define AV_CH_LAYOUT_MONO
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC).
static const uint8_t AMR_header[6]
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
enum AVStreamParseType need_parsing
AVCodecParameters * codecpar
Codec parameters associated with this stream.
static int read_header(FFV1Context *f)
static const uint8_t amrnb_packed_size[16]
This structure contains the data a format has to probe a file.
int sample_rate
Audio only.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const uint8_t header[24]
void avio_write(AVIOContext *s, const unsigned char *buf, int size)
int ffio_ensure_seekback(AVIOContext *s, int64_t buf_size)
Ensures that the requested seekback buffer size will be available.
static const uint8_t amrwb_packed_size[16]
#define i(width, name, range_min, range_max)
static const uint8_t AMRWBMC_header[15]
static const uint8_t AMRMC_header[12]
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
uint64_t channel_layout
Audio only.
#define flags(name, subs,...)
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
#define MKTAG(a, b, c, d)
static const uint8_t AMRWB_header[9]