24 #ifndef AVFORMAT_ISOM_H
25 #define AVFORMAT_ISOM_H
216 #define MP4ODescrTag 0x01
217 #define MP4IODescrTag 0x02
218 #define MP4ESDescrTag 0x03
219 #define MP4DecConfigDescrTag 0x04
220 #define MP4DecSpecificDescrTag 0x05
221 #define MP4SLDescrTag 0x06
223 #define MOV_TFHD_BASE_DATA_OFFSET 0x01
224 #define MOV_TFHD_STSD_ID 0x02
225 #define MOV_TFHD_DEFAULT_DURATION 0x08
226 #define MOV_TFHD_DEFAULT_SIZE 0x10
227 #define MOV_TFHD_DEFAULT_FLAGS 0x20
228 #define MOV_TFHD_DURATION_IS_EMPTY 0x010000
229 #define MOV_TFHD_DEFAULT_BASE_IS_MOOF 0x020000
231 #define MOV_TRUN_DATA_OFFSET 0x01
232 #define MOV_TRUN_FIRST_SAMPLE_FLAGS 0x04
233 #define MOV_TRUN_SAMPLE_DURATION 0x100
234 #define MOV_TRUN_SAMPLE_SIZE 0x200
235 #define MOV_TRUN_SAMPLE_FLAGS 0x400
236 #define MOV_TRUN_SAMPLE_CTS 0x800
238 #define MOV_FRAG_SAMPLE_FLAG_DEGRADATION_PRIORITY_MASK 0x0000ffff
239 #define MOV_FRAG_SAMPLE_FLAG_IS_NON_SYNC 0x00010000
240 #define MOV_FRAG_SAMPLE_FLAG_PADDING_MASK 0x000e0000
241 #define MOV_FRAG_SAMPLE_FLAG_REDUNDANCY_MASK 0x00300000
242 #define MOV_FRAG_SAMPLE_FLAG_DEPENDED_MASK 0x00c00000
243 #define MOV_FRAG_SAMPLE_FLAG_DEPENDS_MASK 0x03000000
245 #define MOV_FRAG_SAMPLE_FLAG_DEPENDS_NO 0x02000000
246 #define MOV_FRAG_SAMPLE_FLAG_DEPENDS_YES 0x01000000
248 #define MOV_TKHD_FLAG_ENABLED 0x0001
249 #define MOV_TKHD_FLAG_IN_MOVIE 0x0002
250 #define MOV_TKHD_FLAG_IN_PREVIEW 0x0004
251 #define MOV_TKHD_FLAG_IN_POSTER 0x0008
253 #define TAG_IS_AVCI(tag) \
254 ((tag) == MKTAG('a', 'i', '5', 'p') || \
255 (tag) == MKTAG('a', 'i', '5', 'q') || \
256 (tag) == MKTAG('a', 'i', '5', '2') || \
257 (tag) == MKTAG('a', 'i', '5', '3') || \
258 (tag) == MKTAG('a', 'i', '5', '5') || \
259 (tag) == MKTAG('a', 'i', '5', '6') || \
260 (tag) == MKTAG('a', 'i', '1', 'p') || \
261 (tag) == MKTAG('a', 'i', '1', 'q') || \
262 (tag) == MKTAG('a', 'i', '1', '2') || \
263 (tag) == MKTAG('a', 'i', '1', '3') || \
264 (tag) == MKTAG('a', 'i', '1', '5') || \
265 (tag) == MKTAG('a', 'i', '1', '6') || \
266 (tag) == MKTAG('a', 'i', 'v', 'x') || \
267 (tag) == MKTAG('A', 'V', 'i', 'n'))
276 #define FF_MOV_FLAG_MFRA_AUTO -1
277 #define FF_MOV_FLAG_MFRA_DTS 1
278 #define FF_MOV_FLAG_MFRA_PTS 2
int itunes_metadata
metadata are itunes style
int * bitrates
bitrates read before streams creation
uint32_t tmcd_flags
tmcd track flags
const AVCodecTag ff_mp4_obj_type[]
unsigned int rap_group_count
unsigned int samples_per_frame
uint64_t base_data_offset
int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb)
int16_t audio_cid
stsd audio compression id
unsigned fragment_index_count
int found_moov
'moov' atom has been found
int isom
1 if file is ISO Media (mp4/3gp)
int found_mdat
'mdat' atom has been found
const AVCodecTag ff_codec_movvideo_tags[]
const AVCodecTag ff_codec_movaudio_tags[]
int ff_mp4_read_descr_len(AVIOContext *pb)
unsigned int sample_count
int dts_shift
dts shift when ctts is negative
int activation_bytes_size
MOVFragmentIndex ** fragment_index_data
const AVCodecTag ff_codec_movsubtitle_tags[]
int64_t time_offset
time offset of the edit list entries
unsigned int keyframe_count
AVCodecID
Identify the syntax and semantics of the bitstream.
struct AVAES * aes_decrypt
static const uint16_t fc[]
int audible_fixed_key_size
MOVFragmentIndexItem * items
void ff_mov_write_chan(AVIOContext *pb, int64_t channel_layout)
int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb)
int64_t duration
duration of the longest track
DVDemuxContext * dv_demux
unsigned int stsz_sample_size
always contains sample size from stsz atom
Describe the class of an AVClass context structure.
unsigned int aax_mode
'aax' file has been detected
MOVFragment fragment
current fragment in moof atom
int64_t track_end
used for dts generation in fragmented movie files
int ff_mov_lang_to_iso639(unsigned code, char to[4])
int ff_mov_read_stsd_entries(MOVContext *c, AVIOContext *pb, int entries)
AVFormatContext * dv_fctx
int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag)
unsigned * stps_data
partial sync sample for mpeg-2 open gop
int ff_mov_iso639_to_lang(const char lang[4], int mp4)
int start_pad
amount of samples to skip due to enc-dec delay
unsigned int bytes_per_frame
int wrong_dts
dts are wrong due to huge ctts offset (iMovie files)
unsigned int sample_size
may contain value calculated from stsd or value from stsz atom
enum AVCodecID ff_mov_get_lpcm_codec_id(int bps, int flags)
Compute codec id for 'lpcm' tag.
int64_t next_root_atom
offset of the next root atom
void ff_mp4_parse_es_descr(AVIOContext *pb, int *es_id)
int pseudo_stream_id
-1 means demux all ids
int ffindex
AVStream index.