FFmpeg
|
char* DASHContext::base_url |
Definition at line 124 of file dashdec.c.
Referenced by dash_close(), open_input(), parse_manifest(), and refresh_manifest().
char* DASHContext::adaptionset_contenttype_val |
Definition at line 125 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
char* DASHContext::adaptionset_par_val |
Definition at line 126 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
char* DASHContext::adaptionset_lang_val |
Definition at line 127 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
char* DASHContext::adaptionset_minbw_val |
Definition at line 128 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
char* DASHContext::adaptionset_maxbw_val |
Definition at line 129 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
char* DASHContext::adaptionset_minwidth_val |
Definition at line 130 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
char* DASHContext::adaptionset_maxwidth_val |
Definition at line 131 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
char* DASHContext::adaptionset_minheight_val |
Definition at line 132 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
char* DASHContext::adaptionset_maxheight_val |
Definition at line 133 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
char* DASHContext::adaptionset_minframerate_val |
Definition at line 134 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
char* DASHContext::adaptionset_maxframerate_val |
Definition at line 135 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
char* DASHContext::adaptionset_segmentalignment_val |
Definition at line 136 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
char* DASHContext::adaptionset_bitstreamswitching_val |
Definition at line 137 of file dashdec.c.
Referenced by parse_manifest_adaptationset().
int DASHContext::n_videos |
Definition at line 139 of file dashdec.c.
Referenced by dash_read_header(), dash_read_packet(), dash_read_seek(), free_video_list(), parse_manifest_representation(), and refresh_manifest().
struct representation** DASHContext::videos |
Definition at line 140 of file dashdec.c.
Referenced by dash_read_header(), dash_read_packet(), dash_read_seek(), free_video_list(), parse_manifest_representation(), and refresh_manifest().
int DASHContext::n_audios |
Definition at line 141 of file dashdec.c.
Referenced by dash_read_header(), dash_read_packet(), dash_read_seek(), free_audio_list(), parse_manifest_representation(), and refresh_manifest().
struct representation** DASHContext::audios |
Definition at line 142 of file dashdec.c.
Referenced by dash_read_header(), dash_read_packet(), dash_read_seek(), free_audio_list(), parse_manifest_representation(), and refresh_manifest().
uint64_t DASHContext::media_presentation_duration |
Definition at line 145 of file dashdec.c.
Referenced by calc_max_seg_no(), dash_read_header(), and parse_manifest().
uint64_t DASHContext::suggested_presentation_delay |
Definition at line 146 of file dashdec.c.
Referenced by calc_cur_seg_no(), and parse_manifest().
uint64_t DASHContext::availability_start_time |
Definition at line 147 of file dashdec.c.
Referenced by calc_cur_seg_no(), calc_max_seg_no(), calc_min_seg_no(), dash_write_packet(), parse_manifest(), and write_manifest().
uint64_t DASHContext::availability_end_time |
Definition at line 148 of file dashdec.c.
Referenced by parse_manifest().
uint64_t DASHContext::publish_time |
Definition at line 149 of file dashdec.c.
Referenced by calc_cur_seg_no(), and parse_manifest().
uint64_t DASHContext::minimum_update_period |
Definition at line 150 of file dashdec.c.
Referenced by parse_manifest().
uint64_t DASHContext::time_shift_buffer_depth |
Definition at line 151 of file dashdec.c.
Referenced by calc_cur_seg_no(), calc_min_seg_no(), and parse_manifest().
uint64_t DASHContext::min_buffer_time |
Definition at line 152 of file dashdec.c.
Referenced by calc_cur_seg_no(), and parse_manifest().
uint64_t DASHContext::period_duration |
Definition at line 155 of file dashdec.c.
Referenced by calc_max_seg_no(), and parse_manifest().
uint64_t DASHContext::period_start |
Definition at line 156 of file dashdec.c.
Referenced by parse_manifest().
int DASHContext::is_live |
Definition at line 158 of file dashdec.c.
Referenced by calc_cur_seg_no(), calc_max_seg_no(), calc_min_seg_no(), dash_read_header(), dash_read_seek(), get_current_fragment(), parse_manifest(), read_data(), and reopen_demux_for_component().
AVIOInterruptCB* DASHContext::interrupt_callback |
Definition at line 159 of file dashdec.c.
Referenced by dash_read_header(), dash_read_packet(), get_current_fragment(), open_url(), parse_manifest(), and read_data().
char* DASHContext::allowed_extensions |
Definition at line 160 of file dashdec.c.
Referenced by open_url().
AVDictionary* DASHContext::avio_opts |
Definition at line 161 of file dashdec.c.
Referenced by dash_close(), dash_read_header(), open_input(), parse_manifest(), and save_avio_options().
int DASHContext::max_url_size |
Definition at line 162 of file dashdec.c.
Referenced by get_current_fragment(), open_input(), parse_manifest_representation(), and parse_manifest_segmenturlnode().
int DASHContext::is_init_section_common_video |
Definition at line 165 of file dashdec.c.
Referenced by dash_read_header().
int DASHContext::is_init_section_common_audio |
Definition at line 166 of file dashdec.c.
Referenced by dash_read_header().
char* DASHContext::adaptation_sets |
Definition at line 100 of file dashenc.c.
Referenced by parse_adaptation_sets().
AdaptationSet* DASHContext::as |
Definition at line 101 of file dashenc.c.
Referenced by adaptation_set_add_stream(), add_adaptation_set(), dash_free(), dash_init(), parse_adaptation_sets(), and write_adaptation_set().
int DASHContext::nb_as |
Definition at line 102 of file dashenc.c.
Referenced by add_adaptation_set(), dash_free(), parse_adaptation_sets(), and write_manifest().
int DASHContext::window_size |
Definition at line 103 of file dashenc.c.
Referenced by dash_flush(), output_segment_list(), and write_manifest().
int DASHContext::extra_window_size |
Definition at line 104 of file dashenc.c.
Referenced by dash_flush().
int64_t DASHContext::seg_duration |
Definition at line 108 of file dashenc.c.
Referenced by dash_flush(), dash_init(), dash_write_packet(), and output_segment_list().
int DASHContext::remove_at_exit |
Definition at line 109 of file dashenc.c.
Referenced by dash_flush(), and dash_write_trailer().
int DASHContext::use_template |
Definition at line 110 of file dashenc.c.
Referenced by dash_flush(), dash_init(), dash_write_packet(), output_segment_list(), and write_manifest().
int DASHContext::use_timeline |
Definition at line 111 of file dashenc.c.
Referenced by dash_flush(), dash_write_packet(), output_segment_list(), and write_manifest().
int DASHContext::single_file |
Definition at line 112 of file dashenc.c.
Referenced by dash_flush(), dash_init(), dash_write_packet(), flush_init_segment(), and output_segment_list().
OutputStream* DASHContext::streams |
Definition at line 113 of file dashenc.c.
Referenced by adaptation_set_add_stream(), dash_check_bitstream(), dash_flush(), dash_free(), dash_init(), dash_write_header(), dash_write_packet(), dash_write_trailer(), parse_adaptation_sets(), write_adaptation_set(), and write_manifest().
int DASHContext::has_video |
Definition at line 114 of file dashenc.c.
Referenced by dash_flush(), dash_init(), and dash_write_packet().
int64_t DASHContext::last_duration |
Definition at line 115 of file dashenc.c.
Referenced by dash_write_packet(), dash_write_trailer(), output_segment_list(), and write_manifest().
int64_t DASHContext::total_duration |
Definition at line 116 of file dashenc.c.
Referenced by dash_write_packet(), dash_write_trailer(), and write_manifest().
char DASHContext::dirname[1024] |
Definition at line 118 of file dashenc.c.
Referenced by dash_flush(), dash_init(), dash_write_packet(), dash_write_trailer(), flush_init_segment(), output_segment_list(), and write_manifest().
const char* DASHContext::single_file_name |
Definition at line 119 of file dashenc.c.
Referenced by dash_init().
const char* DASHContext::init_seg_name |
Definition at line 120 of file dashenc.c.
Referenced by dash_init(), and output_segment_list().
const char* DASHContext::media_seg_name |
Definition at line 121 of file dashenc.c.
Referenced by dash_init(), dash_write_packet(), and output_segment_list().
const char* DASHContext::utc_timing_url |
Definition at line 122 of file dashenc.c.
Referenced by write_manifest().
const char* DASHContext::method |
Definition at line 123 of file dashenc.c.
Referenced by set_http_options().
const char* DASHContext::user_agent |
Definition at line 124 of file dashenc.c.
Referenced by set_http_options().
int DASHContext::hls_playlist |
Definition at line 125 of file dashenc.c.
Referenced by output_segment_list(), and write_manifest().
int DASHContext::http_persistent |
Definition at line 126 of file dashenc.c.
Referenced by dashenc_io_close(), dashenc_io_open(), and set_http_options().
int DASHContext::master_playlist_created |
Definition at line 127 of file dashenc.c.
Referenced by write_manifest().
AVIOContext* DASHContext::mpd_out |
Definition at line 128 of file dashenc.c.
Referenced by dash_free(), and write_manifest().
AVIOContext* DASHContext::m3u8_out |
Definition at line 129 of file dashenc.c.
Referenced by dash_free(), output_segment_list(), and write_manifest().
int DASHContext::streaming |
Definition at line 130 of file dashenc.c.
Referenced by dash_init(), dash_write_packet(), and output_segment_list().
int64_t DASHContext::timeout |
Definition at line 131 of file dashenc.c.
Referenced by set_http_options().
int DASHContext::index_correction |
Definition at line 132 of file dashenc.c.
Referenced by dash_flush().
char* DASHContext::format_options_str |
Definition at line 133 of file dashenc.c.
Referenced by dash_init().
SegmentType DASHContext::segment_type |
Definition at line 134 of file dashenc.c.
Referenced by dash_flush(), dash_init(), dash_write_header(), and dash_write_packet().
const char* DASHContext::format_name |
Definition at line 135 of file dashenc.c.
Referenced by dash_init(), and write_adaptation_set().