|
FFmpeg
|
#include <isom.h>
| AVFormatContext* MOVContext::fc |
Definition at line 293 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 294 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 301 of file isom.h.
Referenced by mov_read_header().
| char** MOVContext::meta_keys |
Definition at line 302 of file isom.h.
Referenced by mov_read_close().
| unsigned MOVContext::meta_keys_count |
Definition at line 303 of file isom.h.
Referenced by mov_read_close().
| DVDemuxContext* MOVContext::dv_demux |
Definition at line 304 of file isom.h.
Referenced by mov_read_close(), and mov_read_packet().
| AVFormatContext* MOVContext::dv_fctx |
Definition at line 305 of file isom.h.
Referenced by mov_read_close().
| MOVFragment MOVContext::fragment |
current fragment in moof atom
Definition at line 307 of file isom.h.
Referenced by mov_read_header().
| MOVTrackExt* MOVContext::trex_data |
Definition at line 308 of file isom.h.
Referenced by mov_read_close(), and mov_read_header().
| int MOVContext::handbrake_version |
Definition at line 311 of file isom.h.
Referenced by mov_read_header().
| int* MOVContext::chapter_tracks |
Definition at line 312 of file isom.h.
Referenced by mov_read_chapters(), and mov_read_close().
| unsigned int MOVContext::nb_chapter_tracks |
Definition at line 313 of file isom.h.
Referenced by mov_read_chapters(), and mov_read_header().
| int MOVContext::ignore_editlist |
Definition at line 315 of file isom.h.
Referenced by mov_build_index().
| int MOVContext::advanced_editlist |
Definition at line 316 of file isom.h.
Referenced by mov_build_index().
| int MOVContext::advanced_editlist_autodisabled |
Definition at line 317 of file isom.h.
Referenced by mov_build_index().
| int MOVContext::ignore_chapters |
Definition at line 318 of file isom.h.
Referenced by mov_read_header().
| int64_t MOVContext::next_root_atom |
offset of the next root atom
Definition at line 320 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 323 of file isom.h.
Referenced by mov_read_close(), and mov_read_header().
| int MOVContext::bitrates_count |
Definition at line 324 of file isom.h.
Referenced by mov_read_header().
| int MOVContext::moov_retry |
Definition at line 325 of file isom.h.
Referenced by mov_read_header().
| int MOVContext::use_mfra_for |
Definition at line 326 of file isom.h.
Referenced by mov_read_header().
| MOVFragmentIndex MOVContext::frag_index |
Definition at line 329 of file isom.h.
Referenced by cenc_filter(), mov_read_close(), mov_read_header(), mov_seek_fragment(), mov_switch_root(), and read_tfra().
| unsigned int MOVContext::aax_mode |
'aax' file has been detected
Definition at line 331 of file isom.h.
Referenced by mov_read_packet().
| struct AVAES* MOVContext::aes_decrypt |
Definition at line 342 of file isom.h.
Referenced by mov_read_close().
| uint8_t* MOVContext::decryption_key |
Definition at line 343 of file isom.h.
Referenced by cenc_filter().
| int MOVContext::decryption_key_len |
Definition at line 344 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 350 of file isom.h.
Referenced by mov_parse_tiles(), and mov_read_header().
| int MOVContext::cur_item_id |
Definition at line 351 of file isom.h.
Referenced by mov_read_header().
| HEIFItem* MOVContext::heif_item |
Definition at line 352 of file isom.h.
Referenced by mov_parse_tiles(), mov_read_close(), and mov_read_header().
| int MOVContext::nb_heif_item |
Definition at line 353 of file isom.h.
Referenced by mov_parse_tiles(), mov_read_close(), and mov_read_header().
| HEIFGrid* MOVContext::heif_grid |
Definition at line 354 of file isom.h.
Referenced by mov_parse_tiles(), and mov_read_close().
| int MOVContext::nb_heif_grid |
Definition at line 355 of file isom.h.
Referenced by mov_parse_tiles(), mov_read_close(), and mov_read_header().
| int MOVContext::thmb_item_id |
Definition at line 356 of file isom.h.
Referenced by mov_read_header().
| int64_t MOVContext::idat_offset |
Definition at line 357 of file isom.h.
Referenced by mov_read_header().
| int MOVContext::interleaved_read |
Definition at line 358 of file isom.h.
Referenced by mov_find_next_sample().
1.8.17