Go to the source code of this file.
|
static int | avi_write_packet_internal (AVFormatContext *s, AVPacket *pkt) |
|
static AVIIentry * | avi_get_ientry (const AVIIndex *idx, int ent_id) |
|
static int | avi_add_ientry (AVFormatContext *s, int stream_index, char *tag, unsigned int flags, unsigned int size) |
|
static av_cold int | avi_init (struct AVFormatContext *s) |
|
static int64_t | avi_start_new_riff (AVFormatContext *s, AVIOContext *pb, const char *riff_tag, const char *list_tag) |
|
static char * | avi_stream2fourcc (char *tag, int index, enum AVMediaType type) |
|
static int | avi_write_counters (AVFormatContext *s, int riff_id) |
|
static void | write_odml_master (AVFormatContext *s, int stream_index) |
|
static int | avi_write_header (AVFormatContext *s) |
|
static void | update_odml_entry (AVFormatContext *s, int stream_index, int64_t ix, int size) |
|
static int | avi_write_ix (AVFormatContext *s) |
|
static int | avi_write_idx1 (AVFormatContext *s) |
|
static int | write_skip_frames (AVFormatContext *s, int stream_index, int64_t dts) |
|
static int | avi_write_packet (AVFormatContext *s, AVPacket *pkt) |
|
static int | avi_write_trailer (AVFormatContext *s) |
|
#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 */ |
static char* avi_stream2fourcc |
( |
char * |
tag, |
|
|
int |
index, |
|
|
enum AVMediaType |
type |
|
) |
| |
|
static |
Initial value:= {
{
"reserve_index_space",
"reserve space (in bytes) at the beginning of the file for each stream index",
OFFSET(reserve_index_space),
AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX,
ENC },
{
"write_channel_mask",
"write channel mask into wave format header",
OFFSET(write_channel_mask),
AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1,
ENC },
}
Definition at line 980 of file avienc.c.
Initial value:= {
.class_name = "AVI muxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption options[]
Definition at line 986 of file avienc.c.
Initial value:= {
.name = "avi",
.mime_type = "video/x-msvideo",
.extensions = "avi",
},
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static av_cold int init(AVCodecContext *avctx)
static const AVClass avi_muxer_class
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
preferred ID for decoding MPEG audio layer 1, 2 or 3
const AVCodecTag ff_codec_wav_tags[]
const AVCodecTag ff_codec_bmp_tags[]
static int write_trailer(AVFormatContext *s1)
static int avi_write_trailer(AVFormatContext *s)
static int avi_write_header(AVFormatContext *s)
static int avi_write_packet(AVFormatContext *s, AVPacket *pkt)
static av_cold int avi_init(struct AVFormatContext *s)
static void write_header(FFV1Context *f)
Definition at line 993 of file avienc.c.