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 56 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 57 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 58 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 59 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 839 of file avienc.c.
Referenced by avi_write_packet(), and write_skip_frames().
Definition at line 101 of file avienc.c.
Referenced by avi_write_idx1(), and avi_write_ix().
|
static |
Definition at line 108 of file avienc.c.
Referenced by avi_write_packet(), and avi_write_packet_internal().
|
static |
|
static |
Definition at line 160 of file avienc.c.
Referenced by avi_write_header(), and avi_write_packet_internal().
|
static |
Definition at line 181 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 200 of file avienc.c.
Referenced by avi_write_idx1(), and avi_write_trailer().
|
static |
Definition at line 233 of file avienc.c.
Referenced by avi_write_header(), and avi_write_ix().
|
static |
|
static |
Definition at line 572 of file avienc.c.
Referenced by avi_write_ix().
|
static |
Definition at line 605 of file avienc.c.
Referenced by avi_write_packet_internal(), and avi_write_trailer().
|
static |
Definition at line 663 of file avienc.c.
Referenced by avi_write_packet_internal(), and avi_write_trailer().
|
static |
Definition at line 718 of file avienc.c.
Referenced by avi_write_packet(), and avi_write_trailer().
|
static |
|
static |
|
static |
|
static |
AVOutputFormat ff_avi_muxer |