FFmpeg
|
#include <isom.h>
AVFormatContext* MOVContext::fc |
Definition at line 304 of file isom.h.
Referenced by cenc_filter(), get_edit_list_entry(), mov_build_index(), mov_fix_index(), mov_read_chapters(), mov_read_header(), mov_read_packet(), mov_switch_root(), and read_tfra().
int MOVContext::time_scale |
Definition at line 305 of file isom.h.
Referenced by mov_build_index(), and mov_fix_index().
int MOVContext::found_moov |
int MOVContext::found_iloc |
int MOVContext::found_iinf |
int MOVContext::found_mdat |
int MOVContext::found_hdlr_mdta |
int MOVContext::trak_index |
Index of the current 'trak'.
Definition at line 312 of file isom.h.
Referenced by mov_read_header().
char** MOVContext::meta_keys |
Definition at line 313 of file isom.h.
Referenced by mov_read_close().
unsigned MOVContext::meta_keys_count |
Definition at line 314 of file isom.h.
Referenced by mov_read_close().
DVDemuxContext* MOVContext::dv_demux |
Definition at line 315 of file isom.h.
Referenced by mov_read_close(), and mov_read_packet().
AVFormatContext* MOVContext::dv_fctx |
Definition at line 316 of file isom.h.
Referenced by mov_read_close().
MOVFragment MOVContext::fragment |
current fragment in moof atom
Definition at line 318 of file isom.h.
Referenced by mov_read_header().
MOVTrackExt* MOVContext::trex_data |
Definition at line 319 of file isom.h.
Referenced by mov_read_close(), and mov_read_header().
int MOVContext::handbrake_version |
Definition at line 322 of file isom.h.
Referenced by mov_read_header().
int* MOVContext::chapter_tracks |
Definition at line 323 of file isom.h.
Referenced by mov_read_chapters(), and mov_read_close().
unsigned int MOVContext::nb_chapter_tracks |
Definition at line 324 of file isom.h.
Referenced by mov_read_chapters(), and mov_read_header().
int MOVContext::ignore_editlist |
Definition at line 326 of file isom.h.
Referenced by mov_build_index().
int MOVContext::advanced_editlist |
Definition at line 327 of file isom.h.
Referenced by mov_build_index().
int MOVContext::advanced_editlist_autodisabled |
Definition at line 328 of file isom.h.
Referenced by mov_build_index().
int MOVContext::ignore_chapters |
Definition at line 329 of file isom.h.
Referenced by mov_read_header().
int64_t MOVContext::next_root_atom |
offset of the next root atom
Definition at line 331 of file isom.h.
Referenced by mov_read_packet(), mov_seek_fragment(), and mov_switch_root().
int* MOVContext::bitrates |
bitrates read before streams creation
Definition at line 334 of file isom.h.
Referenced by mov_read_close(), and mov_read_header().
int MOVContext::bitrates_count |
Definition at line 335 of file isom.h.
Referenced by mov_read_header().
int MOVContext::moov_retry |
Definition at line 336 of file isom.h.
Referenced by mov_read_header().
int MOVContext::use_mfra_for |
Definition at line 337 of file isom.h.
Referenced by mov_read_header().
MOVFragmentIndex MOVContext::frag_index |
Definition at line 340 of file isom.h.
Referenced by cenc_filter(), mov_read_close(), mov_read_header(), mov_read_packet(), mov_seek_fragment(), mov_switch_root(), and read_tfra().
unsigned int MOVContext::aax_mode |
'aax' file has been detected
Definition at line 342 of file isom.h.
Referenced by mov_read_packet().
struct AVAES* MOVContext::aes_decrypt |
Definition at line 353 of file isom.h.
Referenced by mov_read_close().
uint8_t* MOVContext::decryption_key |
Definition at line 354 of file isom.h.
Referenced by cenc_filter().
int MOVContext::decryption_key_len |
Definition at line 355 of file isom.h.
Referenced by mov_read_header().
int32_t MOVContext::movie_display_matrix[3][3] |
int MOVContext::primary_item_id |
Definition at line 361 of file isom.h.
Referenced by mov_parse_heif_items(), mov_parse_tiles(), and mov_read_header().
int MOVContext::cur_item_id |
Definition at line 362 of file isom.h.
Referenced by mov_read_header().
HEIFItem** MOVContext::heif_item |
Definition at line 363 of file isom.h.
Referenced by mov_parse_heif_items(), mov_parse_tiles(), and mov_read_close().
int MOVContext::nb_heif_item |
Definition at line 364 of file isom.h.
Referenced by mov_parse_heif_items(), mov_parse_tiles(), and mov_read_close().
HEIFGrid* MOVContext::heif_grid |
Definition at line 365 of file isom.h.
Referenced by mov_parse_tiles(), and mov_read_close().
int MOVContext::nb_heif_grid |
Definition at line 366 of file isom.h.
Referenced by mov_parse_heif_items(), mov_parse_tiles(), and mov_read_close().
int MOVContext::thmb_item_id |
Definition at line 367 of file isom.h.
Referenced by mov_parse_heif_items(), and mov_read_header().
int64_t MOVContext::idat_offset |
Definition at line 368 of file isom.h.
Referenced by mov_parse_heif_items().
int MOVContext::interleaved_read |
Definition at line 369 of file isom.h.
Referenced by mov_find_next_sample().