|
FFmpeg
|
#include <inttypes.h>#include "libavutil/avassert.h"#include "libavutil/avstring.h"#include "libavutil/bswap.h"#include "libavutil/opt.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 "libavcodec/bytestream.h"#include "libavcodec/exif.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 AVOption | options [] |
| static const AVClass | demuxer_class |
| 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 82 of file avidec.c.
Referenced by read_braindead_odml_indx().
|
static |
Definition at line 1669 of file avidec.c.
Referenced by avi_read_header(), and avi_read_seek().
|
static |
Definition at line 1633 of file avidec.c.
Referenced by avi_read_header().
|
inlinestatic |
Definition at line 126 of file avidec.c.
Referenced by avi_read_idx1(), avi_sync(), and read_braindead_odml_indx().
|
static |
Definition at line 136 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 161 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 269 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 297 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 324 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 343 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 386 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 424 of file avidec.c.
Referenced by avi_read_header().
|
static |
|
static |
|
static |
|
static |
Definition at line 1105 of file avidec.c.
Referenced by avi_sync().
|
static |
| exit_early | set to 1 to just gather packet position without making the changes needed to actually read & return the packet |
Definition at line 1119 of file avidec.c.
Referenced by avi_read_idx1().
|
static |
|
static |
Definition at line 1497 of file avidec.c.
Referenced by avi_load_index().
|
static |
Definition at line 1578 of file avidec.c.
Referenced by guess_ni_flag().
Definition at line 1716 of file avidec.c.
Referenced by avi_read_seek().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 101 of file avidec.c.
Referenced by avi_probe(), and get_riff().
|
static |
|
static |
Definition at line 321 of file avidec.c.
Referenced by avi_metadata_creation_time().
| AVInputFormat ff_avi_demuxer |
1.8.2