FFmpeg
|
#include "avformat.h"
#include "internal.h"
#include "isom.h"
#include "libavcodec/mpeg4audio.h"
#include "libavcodec/mpegaudiodata.h"
Go to the source code of this file.
Data Structures | |
struct | MovChannelLayout |
Functions | |
int | ff_mov_iso639_to_lang (const char lang[4], int mp4) |
int | ff_mov_lang_to_iso639 (unsigned code, char to[4]) |
int | ff_mp4_read_descr_len (AVIOContext *pb) |
int | ff_mp4_read_descr (AVFormatContext *fc, AVIOContext *pb, int *tag) |
void | ff_mp4_parse_es_descr (AVIOContext *pb, int *es_id) |
int | ff_mp4_read_dec_config_descr (AVFormatContext *fc, AVStream *st, AVIOContext *pb) |
void | ff_mov_write_chan (AVIOContext *pb, int64_t channel_layout) |
Variables | |
const AVCodecTag | ff_mp4_obj_type [] |
const AVCodecTag | ff_codec_movvideo_tags [] |
const AVCodecTag | ff_codec_movaudio_tags [] |
const AVCodecTag | ff_codec_movsubtitle_tags [] |
static const char | mov_mdhd_language_map [][4] |
static const AVCodecTag | mp4_audio_types [] |
static const MovChannelLayout | mov_channel_layout [] |
int ff_mov_iso639_to_lang | ( | const char | lang[4], |
int | mp4 | ||
) |
Definition at line 337 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] | ||
) |
Definition at line 364 of file isom.c.
Referenced by mov_read_mdhd(), and mov_read_udta_string().
int ff_mp4_read_descr_len | ( | AVIOContext * | pb | ) |
Definition at line 386 of file isom.c.
Referenced by ff_mp4_read_descr(), and read_pakt_chunk().
int ff_mp4_read_descr | ( | AVFormatContext * | fc, |
AVIOContext * | pb, | ||
int * | tag | ||
) |
Definition at line 399 of file isom.c.
Referenced by ff_mov_read_esds(), ff_mp4_read_dec_config_descr(), and parse_mp4_descr().
void ff_mp4_parse_es_descr | ( | AVIOContext * | pb, |
int * | es_id | ||
) |
Definition at line 408 of file isom.c.
Referenced by ff_mov_read_esds(), and parse_MP4ESDescrTag().
int ff_mp4_read_dec_config_descr | ( | AVFormatContext * | fc, |
AVStream * | st, | ||
AVIOContext * | pb | ||
) |
Definition at line 433 of file isom.c.
Referenced by ff_mov_read_esds(), ff_parse_mpeg2_descriptor(), and m4sl_cb().
void ff_mov_write_chan | ( | AVIOContext * | pb, |
int64_t | channel_layout | ||
) |
Definition at line 553 of file isom.c.
Referenced by aiff_write_header(), and caf_write_header().
const AVCodecTag ff_mp4_obj_type[] |
Definition at line 32 of file isom.c.
Referenced by mov_write_esds_tag(), and mp4_get_codec_tag().
const AVCodecTag ff_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_movaudio_tags[] |
Definition at line 251 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 304 of file isom.c.
Referenced by ff_mov_read_stsd_entries(), and mov_get_codec_tag().
|
static |
Definition at line 315 of file isom.c.
Referenced by ff_mov_iso639_to_lang(), and ff_mov_lang_to_iso639().
|
static |
|
static |