#include "libavutil/intreadwrite.h"#include "libavutil/mathematics.h"#include "libavutil/bswap.h"#include "libavutil/dict.h"#include "libavutil/avstring.h"#include "avformat.h"#include "internal.h"#include "avi.h"#include "dv.h"#include "riff.h"#include <assert.h>Go to the source code of this file.
Data Structures | |
| struct | AVIStream |
| struct | AVIContext |
Macros | |
| #define | MAX_ODML_DEPTH 1000 |
| #define | print_tag(str, tag, size) |
Typedefs | |
| typedef struct AVIStream | AVIStream |
Variables | |
| static const char | avi_headers [][8] |
| static const AVMetadataConv | avi_metadata_conv [] |
| static const char | months [12][4] |
| AVInputFormat | ff_avi_demuxer |
| #define MAX_ODML_DEPTH 1000 |
Definition at line 71 of file avidec.c.
Referenced by read_braindead_odml_indx().
|
static |
Definition at line 1301 of file avidec.c.
Referenced by avi_read_header(), and avi_read_seek().
|
static |
Definition at line 273 of file avidec.c.
Referenced by avi_read_header().
|
static |
|
static |
|
static |
|
static |
Definition at line 1146 of file avidec.c.
Referenced by avi_load_index().
|
static |
Definition at line 292 of file avidec.c.
Referenced by avi_read_header().
|
static |
|
static |
|
static |
Definition at line 249 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 848 of file avidec.c.
Referenced by avi_read_idx1().
|
static |
Definition at line 1208 of file avidec.c.
Referenced by guess_ni_flag().
|
static |
Definition at line 223 of file avidec.c.
Referenced by avi_read_header().
|
inlinestatic |
Definition at line 99 of file avidec.c.
Referenced by avi_read_idx1(), avi_sync(), and read_braindead_odml_indx().
|
static |
Definition at line 108 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 839 of file avidec.c.
Referenced by avi_sync().
|
static |
|
static |
Definition at line 1266 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 132 of file avidec.c.
Referenced by avi_read_header().
Definition at line 1339 of file avidec.c.
Referenced by avi_read_seek().
|
static |
Definition at line 74 of file avidec.c.
Referenced by avi_probe(), and get_riff().
|
static |
| AVInputFormat ff_avi_demuxer |
|
static |
Definition at line 270 of file avidec.c.
Referenced by avi_metadata_creation_time().