|
FFmpeg
|
#include <math.h>#include "avformat.h"#include "internal.h"#include "avi.h"#include "avio_internal.h"#include "riff.h"#include "mpegts.h"#include "libavformat/avlanguage.h"#include "libavutil/avstring.h"#include "libavutil/avutil.h"#include "libavutil/internal.h"#include "libavutil/intreadwrite.h"#include "libavutil/dict.h"#include "libavutil/avassert.h"#include "libavutil/timestamp.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "libavcodec/raw.h"Go to the source code of this file.
Data Structures | |
| struct | AVIIentry |
| struct | AVIIndex |
| struct | AVIContext |
| struct | AVIStream |
Macros | |
| #define | AVI_INDEX_CLUSTER_SIZE 16384 |
| #define | AVI_MASTER_INDEX_PREFIX_SIZE (8+2+1+1+4+8+4+4) |
| #define | AVI_MASTER_INDEX_ENTRY_SIZE 16 /* bytes per entry */ |
| #define | AVI_MASTER_INDEX_SIZE_DEFAULT 256 /* number of entries */ |
| #define | OFFSET(x) offsetof(AVIContext, x) |
| #define | ENC AV_OPT_FLAG_ENCODING_PARAM |
Variables | |
| static const AVOption | options [] |
| static const AVClass | avi_muxer_class |
| AVOutputFormat | ff_avi_muxer |
| #define AVI_INDEX_CLUSTER_SIZE 16384 |
Definition at line 54 of file avienc.c.
Referenced by avi_add_ientry(), avi_get_ientry(), and avi_write_trailer().
| #define AVI_MASTER_INDEX_PREFIX_SIZE (8+2+1+1+4+8+4+4) |
Definition at line 55 of file avienc.c.
Referenced by avi_init(), avi_write_ix(), and avi_write_trailer().
| #define AVI_MASTER_INDEX_ENTRY_SIZE 16 /* bytes per entry */ |
Definition at line 56 of file avienc.c.
Referenced by avi_init(), avi_write_ix(), and avi_write_trailer().
| #define AVI_MASTER_INDEX_SIZE_DEFAULT 256 /* number of entries */ |
Definition at line 57 of file avienc.c.
Referenced by avi_init().
| #define OFFSET | ( | x | ) | offsetof(AVIContext, x) |
| #define ENC AV_OPT_FLAG_ENCODING_PARAM |
|
static |
Definition at line 837 of file avienc.c.
Referenced by avi_write_packet(), and write_skip_frames().
Definition at line 99 of file avienc.c.
Referenced by avi_write_idx1(), and avi_write_ix().
|
static |
Definition at line 106 of file avienc.c.
Referenced by avi_write_packet(), and avi_write_packet_internal().
|
static |
|
static |
Definition at line 158 of file avienc.c.
Referenced by avi_write_header(), and avi_write_packet_internal().
|
static |
Definition at line 179 of file avienc.c.
Referenced by avi_write_idx1(), avi_write_ix(), avi_write_packet(), avi_write_packet_internal(), and write_odml_master().
|
static |
Definition at line 198 of file avienc.c.
Referenced by avi_write_idx1(), and avi_write_trailer().
|
static |
Definition at line 231 of file avienc.c.
Referenced by avi_write_header(), and avi_write_ix().
|
static |
|
static |
Definition at line 570 of file avienc.c.
Referenced by avi_write_ix().
|
static |
Definition at line 603 of file avienc.c.
Referenced by avi_write_packet_internal(), and avi_write_trailer().
|
static |
Definition at line 661 of file avienc.c.
Referenced by avi_write_packet_internal(), and avi_write_trailer().
|
static |
Definition at line 716 of file avienc.c.
Referenced by avi_write_packet(), and avi_write_trailer().
|
static |
|
static |
|
static |
|
static |
| AVOutputFormat ff_avi_muxer |
1.8.6