Go to the documentation of this file.
112 int64_t chunk_size = 0;
115 if (
s->nb_streams != 1) {
137 av_log(
s,
AV_LOG_ERROR,
"Muxing variable packet size not supported on non seekable output\n");
190 chunk_size += strlen(t->
key) + strlen(t->
value) + 2;
214 if (!
s->streams[0]->codecpar->block_align) {
217 if (alloc_size < 0) {
228 for (
i = 4;
i > 0;
i--) {
269 .mime_type =
"audio/x-caf",
uint8_t * extradata
Extra binary data needed for initializing the decoder, codec-dependent.
@ AV_CODEC_ID_ADPCM_IMA_QT
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
static av_always_inline void ffio_wfourcc(AVIOContext *pb, const uint8_t *s)
This struct describes the properties of an encoded stream.
static int caf_write_packet(AVFormatContext *s, AVPacket *pkt)
int av_dict_count(const AVDictionary *m)
Get number of entries in dictionary.
#define AV_DICT_IGNORE_SUFFIX
Return first entry in a dictionary whose first part corresponds to the search key,...
AVOutputFormat ff_caf_muxer
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
@ AV_CODEC_ID_MP3
preferred ID for decoding MPEG audio layer 1, 2 or 3
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
int frame_size
Audio only.
AVDictionaryEntry * av_dict_get(const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
Get a dictionary entry with matching key.
void * av_fast_realloc(void *ptr, unsigned int *size, size_t min_size)
Reallocate the given buffer if it is not large enough, otherwise do nothing.
static int caf_write_header(AVFormatContext *s)
static uint32_t samples_per_packet(enum AVCodecID codec_id, int channels, int block_align)
#define AVERROR_PATCHWELCOME
Not yet implemented in FFmpeg, patches welcome.
static int write_trailer(AVFormatContext *s1)
void avio_w8(AVIOContext *s, int b)
int sample_rate
Audio only.
@ AV_CODEC_ID_GSM
as in Berlin toast format
AVCodecID
Identify the syntax and semantics of the bitstream.
int extradata_size
Size of the extradata content in bytes.
int av_get_bits_per_sample(enum AVCodecID codec_id)
Return codec bits per sample.
#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.
void avio_write(AVIOContext *s, const unsigned char *buf, int size)
void avio_wb32(AVIOContext *s, unsigned int val)
void avio_wl32(AVIOContext *s, unsigned int val)
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static av_always_inline uint64_t av_double2int(double f)
Reinterpret a double as a 64-bit integer.
#define i(width, name, range_min, range_max)
int block_align
Audio only.
const AVCodecTag ff_codec_caf_tags[]
Known codec tags for CAF.
static int caf_write_trailer(AVFormatContext *s)
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
#define AVIO_SEEKABLE_NORMAL
Seeking works like for a local file.
void avio_wb64(AVIOContext *s, uint64_t val)
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
This structure stores compressed data.
@ AV_CODEC_ID_ADPCM_IMA_WAV
uint64_t channel_layout
Audio only.
void avio_wb16(AVIOContext *s, unsigned int val)
static uint32_t codec_flags(enum AVCodecID codec_id)
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
static void write_header(FFV1Context *f)
void ff_mov_write_chan(AVIOContext *pb, int64_t channel_layout)
int avio_put_str(AVIOContext *s, const char *str)
Write a NULL-terminated string.