#include "avio.h"
#include "internal.h"
#include "dv.h"
Go to the source code of this file.
#define MP4DecConfigDescrTag 0x04 |
#define MP4DecSpecificDescrTag 0x05 |
#define MP4ESDescrTag 0x03 |
#define MP4IODescrTag 0x02 |
enum CodecID ff_mov_get_lpcm_codec_id | ( | int | bps, | |
int | flags | |||
) |
Compute codec id for 'lpcm' tag.
See CoreAudioTypes and AudioStreamBasicDescription at Apple.
Definition at line 881 of file mov.c.
Referenced by ff_mov_read_stsd_entries(), and read_desc_chunk().
int ff_mov_iso639_to_lang | ( | const char | lang[4], | |
int | mp4 | |||
) |
Definition at line 297 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_esds | ( | AVFormatContext * | fc, | |
AVIOContext * | pb, | |||
MOVAtom | atom | |||
) |
int ff_mov_read_stsd_entries | ( | MOVContext * | c, | |
AVIOContext * | pb, | |||
int | entries | |||
) |
int ff_mp4_read_dec_config_descr | ( | AVFormatContext * | fc, | |
AVStream * | st, | |||
AVIOContext * | pb | |||
) |
Definition at line 377 of file isom.c.
Referenced by ff_mov_read_esds(), and ff_parse_mpeg2_descriptor().
int ff_mp4_read_descr | ( | AVFormatContext * | fc, | |
AVIOContext * | pb, | |||
int * | tag | |||
) |
Definition at line 359 of file isom.c.
Referenced by ff_mov_read_esds(), ff_mp4_read_dec_config_descr(), and mp4_read_iods().
int ff_mp4_read_descr_len | ( | AVIOContext * | pb | ) |
const AVCodecTag codec_movaudio_tags[] |
Definition at line 209 of file isom.c.
Referenced by ff_mov_read_stsd_entries(), and mov_get_codec_tag().
const AVCodecTag codec_movvideo_tags[] |
Definition at line 66 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_codec_movsubtitle_tags[] |
Definition at line 265 of file isom.c.
Referenced by ff_mov_read_stsd_entries(), and mov_get_codec_tag().
const AVCodecTag ff_mp4_obj_type[] |