FFmpeg
|
AV1 / RTP depacketization code (RTP Payload Format For AV1 (v1.0)) More...
#include "libavutil/avstring.h"
#include "libavutil/mem.h"
#include "avformat.h"
#include "rtpdec.h"
#include "libavcodec/av1.h"
#include "rtp_av1.h"
Go to the source code of this file.
Data Structures | |
struct | PayloadContext |
RTP/AV1 specific private data. More... | |
Functions | |
static int | sdp_parse_fmtp_config_av1 (AVFormatContext *s, AVStream *stream, PayloadContext *av1_data, const char *attr, const char *value) |
static int | av1_handle_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
static void | av1_close_context (PayloadContext *data) |
static int | av1_need_keyframe (PayloadContext *data) |
static int | parse_av1_sdp_line (AVFormatContext *s, int st_index, PayloadContext *av1_data, const char *line) |
Variables | |
const RTPDynamicProtocolHandler | ff_av1_dynamic_handler |
AV1 / RTP depacketization code (RTP Payload Format For AV1 (v1.0))
Definition in file rtpdec_av1.c.
|
static |
Definition at line 62 of file rtpdec_av1.c.
Referenced by parse_av1_sdp_line().
|
static |
Definition at line 80 of file rtpdec_av1.c.
|
static |
Definition at line 421 of file rtpdec_av1.c.
|
static |
Definition at line 424 of file rtpdec_av1.c.
|
static |
Definition at line 429 of file rtpdec_av1.c.
const RTPDynamicProtocolHandler ff_av1_dynamic_handler |
Definition at line 451 of file rtpdec_av1.c.