#include "movenc.h"
#include "avformat.h"
#include "avio_internal.h"
#include "riff.h"
#include "avio.h"
#include "isom.h"
#include "avc.h"
#include "libavcodec/get_bits.h"
#include "libavcodec/put_bits.h"
#include "internal.h"
#include "libavutil/avstring.h"
#include "libavutil/intfloat.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavutil/dict.h"
#include "rtpenc.h"
#include "mov_chan.h"
#include <assert.h>
Go to the source code of this file.
#define MOV_CLASS | ( | flavor | ) |
static const AVClass flavor ## _muxer_class = {\ .class_name = #flavor " muxer",\ .item_name = av_default_item_name,\ .option = options,\ .version = LIBAVUTIL_VERSION_INT,\ };
static int ascii_to_wc | ( | AVIOContext * | pb, | |
const uint8_t * | b | |||
) | [static] |
Definition at line 1670 of file movenc.c.
Referenced by mov_write_psp_udta_tag().
int ff_mov_write_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) |
Definition at line 2033 of file movenc.c.
Referenced by ff_mov_add_hinted_packet().
static int ipod_get_codec_tag | ( | AVFormatContext * | s, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 626 of file movenc.c.
Referenced by mov_find_codec_tag().
static uint16_t language_code | ( | const char * | str | ) | [static] |
Definition at line 1681 of file movenc.c.
Referenced by mov_write_3gp_udta_tag(), mov_write_psp_udta_tag(), and mov_write_uuidusmt_tag().
static void mov_create_chapter_track | ( | AVFormatContext * | s, | |
int | tracknum | |||
) | [static] |
Definition at line 2144 of file movenc.c.
Referenced by mov_write_header().
static int mov_find_codec_tag | ( | AVFormatContext * | s, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 754 of file movenc.c.
Referenced by mov_write_header().
static int mov_get_codec_tag | ( | AVFormatContext * | s, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 705 of file movenc.c.
Referenced by mov_find_codec_tag().
static int mov_get_dv_codec_tag | ( | AVFormatContext * | s, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 643 of file movenc.c.
Referenced by mov_get_codec_tag().
static int mov_get_lpcm_flags | ( | enum CodecID | codec_id | ) | [static] |
Compute flags for 'lpcm' tag.
See CoreAudioTypes and AudioStreamBasicDescription at Apple.
Definition at line 419 of file movenc.c.
Referenced by mov_write_audio_tag().
static int mov_get_rawvideo_codec_tag | ( | AVFormatContext * | s, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 689 of file movenc.c.
Referenced by mov_get_codec_tag().
static int mov_parse_mpeg2_frame | ( | AVPacket * | pkt, | |
uint32_t * | flags | |||
) | [static] |
Definition at line 2012 of file movenc.c.
Referenced by ff_mov_write_packet().
static int mov_pcm_le_gt16 | ( | enum CodecID | codec_id | ) | [static] |
Definition at line 327 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_wave_tag().
static int mov_write_3gp_udta_tag | ( | AVIOContext * | pb, | |
AVFormatContext * | s, | |||
const char * | tag, | |||
const char * | str | |||
) | [static] |
Definition at line 1686 of file movenc.c.
Referenced by mov_write_udta_tag().
static int mov_write_ac3_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 203 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_wave_tag().
static int mov_write_amr_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 189 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_wave_tag().
static int mov_write_audio_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 444 of file movenc.c.
Referenced by mov_write_stsd_tag().
static int mov_write_avcc_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 540 of file movenc.c.
Referenced by mov_write_video_tag().
static int mov_write_avid_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 551 of file movenc.c.
Referenced by mov_write_video_tag().
static int mov_write_chan_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 345 of file movenc.c.
Referenced by mov_write_wave_tag().
static int mov_write_chpl_tag | ( | AVIOContext * | pb, | |
AVFormatContext * | s | |||
) | [static] |
Definition at line 1708 of file movenc.c.
Referenced by mov_write_udta_tag().
static int mov_write_ctts_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 940 of file movenc.c.
Referenced by mov_write_stbl_tag().
static int mov_write_d263_tag | ( | AVIOContext * | pb | ) | [static] |
Definition at line 515 of file movenc.c.
Referenced by mov_write_video_tag().
static int mov_write_dinf_tag | ( | AVIOContext * | pb | ) | [static] |
Definition at line 1051 of file movenc.c.
Referenced by mov_write_minf_tag().
static int mov_write_dref_tag | ( | AVIOContext * | pb | ) | [static] |
Definition at line 1015 of file movenc.c.
Referenced by mov_write_dinf_tag().
static int mov_write_edts_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 1314 of file movenc.c.
Referenced by mov_write_trak_tag().
static int mov_write_enda_tag | ( | AVIOContext * | pb | ) | [static] |
Definition at line 257 of file movenc.c.
Referenced by mov_write_wave_tag().
static int mov_write_esds_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 274 of file movenc.c.
Referenced by mov_write_audio_tag(), mov_write_video_tag(), and mov_write_wave_tag().
static int mov_write_extradata_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
This function writes extradata "as is".
Extradata must be formatted like a valid atom (with size and tag).
Definition at line 251 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_wave_tag().
static int mov_write_fiel_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 790 of file movenc.c.
Referenced by mov_write_video_tag().
static int mov_write_ftyp_tag | ( | AVIOContext * | pb, | |
AVFormatContext * | s | |||
) | [static] |
Definition at line 1895 of file movenc.c.
Referenced by mov_write_header().
static int mov_write_glbl_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 407 of file movenc.c.
Referenced by mov_write_audio_tag(), and mov_write_video_tag().
static int mov_write_gmhd_tag | ( | AVIOContext * | pb | ) | [static] |
Definition at line 1068 of file movenc.c.
Referenced by mov_write_minf_tag().
static int mov_write_hdlr_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 1103 of file movenc.c.
Referenced by mov_write_mdia_tag(), and mov_write_minf_tag().
static int mov_write_header | ( | AVFormatContext * | s | ) | [static] |
static int mov_write_hmhd_tag | ( | AVIOContext * | pb | ) | [static] |
Definition at line 1146 of file movenc.c.
Referenced by mov_write_minf_tag().
static int mov_write_ilst_tag | ( | AVIOContext * | pb, | |
MOVMuxContext * | mov, | |||
AVFormatContext * | s | |||
) | [static] |
Definition at line 1617 of file movenc.c.
Referenced by mov_write_meta_tag().
static int mov_write_iods_tag | ( | AVIOContext * | pb, | |
MOVMuxContext * | mov | |||
) | [static] |
Definition at line 1432 of file movenc.c.
Referenced by mov_write_moov_tag().
static int mov_write_itunes_hdlr_tag | ( | AVIOContext * | pb, | |
MOVMuxContext * | mov, | |||
AVFormatContext * | s | |||
) | [static] |
Definition at line 1522 of file movenc.c.
Referenced by mov_write_meta_tag().
static int mov_write_mdat_tag | ( | AVIOContext * | pb, | |
MOVMuxContext * | mov | |||
) | [static] |
Definition at line 1883 of file movenc.c.
Referenced by mov_write_header().
static int mov_write_mdhd_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 1183 of file movenc.c.
Referenced by mov_write_mdia_tag().
static int mov_write_mdia_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 1213 of file movenc.c.
Referenced by mov_write_trak_tag().
static int mov_write_meta_tag | ( | AVIOContext * | pb, | |
MOVMuxContext * | mov, | |||
AVFormatContext * | s | |||
) | [static] |
Definition at line 1645 of file movenc.c.
Referenced by mov_write_udta_tag().
static int mov_write_minf_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 1161 of file movenc.c.
Referenced by mov_write_mdia_tag().
static int mov_write_moov_tag | ( | AVIOContext * | pb, | |
MOVMuxContext * | mov, | |||
AVFormatContext * | s | |||
) | [static] |
Definition at line 1838 of file movenc.c.
Referenced by mov_write_trailer().
static int mov_write_ms_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 335 of file movenc.c.
Referenced by mov_write_wave_tag().
static int mov_write_mvhd_tag | ( | AVIOContext * | pb, | |
MOVMuxContext * | mov | |||
) | [static] |
Definition at line 1461 of file movenc.c.
Referenced by mov_write_moov_tag().
static int mov_write_nmhd_tag | ( | AVIOContext * | pb | ) | [static] |
Definition at line 1060 of file movenc.c.
Referenced by mov_write_minf_tag().
static int mov_write_pasp_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 818 of file movenc.c.
Referenced by mov_write_video_tag().
static void mov_write_psp_udta_tag | ( | AVIOContext * | pb, | |
const char * | str, | |||
const char * | lang, | |||
int | type | |||
) | [static] |
Definition at line 1787 of file movenc.c.
Referenced by mov_write_uuidusmt_tag().
static int mov_write_rtp_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 902 of file movenc.c.
Referenced by mov_write_stsd_tag().
static int mov_write_smhd_tag | ( | AVIOContext * | pb | ) | [static] |
Definition at line 1084 of file movenc.c.
Referenced by mov_write_minf_tag().
static int mov_write_stbl_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 1029 of file movenc.c.
Referenced by mov_write_minf_tag().
static int mov_write_stco_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 75 of file movenc.c.
Referenced by mov_write_stbl_tag().
static int mov_write_string_data_tag | ( | AVIOContext * | pb, | |
const char * | data, | |||
int | lang, | |||
int | long_style | |||
) | [static] |
Definition at line 1538 of file movenc.c.
Referenced by mov_write_string_tag().
static int mov_write_string_metadata | ( | AVFormatContext * | s, | |
AVIOContext * | pb, | |||
const char * | name, | |||
const char * | tag, | |||
int | long_style | |||
) | [static] |
Definition at line 1570 of file movenc.c.
Referenced by mov_write_ilst_tag(), and mov_write_udta_tag().
static int mov_write_string_tag | ( | AVIOContext * | pb, | |
const char * | name, | |||
const char * | value, | |||
int | lang, | |||
int | long_style | |||
) | [static] |
Definition at line 1558 of file movenc.c.
Referenced by mov_write_ilst_tag(), and mov_write_string_metadata().
static int mov_write_stsc_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 136 of file movenc.c.
Referenced by mov_write_stbl_tag().
static int mov_write_stsd_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 922 of file movenc.c.
Referenced by mov_write_stbl_tag().
static int mov_write_stss_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track, | |||
uint32_t | flag | |||
) | [static] |
Definition at line 166 of file movenc.c.
Referenced by mov_write_stbl_tag().
static int mov_write_stsz_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 98 of file movenc.c.
Referenced by mov_write_stbl_tag().
static int mov_write_stts_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 974 of file movenc.c.
Referenced by mov_write_stbl_tag().
static int mov_write_subtitle_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 803 of file movenc.c.
Referenced by mov_write_stsd_tag().
static int mov_write_svq3_tag | ( | AVIOContext * | pb | ) | [static] |
Definition at line 528 of file movenc.c.
Referenced by mov_write_video_tag().
static int mov_write_tapt_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 1288 of file movenc.c.
Referenced by mov_write_trak_tag().
static int mov_write_tkhd_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track, | |||
AVStream * | st | |||
) | [static] |
Definition at line 1224 of file movenc.c.
Referenced by mov_write_trak_tag().
static int mov_write_trailer | ( | AVFormatContext * | s | ) | [static] |
static int mov_write_trak_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track, | |||
AVStream * | st | |||
) | [static] |
Definition at line 1409 of file movenc.c.
Referenced by mov_write_moov_tag().
static int mov_write_tref_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 1361 of file movenc.c.
Referenced by mov_write_trak_tag().
static int mov_write_trkn_tag | ( | AVIOContext * | pb, | |
MOVMuxContext * | mov, | |||
AVFormatContext * | s | |||
) | [static] |
Definition at line 1595 of file movenc.c.
Referenced by mov_write_ilst_tag().
static int mov_write_udta_sdp | ( | AVIOContext * | pb, | |
AVFormatContext * | ctx, | |||
int | index | |||
) | [static] |
Definition at line 1390 of file movenc.c.
Referenced by mov_write_trak_tag().
static int mov_write_udta_tag | ( | AVIOContext * | pb, | |
MOVMuxContext * | mov, | |||
AVFormatContext * | s | |||
) | [static] |
Definition at line 1734 of file movenc.c.
Referenced by mov_write_moov_tag().
static int mov_write_uuid_tag_ipod | ( | AVIOContext * | pb | ) | [static] |
Write uuid atom.
Needed to make file play in iPods running newest firmware goes after avcC atom in moov.trak.mdia.minf.stbl.stsd.avc1
Definition at line 774 of file movenc.c.
Referenced by mov_write_video_tag().
static int mov_write_uuid_tag_psp | ( | AVIOContext * | pb, | |
MOVTrack * | mov | |||
) | [static] |
Definition at line 1372 of file movenc.c.
Referenced by mov_write_trak_tag().
static void mov_write_uuidprof_tag | ( | AVIOContext * | pb, | |
AVFormatContext * | s | |||
) | [static] |
Definition at line 1951 of file movenc.c.
Referenced by mov_write_header().
static int mov_write_uuidusmt_tag | ( | AVIOContext * | pb, | |
AVFormatContext * | s | |||
) | [static] |
Definition at line 1800 of file movenc.c.
Referenced by mov_write_moov_tag().
static int mov_write_video_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 831 of file movenc.c.
Referenced by mov_write_stsd_tag().
static int mov_write_vmhd_tag | ( | AVIOContext * | pb | ) | [static] |
Definition at line 1094 of file movenc.c.
Referenced by mov_write_minf_tag().
static int mov_write_wave_tag | ( | AVIOContext * | pb, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 370 of file movenc.c.
Referenced by mov_write_audio_tag().
static int mp4_get_codec_tag | ( | AVFormatContext * | s, | |
MOVTrack * | track | |||
) | [static] |
Definition at line 598 of file movenc.c.
Referenced by mov_find_codec_tag().
static void putDescr | ( | AVIOContext * | pb, | |
int | tag, | |||
unsigned int | size | |||
) | [static] |
Definition at line 265 of file movenc.c.
Referenced by mov_write_esds_tag(), and mov_write_iods_tag().
static int64_t updateSize | ( | AVIOContext * | pb, | |
int64_t | pos | |||
) | [static] |
Definition at line 64 of file movenc.c.
Referenced by mov_write_3gp_udta_tag(), mov_write_audio_tag(), mov_write_avcc_tag(), mov_write_chan_tag(), mov_write_dinf_tag(), mov_write_esds_tag(), mov_write_ftyp_tag(), mov_write_hdlr_tag(), mov_write_ilst_tag(), mov_write_iods_tag(), mov_write_mdia_tag(), mov_write_meta_tag(), mov_write_minf_tag(), mov_write_moov_tag(), mov_write_ms_tag(), mov_write_rtp_tag(), mov_write_stbl_tag(), mov_write_stco_tag(), mov_write_string_tag(), mov_write_stsc_tag(), mov_write_stsd_tag(), mov_write_stss_tag(), mov_write_stsz_tag(), mov_write_subtitle_tag(), mov_write_tapt_tag(), mov_write_trak_tag(), mov_write_uuidusmt_tag(), mov_write_video_tag(), and mov_write_wave_tag().
static int utf8len | ( | const uint8_t * | b | ) | [static] |
Definition at line 1659 of file movenc.c.
Referenced by mov_write_3gp_udta_tag(), and mov_write_psp_udta_tag().
unsigned bps |
Definition at line 671 of file movenc.c.
Referenced by ff_put_wav_header(), ff_wma_init(), gxf_packet(), main(), nsv_read_chunk(), output_packet(), raw_read_packet(), rso_read_header(), rso_read_packet(), transcode_audio(), and tta_read_header().
const AVCodecTag codec_3gp_tags[] [static] |
{ { CODEC_ID_H263, MKTAG('s','2','6','3') }, { CODEC_ID_H264, MKTAG('a','v','c','1') }, { CODEC_ID_MPEG4, MKTAG('m','p','4','v') }, { CODEC_ID_AAC, MKTAG('m','p','4','a') }, { CODEC_ID_AMR_NB, MKTAG('s','a','m','r') }, { CODEC_ID_AMR_WB, MKTAG('s','a','w','b') }, { CODEC_ID_MOV_TEXT, MKTAG('t','x','3','g') }, { CODEC_ID_NONE, 0 }, }
const AVCodecTag codec_ipod_tags[] [static] |
{ { CODEC_ID_H264, MKTAG('a','v','c','1') }, { CODEC_ID_MPEG4, MKTAG('m','p','4','v') }, { CODEC_ID_AAC, MKTAG('m','p','4','a') }, { CODEC_ID_ALAC, MKTAG('a','l','a','c') }, { CODEC_ID_AC3, MKTAG('a','c','-','3') }, { CODEC_ID_MOV_TEXT, MKTAG('t','x','3','g') }, { CODEC_ID_MOV_TEXT, MKTAG('t','e','x','t') }, { CODEC_ID_NONE, 0 }, }
{ .name = "ipod", .long_name = NULL_IF_CONFIG_SMALL("iPod H.264 MP4 format"), .mime_type = "application/mp4", .extensions = "m4v,m4a", .priv_data_size = sizeof(MOVMuxContext), .audio_codec = CODEC_ID_AAC, .video_codec = CODEC_ID_H264, .write_header = mov_write_header, .write_packet = ff_mov_write_packet, .write_trailer = mov_write_trailer, .flags = AVFMT_GLOBALHEADER, .codec_tag = (const AVCodecTag* const []){codec_ipod_tags, 0}, .priv_class = &ipod_muxer_class, }
{ .name = "mov", .long_name = NULL_IF_CONFIG_SMALL("MOV format"), .extensions = "mov", .priv_data_size = sizeof(MOVMuxContext), .audio_codec = CODEC_ID_AAC, .video_codec = CODEC_ID_H264, .write_header = mov_write_header, .write_packet = ff_mov_write_packet, .write_trailer = mov_write_trailer, .flags = AVFMT_GLOBALHEADER, .codec_tag = (const AVCodecTag* const []){codec_movvideo_tags, codec_movaudio_tags, 0}, .priv_class = &mov_muxer_class, }
{ .name = "mp4", .long_name = NULL_IF_CONFIG_SMALL("MP4 format"), .mime_type = "application/mp4", .extensions = "mp4", .priv_data_size = sizeof(MOVMuxContext), .audio_codec = CODEC_ID_AAC, .video_codec = CODEC_ID_H264, .write_header = mov_write_header, .write_packet = ff_mov_write_packet, .write_trailer = mov_write_trailer, .flags = AVFMT_GLOBALHEADER, .codec_tag = (const AVCodecTag* const []){ff_mp4_obj_type, 0}, .priv_class = &mp4_muxer_class, }
{ .name = "psp", .long_name = NULL_IF_CONFIG_SMALL("PSP MP4 format"), .extensions = "mp4,psp", .priv_data_size = sizeof(MOVMuxContext), .audio_codec = CODEC_ID_AAC, .video_codec = CODEC_ID_H264, .write_header = mov_write_header, .write_packet = ff_mov_write_packet, .write_trailer = mov_write_trailer, .flags = AVFMT_GLOBALHEADER, .codec_tag = (const AVCodecTag* const []){ff_mp4_obj_type, 0}, .priv_class = &psp_muxer_class, }
{ .name = "3g2", .long_name = NULL_IF_CONFIG_SMALL("3GP2 format"), .extensions = "3g2", .priv_data_size = sizeof(MOVMuxContext), .audio_codec = CODEC_ID_AMR_NB, .video_codec = CODEC_ID_H263, .write_header = mov_write_header, .write_packet = ff_mov_write_packet, .write_trailer = mov_write_trailer, .flags = AVFMT_GLOBALHEADER, .codec_tag = (const AVCodecTag* const []){codec_3gp_tags, 0}, .priv_class = &tg2_muxer_class, }
{ .name = "3gp", .long_name = NULL_IF_CONFIG_SMALL("3GP format"), .extensions = "3gp", .priv_data_size = sizeof(MOVMuxContext), .audio_codec = CODEC_ID_AMR_NB, .video_codec = CODEC_ID_H263, .write_header = mov_write_header, .write_packet = ff_mov_write_packet, .write_trailer = mov_write_trailer, .flags = AVFMT_GLOBALHEADER, .codec_tag = (const AVCodecTag* const []){codec_3gp_tags, 0}, .priv_class = &tgp_muxer_class, }
const uint16_t fiel_data[] [static] |
{ 0x0000, 0x0100, 0x0201, 0x0206, 0x0209, 0x020e }
Definition at line 786 of file movenc.c.
Referenced by mov_write_fiel_tag().
struct { ... } mov_pix_fmt_tags[] [static] |
Referenced by mov_get_rawvideo_codec_tag().
{ { "movflags", "MOV muxer flags", 0x42, AV_OPT_TYPE_FLAGS, {.dbl = 0}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" }, { "rtphint", "Add RTP hint tracks", 0, AV_OPT_TYPE_CONST, {.dbl = FF_MOV_FLAG_RTP_HINT}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" }, FF_RTP_FLAG_OPTS(MOVMuxContext, rtp_flags), { "skip_iods", "Skip writing iods atom.", 0x42, AV_OPT_TYPE_INT, {.dbl = 0}, 0, 1, AV_OPT_FLAG_ENCODING_PARAM}, { "iods_audio_profile", "iods audio profile atom.", 0x42, AV_OPT_TYPE_INT, {.dbl = -1}, -1, 255, AV_OPT_FLAG_ENCODING_PARAM}, { "iods_video_profile", "iods video profile atom.", 0x42, AV_OPT_TYPE_INT, {.dbl = -1}, -1, 255, AV_OPT_FLAG_ENCODING_PARAM}, { NULL }, }
enum PixelFormat pix_fmt |
uint32_t tag |
Definition at line 670 of file movenc.c.
Referenced by aac_encode_frame(), aiff_read_header(), ape_read_header(), asf_write_header1(), au_read_header(), av_codec_get_tag(), av_dict_set(), av_find_info_tag(), avi_load_index(), avi_read_header(), avi_read_idx1(), avi_read_nikon(), avi_write_header(), avi_write_idx1(), avi_write_ix(), avi_write_packet(), bwf_write_bext_string(), decode_frame(), dump_metadata(), dxa_read_header(), ff_id3v2_parse(), ff_mov_get_channel_layout_tag(), ff_mov_read_esds(), ff_mp4_read_dec_config_descr(), ff_vorbiscomment_length(), ff_vorbiscomment_write(), ffm_read_header(), find_tag(), flv_write_header(), get_swf_tag(), gxf_material_tags(), gxf_track_tags(), id3v1_create_tag(), id3v1_set_string(), id3v2_check_write_tag(), ipod_get_codec_tag(), lz_unpack(), main(), matroska_convert_tags(), mkv_write_codecprivate(), mkv_write_header(), mkv_write_simpletag(), mkv_write_tag(), mkv_write_tracks(), mmf_read_header(), mov_find_codec_tag(), mov_get_codec_tag(), mov_get_dv_codec_tag(), mov_get_rawvideo_codec_tag(), mov_probe(), mov_read_meta(), mov_read_udta_string(), mov_write_audio_tag(), mp4_get_codec_tag(), mpc8_parse_seektable(), mpc8_read_header(), mpc8_read_packet(), new_output_stream(), ogm_header(), parse_mp4_descr(), pmt_cb(), process_line(), put_swf_end_tag(), qcp_read_packet(), qt_rtp_parse_packet(), rdt_load_mdpr(), read_header(), rm_read_header(), rv10_write_header(), show_format(), show_stream(), siff_probe(), siff_read_header(), smjpeg_write_header(), sol_read_header(), srt_to_ass(), swf_read_header(), swf_read_packet(), tiff_decode_tag(), validate_codec_tag(), wav_read_header(), wv_read_block_header(), xan_decode_frame(), xwma_read_header(), and yop_decode_frame().