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 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 |
static int avi_add_ientry |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
char * |
tag, |
|
|
unsigned int |
flags, |
|
|
unsigned int |
size |
|
) |
| |
|
static |
static char* avi_stream2fourcc |
( |
char * |
tag, |
|
|
int |
index, |
|
|
enum AVMediaType |
type |
|
) |
| |
|
static |
static int write_skip_frames |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
dts |
|
) |
| |
|
static |
Initial value:= {
{
"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 910 of file avienc.c.
Initial value:= {
.class_name = "AVI muxer",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 915 of file avienc.c.
Initial value:= {
.name = "avi",
.mime_type = "video/x-msvideo",
.extensions = "avi",
},
}
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 void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost)
static void write_header(FFV1Context *f)
Definition at line 922 of file avienc.c.