Go to the documentation of this file.
26 #include "config_components.h"
48 13, 14, 16, 18, 20, 21, 27, 32, 6, 1, 1, 1, 1, 1, 1, 1
51 18, 24, 33, 37, 41, 47, 51, 59, 61, 6, 1, 1, 1, 1, 1, 1
54 #if CONFIG_AMR_DEMUXER
72 uint8_t
header[19] = { 0 };
139 #if CONFIG_AMRNB_DEMUXER
142 int mode,
i = 0, valid = 0, invalid = 0;
143 const uint8_t *
b = p->
buf;
145 while (i < p->buf_size) {
147 if (
mode < 9 && (
b[
i] & 0x4) == 0x4) {
164 if (valid > 100 && valid >> 4 > invalid)
196 #if CONFIG_AMRWB_DEMUXER
199 int mode,
i = 0, valid = 0, invalid = 0;
200 const uint8_t *
b = p->
buf;
202 while (i < p->buf_size) {
204 if (
mode < 10 && (
b[
i] & 0x4) == 0x4) {
221 if (valid > 100 && valid >> 4 > invalid)
272 .p.mime_type =
"audio/amr",
273 .p.extensions =
"amr",
279 .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
FFRawDemuxerContext rawctx
enum AVMediaType codec_type
General type of the encoded data.
This struct describes the properties of an encoded stream.
AVStream * avformat_new_stream(AVFormatContext *s, const struct AVCodec *c)
Add a new stream to a media file.
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC).
int nb_channels
Number of channels in this layout.
static const uint8_t AMR_header[6]
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
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.
AVChannelLayout ch_layout
Audio only.
int sample_rate
Audio only.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
An AVChannelLayout holds information about the channel layout of audio data.
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]
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
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.
static int read_probe(const AVProbeData *p)
#define AV_CHANNEL_LAYOUT_MONO
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
#define MKTAG(a, b, c, d)
static uint32_t BS_FUNC() read(BSCTX *bc, unsigned int n)
Return n bits from the buffer, n has to be in the 0-32 range.
static const uint8_t AMRWB_header[9]