|
FFmpeg
|
#include <isom.h>
| AVFormatContext* MOVContext::fc |
Definition at line 323 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 324 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 331 of file isom.h.
Referenced by mov_read_header().
| char** MOVContext::meta_keys |
Definition at line 332 of file isom.h.
Referenced by mov_read_close().
| unsigned MOVContext::meta_keys_count |
Definition at line 333 of file isom.h.
Referenced by mov_read_close().
| DVDemuxContext* MOVContext::dv_demux |
Definition at line 334 of file isom.h.
Referenced by mov_read_close(), and mov_read_packet().
| AVFormatContext* MOVContext::dv_fctx |
Definition at line 335 of file isom.h.
Referenced by mov_read_close().
| MOVFragment MOVContext::fragment |
current fragment in moof atom
Definition at line 337 of file isom.h.
Referenced by mov_read_header().
| MOVTrackExt* MOVContext::trex_data |
Definition at line 338 of file isom.h.
Referenced by mov_read_close(), and mov_read_header().
| int MOVContext::handbrake_version |
Definition at line 341 of file isom.h.
Referenced by mov_read_header().
| int* MOVContext::chapter_tracks |
Definition at line 342 of file isom.h.
Referenced by mov_read_chapters(), and mov_read_close().
| unsigned int MOVContext::nb_chapter_tracks |
Definition at line 343 of file isom.h.
Referenced by mov_read_chapters(), and mov_read_header().
| int MOVContext::ignore_editlist |
Definition at line 345 of file isom.h.
Referenced by mov_build_index().
| int MOVContext::advanced_editlist |
Definition at line 346 of file isom.h.
Referenced by mov_build_index().
| int MOVContext::advanced_editlist_autodisabled |
Definition at line 347 of file isom.h.
Referenced by mov_build_index().
| int MOVContext::ignore_chapters |
Definition at line 348 of file isom.h.
Referenced by mov_read_header().
| int64_t MOVContext::next_root_atom |
offset of the next root atom
Definition at line 350 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 353 of file isom.h.
Referenced by mov_read_close(), and mov_read_header().
| int MOVContext::bitrates_count |
Definition at line 354 of file isom.h.
Referenced by mov_read_header().
| int MOVContext::moov_retry |
Definition at line 355 of file isom.h.
Referenced by mov_read_header().
| int MOVContext::use_mfra_for |
Definition at line 356 of file isom.h.
Referenced by mov_read_header().
| MOVFragmentIndex MOVContext::frag_index |
Definition at line 359 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 361 of file isom.h.
Referenced by mov_read_packet().
| struct AVAES* MOVContext::aes_decrypt |
Definition at line 372 of file isom.h.
Referenced by mov_read_close().
| uint8_t* MOVContext::decryption_key |
Definition at line 373 of file isom.h.
Referenced by cenc_filter().
| int MOVContext::decryption_key_len |
Definition at line 374 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 380 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 381 of file isom.h.
Referenced by mov_read_header().
| HEIFItem** MOVContext::heif_item |
Definition at line 382 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 383 of file isom.h.
Referenced by mov_parse_heif_items(), mov_parse_tiles(), and mov_read_close().
| HEIFGrid* MOVContext::heif_grid |
Definition at line 384 of file isom.h.
Referenced by mov_parse_tiles(), and mov_read_close().
| int MOVContext::nb_heif_grid |
Definition at line 385 of file isom.h.
Referenced by mov_parse_heif_items(), mov_parse_tiles(), and mov_read_close().
| int64_t MOVContext::idat_offset |
Definition at line 386 of file isom.h.
Referenced by mov_parse_heif_items().
| int MOVContext::interleaved_read |
Definition at line 387 of file isom.h.
Referenced by mov_find_next_sample().
1.8.17