FFmpeg
|
#include <isom.h>
Data Fields | |
const AVClass * | class |
class for private options More... | |
AVFormatContext * | fc |
int | time_scale |
int64_t | duration |
duration of the longest track More... | |
int | found_moov |
'moov' atom has been found More... | |
int | found_mdat |
'mdat' atom has been found More... | |
DVDemuxContext * | dv_demux |
AVFormatContext * | dv_fctx |
int | isom |
1 if file is ISO Media (mp4/3gp) More... | |
MOVFragment | fragment |
current fragment in moof atom More... | |
MOVTrackExt * | trex_data |
unsigned | trex_count |
int | itunes_metadata |
metadata are itunes style More... | |
int | chapter_track |
int | use_absolute_path |
int | ignore_editlist |
int | seek_individually |
int64_t | next_root_atom |
offset of the next root atom More... | |
int | export_all |
int | export_xmp |
int * | bitrates |
bitrates read before streams creation More... | |
int | bitrates_count |
int | moov_retry |
int | use_mfra_for |
int | has_looked_for_mfra |
MOVFragmentIndex ** | fragment_index_data |
unsigned | fragment_index_count |
int | atom_depth |
AVFormatContext* MOVContext::fc |
Definition at line 174 of file isom.h.
Referenced by ff_mov_read_stsd_entries(), fix_timescale(), mov_build_index(), mov_finalize_stsd_codec(), mov_metadata_gnre(), mov_metadata_int8_bypass_padding(), mov_metadata_int8_no_padding(), mov_metadata_loci(), mov_metadata_track_or_disc_number(), mov_open_dref(), mov_parse_stsd_audio(), mov_parse_stsd_video(), mov_read_aclr(), mov_read_ares(), mov_read_atom_into_extradata(), mov_read_chan(), mov_read_chpl(), mov_read_cmov(), mov_read_colr(), mov_read_covr(), mov_read_ctts(), mov_read_custom(), mov_read_custom_2plus(), mov_read_dac3(), mov_read_dec3(), mov_read_default(), mov_read_dref(), mov_read_dvc1(), mov_read_elst(), mov_read_enda(), mov_read_esds(), mov_read_extradata(), mov_read_fiel(), mov_read_ftyp(), mov_read_glbl(), mov_read_hdlr(), mov_read_header(), mov_read_mdhd(), mov_read_mfra(), mov_read_moof(), mov_read_moov(), mov_read_mvhd(), mov_read_packet(), mov_read_pasp(), mov_read_sbgp(), mov_read_stco(), mov_read_stps(), mov_read_strf(), mov_read_stsc(), mov_read_stss(), mov_read_stsz(), mov_read_stts(), mov_read_targa_y216(), mov_read_tfdt(), mov_read_tfhd(), mov_read_tkhd(), mov_read_tmcd(), mov_read_trak(), mov_read_trex(), mov_read_trun(), mov_read_udta_string(), mov_read_wave(), mov_read_wfex(), mov_skip_multiple_stsd(), qt_rtp_parse_packet(), and read_tfra().
int MOVContext::time_scale |
Definition at line 175 of file isom.h.
Referenced by fix_timescale(), mov_build_index(), and mov_read_mvhd().
int64_t MOVContext::duration |
int MOVContext::found_moov |
'moov' atom has been found
Definition at line 177 of file isom.h.
Referenced by mov_read_default(), mov_read_free(), mov_read_header(), and mov_read_moov().
int MOVContext::found_mdat |
'mdat' atom has been found
Definition at line 178 of file isom.h.
Referenced by mov_read_default(), mov_read_free(), mov_read_mdat(), and mov_read_packet().
DVDemuxContext* MOVContext::dv_demux |
Definition at line 179 of file isom.h.
Referenced by mov_finalize_stsd_codec(), mov_read_close(), and mov_read_packet().
AVFormatContext* MOVContext::dv_fctx |
Definition at line 180 of file isom.h.
Referenced by mov_finalize_stsd_codec(), and mov_read_close().
int MOVContext::isom |
1 if file is ISO Media (mp4/3gp)
Definition at line 181 of file isom.h.
Referenced by mov_parse_stsd_audio(), mov_read_ftyp(), and mov_read_hdlr().
MOVFragment MOVContext::fragment |
current fragment in moof atom
Definition at line 182 of file isom.h.
Referenced by mov_read_moof(), mov_read_tfdt(), mov_read_tfhd(), and mov_read_trun().
MOVTrackExt* MOVContext::trex_data |
Definition at line 183 of file isom.h.
Referenced by mov_read_close(), mov_read_header(), mov_read_mvhd(), mov_read_tfhd(), and mov_read_trex().
unsigned MOVContext::trex_count |
Definition at line 184 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trex().
int MOVContext::itunes_metadata |
metadata are itunes style
Definition at line 185 of file isom.h.
Referenced by mov_read_ilst(), and mov_read_udta_string().
int MOVContext::chapter_track |
Definition at line 186 of file isom.h.
Referenced by mov_read_chap(), mov_read_chapters(), and mov_read_header().
int MOVContext::use_absolute_path |
Definition at line 187 of file isom.h.
Referenced by mov_open_dref().
int MOVContext::ignore_editlist |
Definition at line 188 of file isom.h.
Referenced by mov_read_elst().
int MOVContext::seek_individually |
Definition at line 189 of file isom.h.
Referenced by mov_read_seek().
int64_t MOVContext::next_root_atom |
offset of the next root atom
Definition at line 190 of file isom.h.
Referenced by mov_read_default(), and mov_read_packet().
int MOVContext::export_all |
Definition at line 191 of file isom.h.
Referenced by mov_read_udta_string().
int MOVContext::export_xmp |
Definition at line 192 of file isom.h.
Referenced by mov_read_udta_string().
int* MOVContext::bitrates |
bitrates read before streams creation
Definition at line 193 of file isom.h.
Referenced by mov_read_close(), mov_read_header(), and mov_read_uuid().
int MOVContext::bitrates_count |
Definition at line 194 of file isom.h.
Referenced by mov_read_header(), and mov_read_uuid().
int MOVContext::moov_retry |
Definition at line 195 of file isom.h.
Referenced by mov_read_default(), and mov_read_header().
int MOVContext::use_mfra_for |
Definition at line 196 of file isom.h.
Referenced by mov_read_free(), mov_read_header(), mov_read_moof(), and mov_read_trun().
int MOVContext::has_looked_for_mfra |
Definition at line 197 of file isom.h.
Referenced by mov_read_moof().
MOVFragmentIndex** MOVContext::fragment_index_data |
Definition at line 198 of file isom.h.
Referenced by mov_read_close(), mov_read_tfhd(), and read_tfra().
unsigned MOVContext::fragment_index_count |
Definition at line 199 of file isom.h.
Referenced by mov_read_close(), mov_read_tfhd(), and read_tfra().
int MOVContext::atom_depth |
Definition at line 200 of file isom.h.
Referenced by mov_read_default().