Xiph / RTP Code.
More...
Go to the source code of this file.
|
static void | xiph_close_context (PayloadContext *data) |
|
static int | xiph_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 int | get_base128 (const uint8_t **buf, const uint8_t *buf_end) |
| Length encoding described in RFC5215 section 3.1.1. More...
|
|
static int | parse_packed_headers (AVFormatContext *s, const uint8_t *packed_headers, const uint8_t *packed_headers_end, AVCodecParameters *par, PayloadContext *xiph_data) |
| Based off parse_packed_headers in Vorbis RTP. More...
|
|
static int | xiph_parse_fmtp_pair (AVFormatContext *s, AVStream *stream, PayloadContext *xiph_data, const char *attr, const char *value) |
|
static int | xiph_parse_sdp_line (AVFormatContext *s, int st_index, PayloadContext *data, const char *line) |
|
◆ xiph_close_context()
◆ xiph_handle_packet()
◆ get_base128()
static int get_base128 |
( |
const uint8_t ** |
buf, |
|
|
const uint8_t * |
buf_end |
|
) |
| |
|
static |
◆ parse_packed_headers()
◆ xiph_parse_fmtp_pair()
◆ xiph_parse_sdp_line()
◆ ff_theora_dynamic_handler
Initial value:= {
.enc_name = "theora",
}
Definition at line 369 of file rtpdec_xiph.c.
◆ ff_vorbis_dynamic_handler
Initial value:= {
.enc_name = "vorbis",
}
Definition at line 379 of file rtpdec_xiph.c.
static int xiph_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 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.