|
FFmpeg
|
#include <inttypes.h>#include <limits.h>#include <stdint.h>#include "libavutil/attributes.h"#include "libavutil/channel_layout.h"#include "libavutil/internal.h"#include "libavutil/intreadwrite.h"#include "libavutil/intfloat.h"#include "libavutil/mathematics.h"#include "libavutil/time_internal.h"#include "libavutil/avstring.h"#include "libavutil/dict.h"#include "libavutil/display.h"#include "libavutil/opt.h"#include "libavutil/aes.h"#include "libavutil/aes_ctr.h"#include "libavutil/sha.h"#include "libavutil/timecode.h"#include "libavcodec/ac3tab.h"#include "avformat.h"#include "internal.h"#include "avio_internal.h"#include "riff.h"#include "isom.h"#include "libavcodec/get_bits.h"#include "id3v1.h"#include "mov_chan.h"#include "replaygain.h"#include "qtpalette.h"Go to the source code of this file.
Data Structures | |
| struct | MOVParseTableEntry |
Macros | |
| #define | MIN_DATA_ENTRY_BOX_SIZE 12 |
| #define | DRM_BLOB_SIZE 56 |
| #define | ALAC_EXTRADATA_SIZE 36 |
| #define | OFFSET(x) offsetof(MOVContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM |
Variables | |
| static const uint32_t | mac_to_unicode [128] |
| static const MOVParseTableEntry | mov_default_parse_table [] |
| static const AVOption | mov_options [] |
| static const AVClass | mov_class |
| AVInputFormat | ff_mov_demuxer |
| #define MIN_DATA_ENTRY_BOX_SIZE 12 |
Definition at line 504 of file mov.c.
Referenced by mov_read_dref().
| #define DRM_BLOB_SIZE 56 |
Definition at line 913 of file mov.c.
Referenced by mov_read_adrm().
| #define ALAC_EXTRADATA_SIZE 36 |
Referenced by mov_read_wave().
| #define OFFSET | ( | x | ) | offsetof(MOVContext, x) |
| #define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM |
|
static |
Definition at line 4233 of file mov.c.
Referenced by ff_mov_read_stsd_entries(), mov_read_cmov(), mov_read_glbl(), mov_read_header(), mov_read_ilst(), mov_read_meta(), mov_read_moof(), mov_read_moov(), mov_read_trak(), mov_read_wave(), and mov_switch_root().
|
static |
Definition at line 4715 of file mov.c.
Referenced by mov_read_moof().
|
static |
Definition at line 72 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 92 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 106 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 115 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 150 of file mov.c.
Referenced by mov_parse_stsd_video(), and mov_read_udta_string().
|
static |
Definition at line 168 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 218 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 267 of file mov.c.
Referenced by mov_read_default().
|
static |
|
static |
|
static |
| int ff_mov_read_esds | ( | AVFormatContext * | fc, |
| AVIOContext * | pb | ||
| ) |
Definition at line 697 of file mov.c.
Referenced by mov_read_esds(), and read_kuki_chunk().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 905 of file mov.c.
Referenced by mov_read_wide().
|
static |
|
static |
Definition at line 1014 of file mov.c.
Referenced by mov_read_packet().
|
static |
|
static |
|
static |
|
static |
Definition at line 1105 of file mov.c.
Referenced by mov_read_mdhd(), and mov_read_mvhd().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1347 of file mov.c.
Referenced by mov_read_aclr(), and mov_read_extradata().
|
static |
Definition at line 1362 of file mov.c.
Referenced by mov_read_aclr(), and mov_read_extradata().
|
static |
Definition at line 1384 of file mov.c.
Referenced by mov_read_alac(), mov_read_avid(), mov_read_avss(), mov_read_dpxe(), mov_read_jp2h(), mov_read_svq3(), and mov_read_targa_y216().
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1430 of file mov.c.
Referenced by mov_read_ares().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
This function reads atom content and puts data in extradata without tag nor size unlike mov_read_extradata.
Definition at line 1576 of file mov.c.
Referenced by mov_parse_stsd_subtitle().
|
static |
|
static |
|
static |
| enum AVCodecID 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 1712 of file mov.c.
Referenced by mov_parse_stsd_audio(), and read_desc_chunk().
|
static |
Definition at line 1722 of file mov.c.
Referenced by ff_mov_read_stsd_entries(), mov_parse_stsd_audio(), and mov_read_frma().
|
static |
Definition at line 1755 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
Definition at line 1811 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
Definition at line 1920 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
Definition at line 1934 of file mov.c.
Referenced by mov_rewrite_dvd_sub_extradata().
|
static |
Definition at line 1950 of file mov.c.
Referenced by mov_read_header().
|
static |
Definition at line 1985 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
Definition at line 2042 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
Definition at line 2119 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
| int ff_mov_read_stsd_entries | ( | MOVContext * | c, |
| AVIOContext * | pb, | ||
| int | entries | ||
| ) |
Definition at line 2146 of file mov.c.
Referenced by mov_read_stsd(), and qt_rtp_parse_packet().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 2514 of file mov.c.
Referenced by mov_read_ctts(), and mov_read_trun().
|
static |
|
static |
|
static |
Definition at line 2624 of file mov.c.
Referenced by mov_read_trak().
|
static |
Definition at line 2896 of file mov.c.
Referenced by mov_open_dref().
|
static |
Definition at line 2925 of file mov.c.
Referenced by mov_read_trak().
|
static |
Definition at line 2997 of file mov.c.
Referenced by mov_read_header(), and mov_read_trak().
|
static |
|
static |
|
static |
Definition at line 3133 of file mov.c.
Referenced by mov_read_default().
|
static |
Definition at line 3175 of file mov.c.
Referenced by mov_read_custom().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 4087 of file mov.c.
Referenced by mov_read_packet().
|
static |
|
static |
Definition at line 4437 of file mov.c.
Referenced by mov_read_header().
|
static |
Definition at line 4511 of file mov.c.
Referenced by mov_read_timecode_track().
|
static |
Definition at line 4526 of file mov.c.
Referenced by mov_read_header().
|
static |
Definition at line 4554 of file mov.c.
Referenced by mov_read_header().
|
static |
Definition at line 4620 of file mov.c.
Referenced by export_orphan_timecode().
|
static |
Definition at line 4636 of file mov.c.
Referenced by mov_read_header().
|
static |
Definition at line 4654 of file mov.c.
Referenced by mov_read_mfra().
|
static |
|
static |
Definition at line 4923 of file mov.c.
Referenced by mov_read_packet(), and mov_read_seek().
|
static |
Definition at line 4949 of file mov.c.
Referenced by mov_read_packet().
|
static |
Definition at line 4956 of file mov.c.
Referenced by mov_read_packet(), and mov_seek_fragment().
|
static |
|
static |
Definition at line 5101 of file mov.c.
Referenced by mov_seek_stream().
|
static |
Definition at line 5126 of file mov.c.
Referenced by mov_read_seek().
|
static |
|
static |
Definition at line 131 of file mov.c.
Referenced by mov_read_mac_string().
|
static |
|
static |
| AVInputFormat ff_mov_demuxer |
1.8.6