#include "avio.h"
#include "internal.h"
#include "dv.h"
Go to the source code of this file.
#define MOV_FRAG_SAMPLE_FLAG_DEGRADATION_PRIORITY_MASK 0x0000ffff |
#define MOV_FRAG_SAMPLE_FLAG_DEPENDS_NO 0x02000000 |
#define MOV_FRAG_SAMPLE_FLAG_DEPENDS_YES 0x01000000 |
Definition at line 201 of file isom.h.
Referenced by get_sample_flags(), mov_read_trun(), and mov_write_tfhd_tag().
#define MOV_FRAG_SAMPLE_FLAG_IS_NON_SYNC 0x00010000 |
Definition at line 194 of file isom.h.
Referenced by get_sample_flags(), mov_read_trun(), and mov_write_tfhd_tag().
#define MOV_TFHD_BASE_DATA_OFFSET 0x01 |
#define MOV_TFHD_DEFAULT_DURATION 0x08 |
#define MOV_TFHD_DEFAULT_FLAGS 0x20 |
#define MOV_TFHD_DEFAULT_SIZE 0x10 |
#define MOV_TFHD_DURATION_IS_EMPTY 0x010000 |
#define MOV_TFHD_STSD_ID 0x02 |
#define MOV_TRUN_DATA_OFFSET 0x01 |
#define MOV_TRUN_FIRST_SAMPLE_FLAGS 0x04 |
#define MOV_TRUN_SAMPLE_CTS 0x800 |
#define MOV_TRUN_SAMPLE_DURATION 0x100 |
#define MOV_TRUN_SAMPLE_FLAGS 0x400 |
#define MOV_TRUN_SAMPLE_SIZE 0x200 |
#define MP4DecConfigDescrTag 0x04 |
Definition at line 175 of file isom.h.
Referenced by ff_mov_read_esds(), parse_mp4_descr(), and parse_MP4ESDescrTag().
#define MP4DecSpecificDescrTag 0x05 |
#define MP4ESDescrTag 0x03 |
#define MP4IODescrTag 0x02 |
#define MP4ODescrTag 0x01 |
#define MP4SLDescrTag 0x06 |
Compute codec id for 'lpcm' tag.
See CoreAudioTypes and AudioStreamBasicDescription at Apple.
Definition at line 1164 of file mov.c.
Referenced by ff_mov_read_stsd_entries(), and read_desc_chunk().
Definition at line 331 of file isom.c.
Referenced by mov_write_header(), mov_write_string_data_tag(), and mov_write_string_metadata().
int ff_mov_lang_to_iso639 | ( | unsigned | code, | |
char | to[4] | |||
) |
int ff_mov_read_chan | ( | AVFormatContext * | s, | |
AVIOContext * | pb, | |||
AVStream * | st, | |||
int64_t | size | |||
) |
Definition at line 546 of file mov_chan.c.
Referenced by aiff_read_header(), mov_read_chan(), mov_read_chan2(), and read_header().
int ff_mov_read_esds | ( | AVFormatContext * | fc, | |
AVIOContext * | pb, | |||
MOVAtom | atom | |||
) |
int ff_mov_read_stsd_entries | ( | MOVContext * | c, | |
AVIOContext * | pb, | |||
int | entries | |||
) |
void ff_mov_write_chan | ( | AVIOContext * | pb, | |
int64_t | channel_layout | |||
) |
void ff_mp4_parse_es_descr | ( | AVIOContext * | pb, | |
int * | es_id | |||
) |
int ff_mp4_read_dec_config_descr | ( | AVFormatContext * | fc, | |
AVStream * | st, | |||
AVIOContext * | pb | |||
) |
Definition at line 427 of file isom.c.
Referenced by ff_mov_read_esds(), ff_parse_mpeg2_descriptor(), and m4sl_cb().
int ff_mp4_read_descr | ( | AVFormatContext * | fc, | |
AVIOContext * | pb, | |||
int * | tag | |||
) |
Definition at line 393 of file isom.c.
Referenced by ff_mov_read_esds(), ff_mp4_read_dec_config_descr(), and parse_mp4_descr().
int ff_mp4_read_descr_len | ( | AVIOContext * | pb | ) |
const AVCodecTag ff_codec_movaudio_tags[] |
Definition at line 248 of file isom.c.
Referenced by ff_mov_read_stsd_entries(), and mov_get_codec_tag().
const AVCodecTag ff_codec_movsubtitle_tags[] |
Definition at line 298 of file isom.c.
Referenced by ff_mov_read_stsd_entries(), and mov_get_codec_tag().
const AVCodecTag ff_codec_movvideo_tags[] |
Definition at line 69 of file isom.c.
Referenced by ff_mov_read_stsd_entries(), matroska_read_header(), mkv_write_codecprivate(), mkv_write_tracks(), and mov_get_codec_tag().
const AVCodecTag ff_mp4_obj_type[] |