|
FFmpeg
|
#include "libavutil/attributes.h"#include "libavutil/avassert.h"#include "libavutil/avstring.h"#include "libavutil/channel_layout.h"#include "libavutil/dict.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/internal.h"#include "libavutil/intfloat.h"#include "libavutil/intreadwrite.h"#include "libavutil/mastering_display_metadata.h"#include "avformat.h"#include "demux.h"#include "internal.h"#include "flv.h"Go to the source code of this file.
Data Structures | |
| struct | FLVMasteringMeta |
| struct | FLVMetaVideoColor |
| struct | FLVContext |
| struct | amf_date |
Macros | |
| #define | VALIDATE_INDEX_TS_THRESH 2500 |
| #define | RESYNC_BUFFER_SIZE (1<<20) |
| #define | MAX_DEPTH 16 |
| arbitrary limit to prevent unbounded recursion | |
| #define | TYPE_ONTEXTDATA 1 |
| #define | TYPE_ONCAPTION 2 |
| #define | TYPE_ONCAPTIONINFO 3 |
| #define | TYPE_UNKNOWN 9 |
| #define | OFFSET(x) |
| #define | VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM |
Enumerations | |
| enum | FLVMetaColorInfoFlag { FLV_COLOR_INFO_FLAG_NONE = 0 , FLV_COLOR_INFO_FLAG_GOT = 1 , FLV_COLOR_INFO_FLAG_PARSING = 2 } |
Variables | |
| static const AVOption | options [] |
| static const AVClass | flv_kux_class |
| const FFInputFormat | ff_flv_demuxer |
| const FFInputFormat | ff_live_flv_demuxer |
| const FFInputFormat | ff_kux_demuxer |
| #define VALIDATE_INDEX_TS_THRESH 2500 |
Definition at line 43 of file flvdec.c.
Referenced by flv_read_packet().
| #define MAX_DEPTH 16 |
arbitrary limit to prevent unbounded recursion
Definition at line 47 of file flvdec.c.
Referenced by amf_parse_object(), amf_skip_tag(), amf_tag_skip(), make_eval_expr(), and parse_primary().
| #define TYPE_ONTEXTDATA 1 |
Definition at line 855 of file flvdec.c.
Referenced by flv_read_metabody(), and flv_read_packet().
| #define TYPE_ONCAPTION 2 |
Definition at line 856 of file flvdec.c.
Referenced by flv_read_metabody(), and flv_read_packet().
| #define TYPE_ONCAPTIONINFO 3 |
Definition at line 857 of file flvdec.c.
Referenced by flv_read_metabody().
| #define TYPE_UNKNOWN 9 |
Definition at line 858 of file flvdec.c.
Referenced by flv_read_metabody(), and flv_read_packet().
| #define OFFSET | ( | x | ) |
| #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM |
| enum FLVMetaColorInfoFlag |
|
static |
Definition at line 125 of file flvdec.c.
Referenced by flv_probe(), and live_flv_probe().
|
static |
|
static |
|
static |
|
static |
Definition at line 168 of file flvdec.c.
Referenced by amf_parse_object(), and create_stream().
|
static |
Definition at line 199 of file flvdec.c.
Referenced by amf_parse_object(), flv_data_packet(), and flv_read_packet().
|
static |
Definition at line 233 of file flvdec.c.
Referenced by flv_read_packet().
|
static |
Definition at line 305 of file flvdec.c.
Referenced by amf_parse_object(), and flv_read_packet().
|
static |
Definition at line 394 of file flvdec.c.
Referenced by flv_read_packet().
|
static |
Definition at line 427 of file flvdec.c.
Referenced by amf_parse_object(), and flv_read_packet().
|
static |
Definition at line 503 of file flvdec.c.
Referenced by amf_parse_object(), flv_data_packet(), flv_parse_video_color_info(), flv_read_metabody(), and parse_keyframes_index().
|
static |
Definition at line 523 of file flvdec.c.
Referenced by amf_parse_object().
|
static |
Definition at line 618 of file flvdec.c.
Referenced by amf_parse_object(), flv_parse_video_color_info(), and flv_read_metabody().
|
static |
Definition at line 860 of file flvdec.c.
Referenced by flv_read_packet().
|
static |
|
static |
|
static |
Definition at line 971 of file flvdec.c.
Referenced by flv_read_packet().
|
static |
Definition at line 983 of file flvdec.c.
Referenced by flv_read_packet().
|
static |
Definition at line 1032 of file flvdec.c.
Referenced by flv_read_packet().
|
static |
Definition at line 1047 of file flvdec.c.
Referenced by amf_skip_tag(), and flv_data_packet().
|
static |
Definition at line 1098 of file flvdec.c.
Referenced by flv_read_packet().
|
static |
Definition at line 1167 of file flvdec.c.
Referenced by avi_read_packet(), flv_read_packet(), mxf_set_current_edit_unit(), and nut_read_packet().
|
static |
Definition at line 1209 of file flvdec.c.
Referenced by flv_read_packet().
|
static |
Definition at line 1246 of file flvdec.c.
Referenced by flv_read_packet().
|
static |
Definition at line 1323 of file flvdec.c.
Referenced by flv_read_packet().
|
static |
|
static |
|
static |
|
static |
| const FFInputFormat ff_flv_demuxer |
| const FFInputFormat ff_live_flv_demuxer |
| const FFInputFormat ff_kux_demuxer |