Go to the documentation of this file.
53 if (!
s->metadata && !
s->nb_chapters && !aiff->
pict_list)
65 pict_list = pict_list->
next;
108 for (
i = 0;
i <
s->nb_streams;
i++) {
239 int64_t file_size, end_size;
279 #define OFFSET(x) offsetof(AIFFOutputContext, x)
280 #define ENC AV_OPT_FLAG_ENCODING_PARAM
282 {
"write_id3v2",
"Enable ID3 tags writing.",
284 {
"id3v2_version",
"Select ID3v2 version to write. Currently 3 and 4 are supported.",
299 .mime_type =
"audio/aiff",
300 .extensions =
"aif,aiff,afc,aifc",
#define AV_LOG_WARNING
Something somehow does not look correct.
uint8_t * extradata
Extra binary data needed for initializing the decoder, codec-dependent.
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
enum AVMediaType codec_type
General type of the encoded data.
static av_always_inline void ffio_wfourcc(AVIOContext *pb, const uint8_t *s)
This struct describes the properties of an encoded stream.
#define MKTAG(a, b, c, d)
static int aiff_write_packet(AVFormatContext *s, AVPacket *pkt)
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC).
void ff_id3v2_start(ID3v2EncContext *id3, AVIOContext *pb, int id3v2_version, const char *magic)
Initialize an ID3v2 tag.
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.
AVDictionaryEntry * av_dict_get(const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
Get a dictionary entry with matching key.
static const AVOption options[]
int ff_id3v2_write_metadata(AVFormatContext *s, ID3v2EncContext *id3)
Convert and write all global metadata from s into an ID3v2 tag.
AVCodecParameters * codecpar
Codec parameters associated with this stream.
#define LIBAVUTIL_VERSION_INT
Describe the class of an AVClass context structure.
static int write_trailer(AVFormatContext *s1)
const char * av_default_item_name(void *ptr)
Return the context name.
void avio_w8(AVIOContext *s, int b)
int av_packet_ref(AVPacket *dst, const AVPacket *src)
Setup a new reference to the data described by a given packet.
int sample_rate
Audio only.
int extradata_size
Size of the extradata content in bytes.
int ff_id3v2_write_apic(AVFormatContext *s, ID3v2EncContext *id3, AVPacket *pkt)
Write an attached picture from pkt into an ID3v2 tag.
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.
static int aiff_write_trailer(AVFormatContext *s)
#define ID3v2_DEFAULT_MAGIC
Default magic bytes for ID3v2 header: "ID3".
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 int put_id3v2_tags(AVFormatContext *s, AIFFOutputContext *aiff)
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.
PacketList * pict_list_end
int block_align
Audio only.
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
static int aiff_write_header(AVFormatContext *s)
#define AVIO_SEEKABLE_NORMAL
Seeking works like for a local file.
static const AVClass aiff_muxer_class
void ff_id3v2_finish(ID3v2EncContext *id3, AVIOContext *pb, int padding_bytes)
Finalize an opened ID3v2 tag.
static void aiff_deinit(AVFormatContext *s)
static void put_meta(AVFormatContext *s, const char *key, uint32_t id)
void avio_wb64(AVIOContext *s, uint64_t val)
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).
const AVCodecTag *const ff_aiff_codec_tags_list[]
This structure stores compressed data.
uint64_t channel_layout
Audio only.
void avio_wb16(AVIOContext *s, unsigned int val)
AVOutputFormat ff_aiff_muxer
static void write_header(FFV1Context *f)
void ff_mov_write_chan(AVIOContext *pb, int64_t channel_layout)
int avpriv_packet_list_put(PacketList **packet_buffer, PacketList **plast_pktl, AVPacket *pkt, int(*copy)(AVPacket *dst, const AVPacket *src), int flags)
Append an AVPacket to the list.
void avpriv_packet_list_free(PacketList **pkt_buf, PacketList **pkt_buf_end)
Wipe the list and unref all the packets in it.