#include <limits.h>
#include "libavutil/audioconvert.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 "qtpalette.h"
#include <assert.h>
Go to the source code of this file.
Data Structures | |
struct | MOVParseTableEntry |
Typedefs | |
typedef struct MOVParseTableEntry | MOVParseTableEntry |
Variables | |
static const MOVParseTableEntry | mov_default_parse_table [] |
static const uint32_t | mac_to_unicode [128] |
AVInputFormat | ff_mov_demuxer |
typedef struct MOVParseTableEntry MOVParseTableEntry |
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 1060 of file mov.c.
Referenced by ff_mov_read_stsd_entries(), and read_desc_chunk().
int ff_mov_read_esds | ( | AVFormatContext * | fc, |
AVIOContext * | pb, | ||
MOVAtom | atom | ||
) |
Definition at line 518 of file mov.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 1091 of file mov.c.
Referenced by mov_read_stsd(), and qt_rtp_parse_packet().
|
static |
Definition at line 1708 of file mov.c.
Referenced by mov_read_trak().
|
static |
Definition at line 2606 of file mov.c.
Referenced by mov_read_packet().
|
static |
Definition at line 718 of file mov.c.
Referenced by mov_read_mdhd(), and mov_read_mvhd().
|
static |
Definition at line 113 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 86 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 102 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 68 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 1893 of file mov.c.
Referenced by mov_read_trak().
|
static |
|
static |
|
static |
|
static |
Definition at line 2506 of file mov.c.
Referenced by mov_read_header().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 302 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 |
|
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 961 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
|
static |
|
static |
|
static |
Definition at line 149 of file mov.c.
Referenced by ff_mov_read_stsd_entries(), and mov_read_udta_string().
|
static |
Definition at line 658 of file mov.c.
Referenced by mov_read_wide().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 167 of file mov.c.
Referenced by mov_read_default().
|
static |
|
static |
|
static |
|
static |
Definition at line 2714 of file mov.c.
Referenced by mov_read_seek().
AVInputFormat ff_mov_demuxer |
|
static |
Definition at line 130 of file mov.c.
Referenced by mov_read_mac_string().
|
static |