Libav
|
#include <inttypes.h>
#include <limits.h>
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat.h"
#include "libavutil/mathematics.h"
#include "libavutil/avstring.h"
#include "libavutil/dict.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"
#include <assert.h>
Go to the source code of this file.
Data Structures | |
struct | MOVParseTableEntry |
Macros | |
#define | MIN_DATA_ENTRY_BOX_SIZE 12 |
Variables | |
static const uint32_t | mac_to_unicode [128] |
static const MOVParseTableEntry | mov_default_parse_table [] |
AVInputFormat | ff_mov_demuxer |
#define MIN_DATA_ENTRY_BOX_SIZE 12 |
Definition at line 400 of file mov.c.
Referenced by mov_read_dref().
|
static |
Definition at line 2833 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_packet(), mov_read_trak(), and mov_read_wave().
|
static |
Definition at line 69 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 89 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 118 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 155 of file mov.c.
Referenced by mov_parse_stsd_video(), and mov_read_udta_string().
|
static |
Definition at line 173 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 215 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 253 of file mov.c.
Referenced by mov_read_default().
|
static |
|
static |
|
static |
int ff_mov_read_esds | ( | AVFormatContext * | fc, |
AVIOContext * | pb | ||
) |
Definition at line 548 of file mov.c.
Referenced by mov_read_esds(), and read_kuki_chunk().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 680 of file mov.c.
Referenced by mov_read_wide().
|
static |
|
static |
|
static |
|
static |
Definition at line 740 of file mov.c.
Referenced by mov_read_mdhd(), and mov_read_mvhd().
|
static |
|
static |
|
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 984 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 1114 of file mov.c.
Referenced by mov_parse_stsd_audio(), and read_desc_chunk().
|
static |
Definition at line 1124 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
Definition at line 1155 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
Definition at line 1266 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
Definition at line 1352 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
Definition at line 1366 of file mov.c.
Referenced by mov_rewrite_dvd_sub_extradata().
|
static |
Definition at line 1382 of file mov.c.
Referenced by mov_read_header().
|
static |
Definition at line 1417 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
Definition at line 1434 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
Definition at line 1502 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 1527 of file mov.c.
Referenced by mov_read_stsd(), and qt_rtp_parse_packet().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1956 of file mov.c.
Referenced by mov_read_trak().
|
static |
Definition at line 2149 of file mov.c.
Referenced by mov_read_trak().
|
static |
|
static |
|
static |
Definition at line 2297 of file mov.c.
Referenced by mov_read_custom().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 2957 of file mov.c.
Referenced by mov_read_header().
|
static |
Definition at line 3026 of file mov.c.
Referenced by mov_read_header().
|
static |
|
static |
Definition at line 3157 of file mov.c.
Referenced by mov_read_packet().
|
static |
|
static |
Definition at line 3266 of file mov.c.
Referenced by mov_read_seek().
|
static |
|
static |
Definition at line 136 of file mov.c.
Referenced by mov_read_mac_string().
|
static |
AVInputFormat ff_mov_demuxer |