Go to the source code of this file.
|
static AVIIentry * | avi_get_ientry (AVIIndex *idx, int ent_id) |
|
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 void | avi_write_info_tag (AVIOContext *pb, const char *tag, const char *str) |
|
static int | avi_write_counters (AVFormatContext *s, int riff_id) |
|
static int | avi_write_header (AVFormatContext *s) |
|
static int | avi_write_ix (AVFormatContext *s) |
|
static int | avi_write_idx1 (AVFormatContext *s) |
|
static int | avi_write_packet (AVFormatContext *s, AVPacket *pkt) |
|
static int | avi_write_trailer (AVFormatContext *s) |
|
#define AVI_INDEX_CLUSTER_SIZE 16384 |
static char* avi_stream2fourcc |
( |
char * |
tag, |
|
|
int |
index, |
|
|
enum AVMediaType |
type |
|
) |
| |
|
static |
static void avi_write_info_tag |
( |
AVIOContext * |
pb, |
|
|
const char * |
tag, |
|
|
const char * |
str |
|
) |
| |
|
static |
Initial value:= {
.name = "avi",
.mime_type = "video/x-msvideo",
.extensions = "avi",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
const AVCodecTag ff_codec_wav_tags[]
const AVCodecTag ff_codec_bmp_tags[]
static int avi_write_trailer(AVFormatContext *s)
static int avi_write_header(AVFormatContext *s)
static int avi_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 642 of file avienc.c.