RTP support for the VP8 payload.
More...
Go to the source code of this file.
|
static int | vp8_broken_sequence (AVFormatContext *ctx, PayloadContext *vp8, const char *msg) |
|
static int | vp8_handle_packet (AVFormatContext *ctx, PayloadContext *vp8, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
|
static av_cold int | vp8_init (AVFormatContext *s, int st_index, PayloadContext *vp8) |
|
static void | vp8_close_context (PayloadContext *vp8) |
|
static int | vp8_need_keyframe (PayloadContext *vp8) |
|
◆ vp8_broken_sequence()
◆ vp8_handle_packet()
◆ vp8_init()
◆ vp8_close_context()
◆ vp8_need_keyframe()
◆ ff_vp8_dynamic_handler
static int vp8_handle_packet(AVFormatContext *ctx, PayloadContext *vp8, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags)
static int parse_packet(AVFormatContext *s, AVPacket *pkt, int stream_index, int flush)
Parse a packet, add all split parts to parse_queue.
RTP/JPEG specific private data.