FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/bswap.h"
#include "libavutil/opt.h"
#include "libavutil/dict.h"
#include "libavutil/avstring.h"
#include "libavutil/avassert.h"
#include "avformat.h"
#include "internal.h"
#include "avi.h"
#include "dv.h"
#include "riff.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 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 |
Macro Definition Documentation
#define MAX_ODML_DEPTH 1000 |
Definition at line 75 of file avidec.c.
Referenced by read_braindead_odml_indx().
Definition at line 111 of file avidec.c.
Referenced by avi_read_header().
Typedef Documentation
Function Documentation
|
static |
Definition at line 1406 of file avidec.c.
Referenced by avi_read_header(), and avi_read_seek().
|
static |
Definition at line 299 of file avidec.c.
Referenced by avi_read_header().
|
static |
|
static |
|
static |
|
static |
Definition at line 1269 of file avidec.c.
Referenced by avi_load_index().
|
static |
Definition at line 318 of file avidec.c.
Referenced by avi_read_header().
|
static |
|
static |
|
static |
Definition at line 275 of file avidec.c.
Referenced by avi_read_header().
|
static |
- Parameters
-
exit_early set to 1 to just gather packet position without making the changes needed to actually read & return the packet
Definition at line 924 of file avidec.c.
Referenced by avi_read_idx1(), and avi_read_packet().
|
static |
Definition at line 249 of file avidec.c.
Referenced by avi_read_header().
|
inlinestatic |
Definition at line 119 of file avidec.c.
Referenced by avi_read_idx1(), avi_read_packet(), avi_sync(), and read_braindead_odml_indx().
|
static |
Definition at line 128 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 911 of file avidec.c.
Referenced by avi_sync().
|
static |
Definition at line 878 of file avidec.c.
Referenced by avi_read_packet().
|
static |
Definition at line 1348 of file avidec.c.
Referenced by avi_read_header().
|
static |
Definition at line 152 of file avidec.c.
Referenced by avi_read_header().
Definition at line 830 of file avidec.c.
Referenced by avi_read_packet().
Definition at line 1452 of file avidec.c.
Referenced by avi_read_seek().
Variable Documentation
|
static |
Definition at line 94 of file avidec.c.
Referenced by avi_probe(), and get_riff().
|
static |
|
static |
AVInputFormat ff_avi_demuxer |
|
static |
Definition at line 296 of file avidec.c.
Referenced by avi_metadata_creation_time().
|
static |
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11