Go to the source code of this file.
|
static int | probe (const AVProbeData *p, int live) |
|
static int | flv_probe (const AVProbeData *p) |
|
static int | live_flv_probe (const AVProbeData *p) |
|
static int | kux_probe (const AVProbeData *p) |
|
static void | add_keyframes_index (AVFormatContext *s) |
|
static AVStream * | create_stream (AVFormatContext *s, int codec_type) |
|
static int | flv_same_audio_codec (AVCodecParameters *apar, int flags) |
|
static void | flv_set_audio_codec (AVFormatContext *s, AVStream *astream, AVCodecParameters *apar, int flv_codecid) |
|
static int | flv_same_video_codec (AVCodecParameters *vpar, int flags) |
|
static int | flv_set_video_codec (AVFormatContext *s, AVStream *vstream, int flv_codecid, int read) |
|
static int | amf_get_string (AVIOContext *ioc, char *buffer, int buffsize) |
|
static int | parse_keyframes_index (AVFormatContext *s, AVIOContext *ioc, 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 int | flv_read_header (AVFormatContext *s) |
|
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 void | clear_index_entries (AVFormatContext *s, int64_t pos) |
|
static int | amf_skip_tag (AVIOContext *pb, AMFDataType type, int depth) |
|
static int | flv_data_packet (AVFormatContext *s, AVPacket *pkt, int64_t dts, int64_t next) |
|
static int | resync (AVFormatContext *s) |
|
static int | flv_read_packet (AVFormatContext *s, AVPacket *pkt) |
|
static int | flv_read_seek (AVFormatContext *s, int stream_index, int64_t ts, int flags) |
|
◆ VALIDATE_INDEX_TS_THRESH
#define VALIDATE_INDEX_TS_THRESH 2500 |
◆ RESYNC_BUFFER_SIZE
#define RESYNC_BUFFER_SIZE (1<<20) |
◆ MAX_DEPTH
arbitrary limit to prevent unbounded recursion
Definition at line 45 of file flvdec.c.
◆ TYPE_ONTEXTDATA
#define TYPE_ONTEXTDATA 1 |
◆ TYPE_ONCAPTION
◆ TYPE_ONCAPTIONINFO
#define TYPE_ONCAPTIONINFO 3 |
◆ TYPE_UNKNOWN
◆ OFFSET
◆ VD
◆ probe()
◆ flv_probe()
◆ live_flv_probe()
◆ kux_probe()
◆ add_keyframes_index()
◆ create_stream()
◆ flv_same_audio_codec()
◆ flv_set_audio_codec()
◆ flv_same_video_codec()
◆ flv_set_video_codec()
◆ amf_get_string()
◆ parse_keyframes_index()
◆ amf_parse_object()
◆ flv_read_metabody()
◆ flv_read_header()
◆ flv_read_close()
◆ flv_get_extradata()
◆ flv_queue_extradata()
◆ clear_index_entries()
◆ amf_skip_tag()
◆ flv_data_packet()
◆ resync()
◆ flv_read_packet()
◆ flv_read_seek()
◆ options
Initial value:= {
{
"flv_metadata",
"Allocate streams according to the onMetaData array",
OFFSET(trust_metadata),
AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1,
VD },
{
"flv_full_metadata",
"Dump full metadata of the onMetadata",
OFFSET(dump_full_metadata),
AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1,
VD },
{
"flv_ignore_prevtag",
"Ignore the Size of previous tag",
OFFSET(trust_datasize),
AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1,
VD },
}
Definition at line 1385 of file flvdec.c.
◆ flv_class
Initial value:= {
.class_name = "flvdec",
}
Definition at line 1393 of file flvdec.c.
◆ ff_flv_demuxer
Initial value:= {
.name = "flv",
.extensions = "flv",
}
Definition at line 1400 of file flvdec.c.
◆ live_flv_class
Initial value:= {
.class_name = "live_flvdec",
}
Definition at line 1413 of file flvdec.c.
◆ ff_live_flv_demuxer
Initial value:= {
.name = "live_flv",
.extensions = "flv",
}
Definition at line 1420 of file flvdec.c.
◆ kux_class
Initial value:= {
.class_name = "kuxdec",
}
Definition at line 1434 of file flvdec.c.
◆ ff_kux_demuxer
Initial value:= {
.name = "kux",
.extensions = "kux",
}
Definition at line 1441 of file flvdec.c.
#define AV_OPT_FLAG_READONLY
The option may not be set through the AVOptions API, only read.
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static av_cold int read_close(AVFormatContext *ctx)
#define LIBAVUTIL_VERSION_INT
static int read_header(FFV1Context *f)
const char * av_default_item_name(void *ptr)
Return the context name.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
#define AV_OPT_FLAG_EXPORT
The option is intended for exporting values to the caller.
#define flags(name, subs,...)