FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MOVContext Struct Reference

#include <isom.h>

Data Fields

const AVClassclass
 class for private options More...
 
AVFormatContextfc
 
int time_scale
 
int64_t duration
 duration of the longest track More...
 
int found_moov
 'moov' atom has been found More...
 
int found_mdat
 'mdat' atom has been found More...
 
int found_hdlr_mdta
 'hdlr' atom with type 'mdta' has been found More...
 
int trak_index
 Index of the current 'trak'. More...
 
char ** meta_keys
 
unsigned meta_keys_count
 
DVDemuxContextdv_demux
 
AVFormatContextdv_fctx
 
int isom
 1 if file is ISO Media (mp4/3gp) More...
 
MOVFragment fragment
 current fragment in moof atom More...
 
MOVTrackExttrex_data
 
unsigned trex_count
 
int itunes_metadata
 metadata are itunes style More...
 
int handbrake_version
 
int chapter_track
 
int use_absolute_path
 
int ignore_editlist
 
int ignore_chapters
 
int seek_individually
 
int64_t next_root_atom
 offset of the next root atom More...
 
int export_all
 
int export_xmp
 
int * bitrates
 bitrates read before streams creation More...
 
int bitrates_count
 
int moov_retry
 
int use_mfra_for
 
int has_looked_for_mfra
 
MOVFragmentIndex ** fragment_index_data
 
unsigned fragment_index_count
 
int fragment_index_complete
 
int atom_depth
 
unsigned int aax_mode
 'aax' file has been detected More...
 
uint8_t file_key [20]
 
uint8_t file_iv [20]
 
voidactivation_bytes
 
int activation_bytes_size
 
voidaudible_fixed_key
 
int audible_fixed_key_size
 
struct AVAESaes_decrypt
 
uint8_tdecryption_key
 
int decryption_key_len
 
int enable_drefs
 

Detailed Description

Definition at line 187 of file isom.h.

Field Documentation

const AVClass* MOVContext::class

class for private options

Definition at line 188 of file isom.h.

AVFormatContext* MOVContext::fc
int MOVContext::time_scale

Definition at line 190 of file isom.h.

Referenced by fix_timescale(), mov_build_index(), and mov_read_mvhd().

int64_t MOVContext::duration

duration of the longest track

Definition at line 191 of file isom.h.

Referenced by mov_read_mvhd().

int MOVContext::found_moov

'moov' atom has been found

Definition at line 192 of file isom.h.

Referenced by mov_read_default(), mov_read_free(), mov_read_header(), and mov_read_moov().

int MOVContext::found_mdat

'mdat' atom has been found

Definition at line 193 of file isom.h.

Referenced by mov_read_default(), mov_read_free(), mov_read_mdat(), and mov_switch_root().

int MOVContext::found_hdlr_mdta

'hdlr' atom with type 'mdta' has been found

Definition at line 194 of file isom.h.

Referenced by mov_read_default(), mov_read_hdlr(), and mov_read_udta_string().

int MOVContext::trak_index

Index of the current 'trak'.

Definition at line 195 of file isom.h.

Referenced by mov_read_hdlr(), mov_read_header(), and mov_read_trak().

char** MOVContext::meta_keys

Definition at line 196 of file isom.h.

Referenced by mov_read_close(), mov_read_keys(), and mov_read_udta_string().

unsigned MOVContext::meta_keys_count

Definition at line 197 of file isom.h.

Referenced by mov_read_close(), mov_read_keys(), and mov_read_udta_string().

DVDemuxContext* MOVContext::dv_demux

Definition at line 198 of file isom.h.

Referenced by mov_finalize_stsd_codec(), mov_read_close(), and mov_read_packet().

AVFormatContext* MOVContext::dv_fctx

Definition at line 199 of file isom.h.

Referenced by mov_finalize_stsd_codec(), and mov_read_close().

int MOVContext::isom

1 if file is ISO Media (mp4/3gp)

Definition at line 200 of file isom.h.

Referenced by mov_parse_stsd_audio(), mov_read_ftyp(), and mov_read_hdlr().

MOVFragment MOVContext::fragment

current fragment in moof atom

Definition at line 201 of file isom.h.

Referenced by mov_read_moof(), mov_read_tfdt(), mov_read_tfhd(), and mov_read_trun().

MOVTrackExt* MOVContext::trex_data

Definition at line 202 of file isom.h.

Referenced by mov_read_close(), mov_read_header(), mov_read_mvhd(), mov_read_tfhd(), and mov_read_trex().

unsigned MOVContext::trex_count

Definition at line 203 of file isom.h.

Referenced by mov_read_tfhd(), and mov_read_trex().

int MOVContext::itunes_metadata

metadata are itunes style

Definition at line 204 of file isom.h.

Referenced by mov_read_ilst(), and mov_read_udta_string().

int MOVContext::handbrake_version

Definition at line 205 of file isom.h.

Referenced by mov_read_header(), and mov_read_udta_string().

int MOVContext::chapter_track

Definition at line 206 of file isom.h.

Referenced by mov_read_chap(), mov_read_chapters(), and mov_read_header().

int MOVContext::use_absolute_path

Definition at line 207 of file isom.h.

Referenced by mov_open_dref().

int MOVContext::ignore_editlist

Definition at line 208 of file isom.h.

Referenced by mov_read_elst().

int MOVContext::ignore_chapters

Definition at line 209 of file isom.h.

Referenced by mov_read_chpl(), and mov_read_header().

int MOVContext::seek_individually

Definition at line 210 of file isom.h.

Referenced by mov_read_seek().

int64_t MOVContext::next_root_atom

offset of the next root atom

Definition at line 211 of file isom.h.

Referenced by mov_read_default(), mov_read_packet(), and mov_switch_root().

int MOVContext::export_all

Definition at line 212 of file isom.h.

Referenced by mov_read_udta_string().

int MOVContext::export_xmp

Definition at line 213 of file isom.h.

Referenced by mov_read_udta_string(), and mov_read_uuid().

int* MOVContext::bitrates

bitrates read before streams creation

Definition at line 214 of file isom.h.

Referenced by mov_read_close(), mov_read_header(), and mov_read_uuid().

int MOVContext::bitrates_count

Definition at line 215 of file isom.h.

Referenced by mov_read_header(), and mov_read_uuid().

int MOVContext::moov_retry

Definition at line 216 of file isom.h.

Referenced by mov_read_default(), and mov_read_header().

int MOVContext::use_mfra_for

Definition at line 217 of file isom.h.

Referenced by mov_read_free(), mov_read_header(), mov_read_moof(), and mov_read_trun().

int MOVContext::has_looked_for_mfra

Definition at line 218 of file isom.h.

Referenced by mov_read_moof().

MOVFragmentIndex** MOVContext::fragment_index_data
unsigned MOVContext::fragment_index_count
int MOVContext::fragment_index_complete

Definition at line 221 of file isom.h.

Referenced by mov_read_default(), mov_read_sidx(), and mov_seek_fragment().

int MOVContext::atom_depth

Definition at line 222 of file isom.h.

Referenced by mov_read_default().

unsigned int MOVContext::aax_mode

'aax' file has been detected

Definition at line 223 of file isom.h.

Referenced by mov_read_adrm(), and mov_read_packet().

uint8_t MOVContext::file_key[20]

Definition at line 224 of file isom.h.

Referenced by aax_filter(), and mov_read_adrm().

uint8_t MOVContext::file_iv[20]

Definition at line 225 of file isom.h.

Referenced by aax_filter(), and mov_read_adrm().

void* MOVContext::activation_bytes

Definition at line 226 of file isom.h.

Referenced by mov_read_adrm().

int MOVContext::activation_bytes_size

Definition at line 227 of file isom.h.

Referenced by mov_read_adrm().

void* MOVContext::audible_fixed_key

Definition at line 228 of file isom.h.

Referenced by mov_read_adrm().

int MOVContext::audible_fixed_key_size

Definition at line 229 of file isom.h.

Referenced by mov_read_adrm().

struct AVAES* MOVContext::aes_decrypt

Definition at line 230 of file isom.h.

Referenced by aax_filter(), mov_read_adrm(), and mov_read_close().

uint8_t* MOVContext::decryption_key

Definition at line 231 of file isom.h.

Referenced by mov_read_senc().

int MOVContext::decryption_key_len

Definition at line 232 of file isom.h.

Referenced by mov_read_header(), mov_read_saiz(), and mov_read_senc().

int MOVContext::enable_drefs

Definition at line 233 of file isom.h.

Referenced by mov_read_trak().


The documentation for this struct was generated from the following file: