|
Libav
|
#include <inttypes.h>#include "libavutil/avstring.h"#include "libavutil/bswap.h"#include "libavutil/dict.h"#include "libavutil/internal.h"#include "libavutil/intreadwrite.h"#include "libavutil/mathematics.h"#include "avformat.h"#include "avi.h"#include "dv.h"#include "internal.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) |
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 75 of file avidec.c.
Referenced by read_braindead_odml_indx().
Definition at line 95 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 1408 of file avidec.c.
Referenced by avi_read_header(), and avi_read_seek().
|
static |
Definition at line 1372 of file avidec.c.
Referenced by avi_read_header().
|
inlinestatic |
Definition at line 103 of file avidec.c.
Referenced by avi_read_idx1(), avi_read_packet(), avi_sync(), and read_braindead_odml_indx().
|
static |
Definition at line 113 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 138 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 240 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 268 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 294 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 313 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 825 of file avidec.c.
Referenced by avi_read_packet().
|
static |
Definition at line 877 of file avidec.c.
Referenced by avi_read_packet().
|
static |
Definition at line 911 of file avidec.c.
Referenced by avi_sync().
|
static |
Definition at line 921 of file avidec.c.
Referenced by avi_read_idx1(), and avi_read_packet().
|
static |
|
static |
Definition at line 1254 of file avidec.c.
Referenced by avi_load_index().
|
static |
Definition at line 1316 of file avidec.c.
Referenced by guess_ni_flag().
Definition at line 1447 of file avidec.c.
Referenced by avi_read_seek().
|
static |
|
static |
|
static |
|
static |
Definition at line 78 of file avidec.c.
Referenced by avi_probe(), and get_riff().
|
static |
|
static |
Definition at line 291 of file avidec.c.
Referenced by avi_metadata_creation_time().
| AVInputFormat ff_avi_demuxer |
1.8.8