Go to the documentation of this file.
22 #include "config_components.h"
36 #if FF_API_OLD_CHANNEL_LAYOUT
47 uint8_t *mime_type =
NULL;
58 #if FF_API_OLD_CHANNEL_LAYOUT
59 if (
s1->ch_layout.nb_channels) {
64 #if FF_API_OLD_CHANNEL_LAYOUT
70 if (mime_type &&
s->iformat->mime_type) {
71 int rate = 0,
channels = 0, little_endian = 0;
77 sscanf(
options,
" rate=%d", &rate);
81 char val[
sizeof(
"little-endian")];
82 if (sscanf(
options,
" endianness=%13s",
val) == 1) {
83 little_endian = strcmp(
val,
"little-endian") == 0;
89 "Invalid sample_rate found in mime_type \"%s\"\n",
117 #if FF_API_OLD_CHANNEL_LAYOUT
132 #define PCMDEF_0(name_, long_name_, ext, codec, ...)
133 #define PCMDEF_1(name_, long_name_, ext, codec, ...) \
134 const AVInputFormat ff_pcm_ ## name_ ## _demuxer = { \
136 .long_name = NULL_IF_CONFIG_SMALL(long_name_), \
137 .priv_data_size = sizeof(PCMAudioDemuxerContext), \
138 .read_header = pcm_read_header, \
139 .read_packet = ff_pcm_read_packet, \
140 .read_seek = ff_pcm_read_seek, \
141 .flags = AVFMT_GENERIC_INDEX, \
143 .raw_codec_id = codec, \
144 .priv_class = &pcm_demuxer_class, \
147 #define PCMDEF_2(name, long_name, ext, codec, enabled, ...) \
148 PCMDEF_ ## enabled(name, long_name, ext, codec, __VA_ARGS__)
149 #define PCMDEF_3(name, long_name, ext, codec, config, ...) \
150 PCMDEF_2(name, long_name, ext, codec, config, __VA_ARGS__)
151 #define PCMDEF_EXT(name, long_name, ext, uppercase, ...) \
152 PCMDEF_3(name, long_name, ext, AV_CODEC_ID_PCM_ ## uppercase, \
153 CONFIG_PCM_ ## uppercase ## _DEMUXER, __VA_ARGS__)
154 #define PCMDEF(name, long_name, ext, uppercase) \
155 PCMDEF_EXT(name, long_name, ext, uppercase, )
157 PCMDEF(f64be,
"PCM 64-bit floating-point big-endian",
NULL, F64BE)
158 PCMDEF(f64le,
"PCM 64-bit floating-point little-endian",
NULL, F64LE)
159 PCMDEF(f32be,
"PCM 32-bit floating-point big-endian",
NULL, F32BE)
160 PCMDEF(f32le,
"PCM 32-bit floating-point little-endian",
NULL, F32LE)
161 PCMDEF(s32be,
"PCM signed 32-bit big-endian",
NULL, S32BE)
162 PCMDEF(s32le,
"PCM signed 32-bit little-endian",
NULL, S32LE)
163 PCMDEF(s24be,
"PCM signed 24-bit big-endian",
NULL, S24BE)
164 PCMDEF(s24le,
"PCM signed 24-bit little-endian",
NULL, S24LE)
165 PCMDEF_EXT(s16be,
"PCM signed 16-bit big-endian",
166 AV_NE(
"sw",
NULL), S16BE, .mime_type =
"audio/L16")
180 #if CONFIG_SLN_DEMUXER
181 static const AVOption sln_options[] = {
183 #if FF_API_OLD_CHANNEL_LAYOUT
192 static const AVClass sln_demuxer_class = {
195 .option = sln_options,
209 .priv_class = &sln_demuxer_class,
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.
enum AVMediaType codec_type
General type of the encoded data.
This struct describes the properties of an encoded stream.
#define PCMDEF(name, long_name, ext, uppercase)
int nb_channels
Number of channels in this layout.
int av_channel_layout_copy(AVChannelLayout *dst, const AVChannelLayout *src)
Make a copy of a channel layout.
#define bit(string, value)
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
#define PCMDEF_EXT(name, long_name, ext, uppercase,...)
static double val(void *priv, double ch)
int av_get_bits_per_sample(enum AVCodecID codec_id)
Return codec bits per sample.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static const AVOption pcm_options[]
static const AVClass pcm_demuxer_class
#define av_assert0(cond)
assert() equivalent, that is always enabled.
int av_stristart(const char *str, const char *pfx, const char **ptr)
Return non-zero if pfx is a prefix of str independent of case.
AVCodecParameters * codecpar
Codec parameters associated with this stream.
#define LIBAVUTIL_VERSION_INT
static int read_header(FFV1Context *f)
Describe the class of an AVClass context structure.
const char * av_default_item_name(void *ptr)
Return the context name.
AVChannelLayout ch_layout
AVChannelLayout ch_layout
Audio only.
int sample_rate
Audio only.
void av_channel_layout_uninit(AVChannelLayout *channel_layout)
Free any allocated data in the channel layout and reset the channel count to 0.
const OptionDef options[]
#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.
#define AV_OPT_SEARCH_CHILDREN
Search in possible children of the given object first.
int block_align
Audio only.
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
int bits_per_coded_sample
The number of bits per sample in the codedwords.
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
static int pcm_read_header(AVFormatContext *s)
#define flags(name, subs,...)
static const uint32_t S8[256]
int av_opt_get(void *obj, const char *name, int search_flags, uint8_t **out_val)
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
#define AV_OPT_FLAG_DEPRECATED
set if option is deprecated, users should refer to AVOption.help text for more information