FFmpeg
|
#include <isom.h>
AVIOContext* MOVStreamContext::pb |
Definition at line 164 of file isom.h.
Referenced by mov_find_next_sample(), mov_read_chapters(), mov_read_close(), mov_read_iloc(), mov_read_packet(), mov_read_rtmd_track(), mov_read_timecode_track(), and mov_read_trak().
int MOVStreamContext::pb_is_copied |
Definition at line 165 of file isom.h.
Referenced by mov_read_close(), mov_read_iloc(), and mov_read_trak().
int MOVStreamContext::ffindex |
AVStream index.
Definition at line 166 of file isom.h.
Referenced by fix_timescale(), mov_read_iloc(), mov_read_packet(), mov_read_seek(), and mov_read_trak().
unsigned int MOVStreamContext::chunk_count |
Definition at line 168 of file isom.h.
Referenced by mov_build_index(), mov_get_stsc_samples(), mov_read_iloc(), mov_read_stco(), mov_read_trak(), and mov_seek_stream().
int64_t* MOVStreamContext::chunk_offsets |
Definition at line 169 of file isom.h.
Referenced by mov_build_index(), mov_read_close(), mov_read_iloc(), mov_read_stco(), and mov_read_trak().
unsigned int MOVStreamContext::stts_count |
Definition at line 170 of file isom.h.
Referenced by build_open_gop_key_points(), mov_build_index(), mov_read_iloc(), mov_read_stts(), and mov_read_trak().
MOVStts* MOVStreamContext::stts_data |
Definition at line 171 of file isom.h.
Referenced by build_open_gop_key_points(), mov_build_index(), mov_read_close(), mov_read_iloc(), mov_read_stts(), and mov_read_trak().
unsigned int MOVStreamContext::sdtp_count |
Definition at line 172 of file isom.h.
Referenced by mov_read_packet(), and mov_read_sdtp().
uint8_t* MOVStreamContext::sdtp_data |
Definition at line 173 of file isom.h.
Referenced by mov_read_close(), mov_read_packet(), and mov_read_sdtp().
unsigned int MOVStreamContext::ctts_count |
Definition at line 174 of file isom.h.
Referenced by build_open_gop_key_points(), mov_build_index(), mov_estimate_video_delay(), mov_fix_index(), mov_read_ctts(), mov_read_packet(), mov_read_trun(), and mov_seek_stream().
unsigned int MOVStreamContext::ctts_allocated_size |
Definition at line 175 of file isom.h.
Referenced by mov_build_index(), mov_fix_index(), mov_read_ctts(), and mov_read_trun().
MOVCtts* MOVStreamContext::ctts_data |
Definition at line 176 of file isom.h.
Referenced by build_open_gop_key_points(), mov_build_index(), mov_estimate_video_delay(), mov_fix_index(), mov_read_close(), mov_read_ctts(), mov_read_packet(), mov_read_trun(), and mov_seek_stream().
unsigned int MOVStreamContext::stsc_count |
Definition at line 177 of file isom.h.
Referenced by mov_build_index(), mov_get_stsc_samples(), mov_read_iloc(), mov_read_packet(), mov_read_stsc(), mov_read_trak(), and mov_seek_stream().
MOVStsc* MOVStreamContext::stsc_data |
Definition at line 178 of file isom.h.
Referenced by mov_build_index(), mov_change_extradata(), mov_get_stsc_samples(), mov_read_close(), mov_read_iloc(), mov_read_packet(), mov_read_stsc(), and mov_read_trak().
unsigned int MOVStreamContext::stsc_index |
Definition at line 179 of file isom.h.
Referenced by mov_change_extradata(), mov_read_packet(), and mov_seek_stream().
int MOVStreamContext::stsc_sample |
Definition at line 180 of file isom.h.
Referenced by mov_read_packet(), and mov_seek_stream().
unsigned int MOVStreamContext::stps_count |
Definition at line 181 of file isom.h.
Referenced by mov_build_index(), and mov_read_stps().
unsigned* MOVStreamContext::stps_data |
partial sync sample for mpeg-2 open gop
Definition at line 182 of file isom.h.
Referenced by mov_build_index(), mov_read_close(), mov_read_stps(), and mov_read_trak().
MOVElst* MOVStreamContext::elst_data |
Definition at line 183 of file isom.h.
Referenced by get_edit_list_entry(), mov_build_index(), mov_fix_index(), mov_read_close(), mov_read_elst(), and mov_read_trak().
unsigned int MOVStreamContext::elst_count |
Definition at line 184 of file isom.h.
Referenced by get_edit_list_entry(), mov_build_index(), mov_fix_index(), and mov_read_elst().
int MOVStreamContext::ctts_index |
Definition at line 185 of file isom.h.
Referenced by mov_fix_index(), mov_read_packet(), and mov_seek_stream().
int MOVStreamContext::ctts_sample |
Definition at line 186 of file isom.h.
Referenced by mov_fix_index(), mov_read_packet(), and mov_seek_stream().
unsigned int MOVStreamContext::sample_size |
may contain value calculated from stsd or value from stsz atom
Definition at line 187 of file isom.h.
Referenced by mov_build_index(), mov_parse_stsd_audio(), mov_read_stsz(), and mov_read_trak().
unsigned int MOVStreamContext::stsz_sample_size |
always contains sample size from stsz atom
Definition at line 188 of file isom.h.
Referenced by mov_build_index(), and mov_read_stsz().
unsigned int MOVStreamContext::sample_count |
Definition at line 189 of file isom.h.
Referenced by mov_build_index(), mov_read_iloc(), mov_read_stsz(), and mov_read_trak().
int* MOVStreamContext::sample_sizes |
Definition at line 190 of file isom.h.
Referenced by mov_build_index(), mov_read_close(), mov_read_iloc(), mov_read_stsz(), and mov_read_trak().
int MOVStreamContext::keyframe_absent |
Definition at line 191 of file isom.h.
Referenced by mov_build_index(), and mov_read_stss().
unsigned int MOVStreamContext::keyframe_count |
Definition at line 192 of file isom.h.
Referenced by mov_build_index(), and mov_read_stss().
int* MOVStreamContext::keyframes |
Definition at line 193 of file isom.h.
Referenced by mov_build_index(), mov_read_close(), mov_read_stss(), and mov_read_trak().
int MOVStreamContext::time_scale |
Definition at line 194 of file isom.h.
Referenced by fix_timescale(), get_edit_list_entry(), mov_build_index(), mov_finalize_stsd_codec(), mov_find_next_sample(), mov_fix_index(), mov_read_header(), mov_read_iloc(), mov_read_mdhd(), mov_read_sidx(), and mov_read_trak().
int64_t MOVStreamContext::time_offset |
time offset of the edit list entries
Definition at line 195 of file isom.h.
Referenced by mov_build_index(), and mov_read_trun().
int64_t MOVStreamContext::min_corrected_pts |
minimum Composition time shown by the edits excluding empty edits.
Definition at line 196 of file isom.h.
Referenced by mov_build_index(), mov_fix_index(), and mov_seek_stream().
int MOVStreamContext::current_sample |
Definition at line 197 of file isom.h.
Referenced by mov_current_sample_dec(), mov_current_sample_inc(), mov_current_sample_set(), mov_find_next_sample(), mov_read_packet(), mov_read_seek(), mov_read_trun(), and mov_seek_stream().
int64_t MOVStreamContext::current_index |
Definition at line 198 of file isom.h.
Referenced by mov_current_sample_dec(), mov_current_sample_inc(), mov_current_sample_set(), mov_fix_index(), and mov_read_packet().
MOVIndexRange* MOVStreamContext::index_ranges |
Definition at line 199 of file isom.h.
Referenced by mov_current_sample_dec(), mov_current_sample_inc(), mov_current_sample_set(), mov_fix_index(), and mov_read_close().
MOVIndexRange* MOVStreamContext::current_index_range |
Definition at line 200 of file isom.h.
Referenced by mov_current_sample_dec(), mov_current_sample_inc(), mov_current_sample_set(), and mov_fix_index().
unsigned int MOVStreamContext::bytes_per_frame |
Definition at line 201 of file isom.h.
Referenced by mov_build_index(), mov_finalize_stsd_codec(), mov_parse_stsd_audio(), and qt_rtp_parse_packet().
unsigned int MOVStreamContext::samples_per_frame |
Definition at line 202 of file isom.h.
Referenced by mov_build_index(), mov_finalize_stsd_codec(), and mov_parse_stsd_audio().
int MOVStreamContext::dv_audio_container |
Definition at line 203 of file isom.h.
Referenced by mov_finalize_stsd_codec(), and mov_read_packet().
int MOVStreamContext::pseudo_stream_id |
-1 means demux all ids
Definition at line 204 of file isom.h.
Referenced by ff_mov_read_stsd_entries(), mov_build_index(), mov_read_schm(), mov_read_tenc(), mov_read_tfdt(), and mov_read_trun().
int16_t MOVStreamContext::audio_cid |
stsd audio compression id
Definition at line 205 of file isom.h.
Referenced by mov_parse_stsd_audio().
unsigned MOVStreamContext::drefs_count |
Definition at line 206 of file isom.h.
Referenced by mov_read_close(), mov_read_dref(), and mov_read_trak().
MOVDref* MOVStreamContext::drefs |
Definition at line 207 of file isom.h.
Referenced by mov_read_close(), mov_read_dref(), and mov_read_trak().
int MOVStreamContext::dref_id |
Definition at line 208 of file isom.h.
Referenced by ff_mov_read_stsd_entries(), and mov_read_trak().
int MOVStreamContext::timecode_track |
Definition at line 209 of file isom.h.
Referenced by mov_read_header(), mov_read_tmcd(), and tmcd_is_referenced().
int MOVStreamContext::width |
tkhd width
Definition at line 210 of file isom.h.
Referenced by mov_parse_stsd_subtitle(), mov_read_header(), mov_read_tkhd(), and mov_read_trak().
int MOVStreamContext::height |
tkhd height
Definition at line 211 of file isom.h.
Referenced by mov_parse_stsd_subtitle(), mov_read_header(), mov_read_tkhd(), and mov_read_trak().
int MOVStreamContext::dts_shift |
dts shift when ctts is negative
Definition at line 212 of file isom.h.
Referenced by can_seek_to_key_sample(), find_prev_closest_index(), mov_build_index(), mov_fix_index(), mov_read_ctts(), mov_read_packet(), mov_read_trun(), mov_seek_stream(), and mov_update_dts_shift().
uint32_t MOVStreamContext::palette[256] |
Definition at line 213 of file isom.h.
Referenced by mov_parse_stsd_video(), and mov_read_packet().
int MOVStreamContext::has_palette |
Definition at line 214 of file isom.h.
Referenced by mov_parse_stsd_video(), and mov_read_packet().
int64_t MOVStreamContext::data_size |
Definition at line 215 of file isom.h.
Referenced by mov_read_header(), mov_read_stsz(), and mov_read_trun().
uint32_t MOVStreamContext::tmcd_flags |
tmcd track flags
Definition at line 216 of file isom.h.
Referenced by mov_parse_stsd_data(), and mov_read_timecode_track().
uint8_t MOVStreamContext::tmcd_nb_frames |
tmcd number of frames per tick / second
Definition at line 217 of file isom.h.
Referenced by mov_parse_stsd_data(), and mov_read_timecode_track().
int64_t MOVStreamContext::track_end |
used for dts generation in fragmented movie files
Definition at line 218 of file isom.h.
Referenced by mov_read_sidx(), mov_read_stts(), mov_read_tfdt(), and mov_read_trun().
int MOVStreamContext::start_pad |
amount of samples to skip due to enc-dec delay
Definition at line 219 of file isom.h.
Referenced by mov_build_index(), mov_fix_index(), mov_get_skip_samples(), mov_read_custom(), and mov_read_header().
unsigned int MOVStreamContext::rap_group_count |
Definition at line 220 of file isom.h.
Referenced by mov_build_index(), and mov_read_sbgp().
MOVSbgp* MOVStreamContext::rap_group |
Definition at line 221 of file isom.h.
Referenced by mov_build_index(), mov_read_close(), mov_read_sbgp(), and mov_read_trak().
unsigned int MOVStreamContext::sync_group_count |
Definition at line 222 of file isom.h.
Referenced by build_open_gop_key_points(), and mov_read_sbgp().
MOVSbgp* MOVStreamContext::sync_group |
Definition at line 223 of file isom.h.
Referenced by build_open_gop_key_points(), mov_read_close(), mov_read_sbgp(), and mov_read_trak().
uint8_t* MOVStreamContext::sgpd_sync |
Definition at line 224 of file isom.h.
Referenced by get_sgpd_sync_index(), mov_read_close(), mov_read_sgpd(), and mov_read_trak().
uint32_t MOVStreamContext::sgpd_sync_count |
Definition at line 225 of file isom.h.
Referenced by get_sgpd_sync_index(), and mov_read_sgpd().
int32_t* MOVStreamContext::sample_offsets |
Definition at line 226 of file isom.h.
Referenced by build_open_gop_key_points(), can_seek_to_key_sample(), and mov_read_close().
int MOVStreamContext::sample_offsets_count |
Definition at line 227 of file isom.h.
Referenced by build_open_gop_key_points(), and can_seek_to_key_sample().
int* MOVStreamContext::open_key_samples |
Definition at line 228 of file isom.h.
Referenced by build_open_gop_key_points(), is_open_key_sample(), and mov_read_close().
int MOVStreamContext::open_key_samples_count |
Definition at line 229 of file isom.h.
Referenced by build_open_gop_key_points(), and is_open_key_sample().
uint32_t MOVStreamContext::min_sample_duration |
Definition at line 230 of file isom.h.
Referenced by build_open_gop_key_points(), and mov_seek_stream().
int MOVStreamContext::nb_frames_for_fps |
Definition at line 232 of file isom.h.
Referenced by mov_read_header(), mov_read_stts(), and mov_read_trun().
int64_t MOVStreamContext::duration_for_fps |
Definition at line 233 of file isom.h.
Referenced by mov_read_header(), mov_read_stts(), and mov_read_trun().
uint8_t** MOVStreamContext::extradata |
extradata array (and size) for multiple stsd
Definition at line 236 of file isom.h.
Referenced by ff_mov_read_stsd_entries(), mov_change_extradata(), mov_read_close(), and mov_read_stsd().
int* MOVStreamContext::extradata_size |
Definition at line 237 of file isom.h.
Referenced by ff_mov_read_stsd_entries(), mov_change_extradata(), mov_read_close(), and mov_read_stsd().
int MOVStreamContext::last_stsd_index |
Definition at line 238 of file isom.h.
Referenced by mov_change_extradata(), and mov_read_packet().
int MOVStreamContext::stsd_count |
Definition at line 239 of file isom.h.
Referenced by ff_mov_read_stsd_entries(), mov_read_close(), mov_read_packet(), and mov_read_stsd().
int MOVStreamContext::stsd_version |
Definition at line 240 of file isom.h.
Referenced by mov_parse_stsd_audio(), and mov_read_stsd().
int32_t* MOVStreamContext::display_matrix |
Definition at line 242 of file isom.h.
Referenced by mov_read_close(), mov_read_header(), and mov_read_tkhd().
AVStereo3D* MOVStreamContext::stereo3d |
Definition at line 243 of file isom.h.
Referenced by mov_parse_uuid_spherical(), mov_read_close(), mov_read_header(), and mov_read_st3d().
AVSphericalMapping* MOVStreamContext::spherical |
Definition at line 244 of file isom.h.
Referenced by mov_parse_uuid_spherical(), mov_read_close(), mov_read_header(), mov_read_sv3d(), and mov_read_uuid().
size_t MOVStreamContext::spherical_size |
Definition at line 245 of file isom.h.
Referenced by mov_parse_uuid_spherical(), mov_read_header(), and mov_read_sv3d().
AVMasteringDisplayMetadata* MOVStreamContext::mastering |
Definition at line 246 of file isom.h.
Referenced by mov_read_close(), mov_read_header(), mov_read_mdcv(), and mov_read_smdm().
AVContentLightMetadata* MOVStreamContext::coll |
Definition at line 247 of file isom.h.
Referenced by mov_read_clli(), mov_read_close(), mov_read_coll(), and mov_read_header().
size_t MOVStreamContext::coll_size |
Definition at line 248 of file isom.h.
Referenced by mov_read_clli(), mov_read_coll(), and mov_read_header().
uint32_t MOVStreamContext::format |
Definition at line 250 of file isom.h.
Referenced by ff_mov_read_stsd_entries(), mov_parse_stsd_audio(), and mov_read_frma().
int MOVStreamContext::has_sidx |
Definition at line 252 of file isom.h.
Referenced by mov_read_sidx(), and search_frag_timestamp().
struct AVAESCTR* MOVStreamContext::aes_ctr |
Definition at line 254 of file isom.h.
Referenced by cenc_scheme_decrypt(), cens_scheme_decrypt(), and mov_read_close().
struct AVAES* MOVStreamContext::aes_ctx |
Definition at line 255 of file isom.h.
Referenced by cbc1_scheme_decrypt(), and cbcs_scheme_decrypt().
unsigned int MOVStreamContext::frag_index_entry_base |
Definition at line 256 of file isom.h.
Referenced by cenc_filter().
unsigned int MOVStreamContext::per_sample_iv_size |
Definition at line 257 of file isom.h.
Referenced by mov_parse_auxiliary_info(), mov_read_sample_encryption_info(), and mov_read_tenc().
AVEncryptionInfo* MOVStreamContext::default_encrypted_sample |
Definition at line 258 of file isom.h.
Referenced by cenc_filter(), mov_read_close(), mov_read_saio(), mov_read_saiz(), mov_read_sample_encryption_info(), mov_read_schm(), and mov_read_tenc().
MOVEncryptionIndex* MOVStreamContext::encryption_index |
Definition at line 259 of file isom.h.
Referenced by cenc_filter(), mov_read_close(), and mov_read_tenc().
struct { ... } MOVStreamContext::cenc |