Go to the source code of this file.
|
static int | flv_probe (AVProbeData *p) |
|
static void | flv_set_audio_codec (AVFormatContext *s, AVStream *astream, AVCodecContext *acodec, int flv_codecid) |
|
static int | flv_set_video_codec (AVFormatContext *s, AVStream *vstream, int flv_codecid) |
|
static int | amf_get_string (AVIOContext *ioc, char *buffer, int buffsize) |
|
static int | parse_keyframes_index (AVFormatContext *s, AVIOContext *ioc, AVStream *vstream, int64_t max_pos) |
|
static int | amf_parse_object (AVFormatContext *s, AVStream *astream, AVStream *vstream, const char *key, int64_t max_pos, int depth) |
|
static int | flv_read_metabody (AVFormatContext *s, int64_t next_pos) |
|
static AVStream * | create_stream (AVFormatContext *s, int is_audio) |
|
static int | flv_read_header (AVFormatContext *s, AVFormatParameters *ap) |
|
static int | flv_read_close (AVFormatContext *s) |
|
static int | flv_get_extradata (AVFormatContext *s, AVStream *st, int size) |
|
static int | flv_queue_extradata (FLVContext *flv, AVIOContext *pb, int stream, int size) |
|
static int | flv_read_packet (AVFormatContext *s, AVPacket *pkt) |
|
static int | flv_read_seek (AVFormatContext *s, int stream_index, int64_t ts, int flags) |
|
#define KEYFRAMES_BYTEOFFSET_TAG "filepositions" |
#define KEYFRAMES_TAG "keyframes" |
#define KEYFRAMES_TIMESTAMP_TAG "times" |
static int amf_get_string |
( |
AVIOContext * |
ioc, |
|
|
char * |
buffer, |
|
|
int |
buffsize |
|
) |
| |
|
static |
static int flv_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
ts, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
.name = "flv",
.extensions = "flv",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int read_header(FFV1Context *f)
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_probe(AVProbeData *p)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition at line 667 of file flvdec.c.