FFmpeg
1.2.12
|
#include <limits.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 "libavutil/opt.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 "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 |
Typedefs | |
typedef struct MOVParseTableEntry | MOVParseTableEntry |
Variables | |
static const uint32_t | mac_to_unicode [128] |
static const MOVParseTableEntry | mov_default_parse_table [] |
static const AVOption | options [] |
class { | |
class_name = "mov,mp4,m4a,3gp,3g2,mj2" | |
item_name = av_default_item_name | |
option = options | |
version = LIBAVUTIL_VERSION_INT | |
}; | |
AVInputFormat | ff_mov_demuxer |
#define MIN_DATA_ENTRY_BOX_SIZE 12 |
Definition at line 451 of file mov.c.
Referenced by mov_read_dref().
typedef struct MOVParseTableEntry MOVParseTableEntry |
|
static |
Definition at line 3141 of file mov.c.
Referenced by mov_read_header().
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 1199 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 613 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 1209 of file mov.c.
Referenced by mov_read_stsd(), and qt_rtp_parse_packet().
|
static |
Definition at line 2203 of file mov.c.
Referenced by mov_read_header(), and mov_read_trak().
|
static |
Definition at line 1951 of file mov.c.
Referenced by mov_read_trak().
|
static |
Definition at line 3236 of file mov.c.
Referenced by mov_read_packet().
|
static |
Definition at line 810 of file mov.c.
Referenced by mov_read_mdhd(), and mov_read_mvhd().
|
static |
Definition at line 117 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 90 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 281 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 71 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
Definition at line 2154 of file mov.c.
Referenced by mov_read_trak().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 2973 of file mov.c.
Referenced by mov_read_header().
|
static |
|
static |
Definition at line 3085 of file mov.c.
Referenced by mov_read_header().
|
static |
|
static |
Definition at line 239 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
|
static |
Definition at line 134 of file mov.c.
Referenced by mov_read_udta_string().
|
static |
|
static |
|
static |
Definition at line 2797 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 |
Definition at line 974 of file mov.c.
Referenced by mov_read_alac(), mov_read_avid(), mov_read_avss(), mov_read_jp2h(), and mov_read_svq3().
|
static |
|
static |
|
static |
This function reads atom content and puts data in extradata without tag nor size unlike mov_read_extradata.
Definition at line 1062 of file mov.c.
Referenced by ff_mov_read_stsd_entries().
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 221 of file mov.c.
Referenced by ff_mov_read_stsd_entries(), and mov_read_udta_string().
|
static |
Definition at line 750 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 |
Definition at line 3057 of file mov.c.
Referenced by mov_read_header().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 296 of file mov.c.
Referenced by mov_read_default().
|
static |
|
static |
|
static |
|
static |
Definition at line 3348 of file mov.c.
Referenced by mov_read_seek().
|
static |
Definition at line 3042 of file mov.c.
Referenced by mov_read_timecode_track().
|
static |
Definition at line 3125 of file mov.c.
Referenced by export_orphan_timecode().
const { ... } |
AVInputFormat ff_mov_demuxer |
item_name = av_default_item_name |
|
static |
Definition at line 202 of file mov.c.
Referenced by mov_read_mac_string().
|
static |
|
static |
version = LIBAVUTIL_VERSION_INT |