FFmpeg
|
#include <stddef.h>
#include <stdint.h>
#include "libavutil/encryption_info.h"
#include "libavutil/mastering_display_metadata.h"
#include "libavutil/spherical.h"
#include "libavutil/stereo3d.h"
#include "avio.h"
#include "internal.h"
#include "dv.h"
Go to the source code of this file.
Data Structures | |
struct | MOVStts |
struct | MOVCtts |
struct | MOVStsc |
struct | MOVElst |
struct | MOVDref |
struct | MOVAtom |
struct | MOVFragment |
struct | MOVTrackExt |
struct | MOVSbgp |
struct | MOVEncryptionIndex |
struct | MOVFragmentStreamInfo |
struct | MOVFragmentIndexItem |
struct | MOVFragmentIndex |
struct | MOVIndexRange |
struct | MOVStreamContext |
struct | MOVContext |
struct | MP4TrackKindValueMapping |
struct | MP4TrackKindMapping |
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) |
int | ff_mp4_read_dec_config_descr (AVFormatContext *fc, AVStream *st, AVIOContext *pb) |
void | ff_mp4_parse_es_descr (AVIOContext *pb, int *es_id) |
int | ff_mov_read_esds (AVFormatContext *fc, AVIOContext *pb) |
int | ff_mov_read_stsd_entries (MOVContext *c, AVIOContext *pb, int entries) |
void | ff_mov_write_chan (AVIOContext *pb, int64_t channel_layout) |
static enum AVCodecID | ff_mov_get_lpcm_codec_id (int bps, int flags) |
Compute codec id for 'lpcm' tag. More... | |
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 [] |
const AVCodecTag | ff_codec_movdata_tags [] |
const struct MP4TrackKindMapping | ff_mov_track_kind_table [] |
#define MOV_FRAG_SAMPLE_FLAG_DEGRADATION_PRIORITY_MASK 0x0000ffff |
#define TAG_IS_AVCI | ( | tag | ) |
Definition at line 233 of file isom.c.
Referenced by get_metadata_lang(), mov_init(), and mov_write_string_data_tag().
int ff_mov_lang_to_iso639 | ( | unsigned | code, |
char | to[4] | ||
) |
Definition at line 260 of file isom.c.
Referenced by mov_metadata_loci(), mov_read_mdhd(), and mov_read_udta_string().
int ff_mp4_read_descr_len | ( | AVIOContext * | pb | ) |
Definition at line 282 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 295 of file isom.c.
Referenced by ff_mov_read_esds(), ff_mp4_read_dec_config_descr(), and parse_mp4_descr().
int ff_mp4_read_dec_config_descr | ( | AVFormatContext * | fc, |
AVStream * | st, | ||
AVIOContext * | pb | ||
) |
Definition at line 329 of file isom.c.
Referenced by ff_mov_read_esds(), ff_parse_mpeg2_descriptor(), and m4sl_cb().
void ff_mp4_parse_es_descr | ( | AVIOContext * | pb, |
int * | es_id | ||
) |
Definition at line 304 of file isom.c.
Referenced by ff_mov_read_esds(), and parse_MP4ESDescrTag().
int ff_mov_read_esds | ( | AVFormatContext * | fc, |
AVIOContext * | pb | ||
) |
Definition at line 23 of file mov_esds.c.
Referenced by mov_read_esds(), and read_kuki_chunk().
int ff_mov_read_stsd_entries | ( | MOVContext * | c, |
AVIOContext * | pb, | ||
int | entries | ||
) |
Definition at line 2537 of file mov.c.
Referenced by mov_read_stsd(), and qt_rtp_parse_packet().
void ff_mov_write_chan | ( | AVIOContext * | pb, |
int64_t | channel_layout | ||
) |
Definition at line 413 of file isom.c.
Referenced by aiff_write_header(), and caf_write_header().
Compute codec id for 'lpcm' tag.
See CoreAudioTypes and AudioStreamBasicDescription at Apple.
Definition at line 400 of file isom.h.
Referenced by mov_parse_stsd_audio(), and read_desc_chunk().
const AVCodecTag ff_mp4_obj_type[] |
Definition at line 34 of file isom.c.
Referenced by ff_mp4_read_dec_config_descr(), mov_write_esds_tag(), and set_codec_str().
const AVCodecTag ff_codec_movvideo_tags[] |
Definition at line 29 of file isom_tags.c.
Referenced by avformat_get_mov_video_tags(), avi_read_header(), decode_stream_header(), mkv_assemble_codecprivate(), mkv_assemble_native_codecprivate(), mkv_write_track(), mov_codec_id(), mov_get_codec_tag(), mov_skip_multiple_stsd(), and set_codec_str().
const AVCodecTag ff_codec_movaudio_tags[] |
Definition at line 280 of file isom_tags.c.
Referenced by avformat_get_mov_audio_tags(), mov_codec_id(), mov_get_codec_tag(), and set_codec_str().
const AVCodecTag ff_codec_movsubtitle_tags[] |
Definition at line 75 of file isom.c.
Referenced by mov_codec_id(), and mov_get_codec_tag().
const AVCodecTag ff_codec_movdata_tags[] |
Definition at line 82 of file isom.c.
Referenced by mov_codec_id().
const struct MP4TrackKindMapping ff_mov_track_kind_table[] |
Definition at line 448 of file isom.c.
Referenced by mov_read_kind(), and mov_write_track_kinds().