Go to the documentation of this file.
23 #include "config_components.h"
39 if (
s->nb_streams != 1) {
65 .mime_type =
"audio/x-ac3",
85 if (sample_count <= UINT32_MAX) {
103 .write_trailer = adx_write_trailer,
108 #if CONFIG_APTX_MUXER
112 .extensions =
"aptx",
121 #if CONFIG_APTX_HD_MUXER
125 .extensions =
"aptxhd",
134 #if CONFIG_AVS2_MUXER
138 .extensions =
"avs,avs2",
147 #if CONFIG_AVS3_MUXER
151 .extensions =
"avs3",
161 #if CONFIG_CAVSVIDEO_MUXER
165 .extensions =
"cavs",
174 #if CONFIG_CODEC2RAW_MUXER
187 #if CONFIG_DATA_MUXER
197 #if CONFIG_DFPWM_MUXER
201 .extensions =
"dfpwm",
210 #if CONFIG_DIRAC_MUXER
214 .extensions =
"drc,vc2",
223 #if CONFIG_DNXHD_MUXER
227 .extensions =
"dnxhd,dnxhr",
240 .mime_type =
"audio/x-dca",
250 #if CONFIG_EAC3_MUXER
254 .mime_type =
"audio/x-eac3",
255 .extensions =
"eac3",
264 #if CONFIG_G722_MUXER
268 .mime_type =
"audio/G722",
269 .extensions =
"g722",
278 #if CONFIG_G723_1_MUXER
282 .mime_type =
"audio/g723",
283 .extensions =
"tco,rco",
292 #if CONFIG_G726_MUXER
304 #if CONFIG_G726LE_MUXER
320 .mime_type =
"audio/x-gsm",
330 #if CONFIG_H261_MUXER
334 .mime_type =
"video/x-h261",
335 .extensions =
"h261",
344 #if CONFIG_H263_MUXER
348 .mime_type =
"video/x-h263",
349 .extensions =
"h263",
358 #if CONFIG_H264_MUXER
371 .extensions =
"h264,264",
376 .check_bitstream = h264_check_bitstream,
381 #if CONFIG_HEVC_MUXER
394 .extensions =
"hevc,h265,265",
399 .check_bitstream = hevc_check_bitstream,
417 #if CONFIG_MJPEG_MUXER
421 .mime_type =
"video/x-mjpeg",
422 .extensions =
"mjpg,mjpeg",
448 .mime_type =
"audio/mpeg",
449 .extensions =
"mp2,m2a,mpa",
458 #if CONFIG_MPEG1VIDEO_MUXER
460 .
name =
"mpeg1video",
462 .mime_type =
"video/mpeg",
463 .extensions =
"mpg,mpeg,m1v",
472 #if CONFIG_MPEG2VIDEO_MUXER
474 .
name =
"mpeg2video",
500 .check_bitstream = obu_check_bitstream,
505 #if CONFIG_RAWVIDEO_MUXER
509 .extensions =
"yuv,rgb",
521 .mime_type =
"audio/x-sbc",
522 .extensions =
"sbc,msbc",
530 #if CONFIG_TRUEHD_MUXER
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
This struct describes the properties of an encoded stream.
int nb_channels
Number of channels in this layout.
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
AVChannelLayout ch_layout
Audio only.
@ AV_CODEC_ID_GSM
as in Berlin toast format
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
int seekable
A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_RB32
void avio_write(AVIOContext *s, const unsigned char *buf, int size)
void avio_wb32(AVIOContext *s, unsigned int val)
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
int ff_stream_add_bitstream_filter(AVStream *st, const char *name, const char *args)
Add a bitstream filter to a stream.
@ AV_CODEC_ID_ADPCM_G726LE
#define AVIO_SEEKABLE_NORMAL
Seeking works like for a local file.
This structure stores compressed data.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_RB24
@ AV_CODEC_ID_MPEG2VIDEO
preferred ID for MPEG-1/2 video decoding