FFmpeg
|
#include "avformat.h"
#include "internal.h"
#include "avi.h"
#include "avio_internal.h"
#include "riff.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "libavutil/avassert.h"
#include "libavutil/timestamp.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 |
Functions | |
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 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) |
Variables | |
AVOutputFormat | ff_avi_muxer |
#define AVI_INDEX_CLUSTER_SIZE 16384 |
Definition at line 43 of file avienc.c.
Referenced by avi_get_ientry(), avi_write_packet(), and avi_write_trailer().
Definition at line 67 of file avienc.c.
Referenced by avi_write_idx1(), and avi_write_ix().
|
static |
Definition at line 74 of file avienc.c.
Referenced by avi_write_header(), and avi_write_packet().
|
static |
Definition at line 94 of file avienc.c.
Referenced by avi_write_header(), avi_write_idx1(), avi_write_ix(), and avi_write_packet().
|
static |
Definition at line 113 of file avienc.c.
Referenced by avi_write_idx1(), and avi_write_trailer().
|
static |
|
static |
Definition at line 402 of file avienc.c.
Referenced by avi_write_packet(), and avi_write_trailer().
|
static |
Definition at line 463 of file avienc.c.
Referenced by avi_write_packet(), and avi_write_trailer().
|
static |
|
static |
AVOutputFormat ff_avi_muxer |