|
FFmpeg
|
#include <inttypes.h>#include "libavutil/avassert.h"#include "libavutil/avstring.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 "isom.h"#include "riff.h"#include "libavcodec/bytestream.h"#include "libavcodec/exif.h"#include "libavcodec/internal.h"Go to the source code of this file.
Data Structures | |
| struct | AVIStream |
| struct | AVIContext |
Macros | |
| #define | MAX_ODML_DEPTH 1000 |
| #define | print_tag(s, str, tag, size) |
| #define | RETURN_ERROR(code) do { ret = (code); goto fail; } while (0) |
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 |
|
static |
Definition at line 1944 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 1774 of file avidec.c.
Referenced by avi_read_header(), and avi_read_seek().
|
static |
Definition at line 1732 of file avidec.c.
Referenced by avi_read_header().
Definition at line 133 of file avidec.c.
Referenced by avi_read_idx1(), avi_read_packet(), avi_sync(), and read_odml_index().
|
static |
Definition at line 143 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 168 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 279 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 307 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 336 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 355 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 398 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 436 of file avidec.c.
Referenced by avi_read_header().
|
static |
|
static |
Definition at line 1092 of file avidec.c.
Referenced by avi_read_packet().
|
static |
Definition at line 1170 of file avidec.c.
Referenced by avi_read_packet().
|
static |
Definition at line 1204 of file avidec.c.
Referenced by avi_sync(), and guess_ni_flag().
|
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 1218 of file avidec.c.
Referenced by avi_read_idx1(), and avi_read_packet().
|
static |
Definition at line 1371 of file avidec.c.
Referenced by avi_read_packet().
|
static |
|
static |
Definition at line 1588 of file avidec.c.
Referenced by avi_load_index().
|
static |
Definition at line 1676 of file avidec.c.
Referenced by guess_ni_flag().
Definition at line 1817 of file avidec.c.
Referenced by avi_read_seek().
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 102 of file avidec.c.
Referenced by avi_probe(), and get_riff().
|
static |
Definition at line 111 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 333 of file avidec.c.
Referenced by avi_metadata_creation_time().
| AVInputFormat ff_avi_demuxer |
1.8.17