FFmpeg
|
#include "rtpdec_formats.h"
#include "internal.h"
#include "libavutil/attributes.h"
#include "libavutil/avstring.h"
#include "libavcodec/get_bits.h"
Go to the source code of this file.
Data Structures | |
struct | PayloadContext |
RTP/JPEG specific private data. More... | |
struct | PayloadContext::AUHeaders |
mpeg 4 AU headers More... | |
struct | AttrNameMap |
struct | AttrNameMap::Range |
Range for integer values. More... | |
Macros | |
#define | MAX_AAC_HBR_FRAME_SIZE 8191 |
#define | ATTR_NAME_TYPE_INT 0 |
#define | ATTR_NAME_TYPE_STR 1 |
Functions | |
static void | close_context (PayloadContext *data) |
static int | parse_fmtp_config (AVCodecParameters *par, const char *value) |
static int | rtp_parse_mp4_au (PayloadContext *data, const uint8_t *buf, int len) |
static int | aac_parse_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_fmtp (AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *attr, const char *value) |
static int | parse_sdp_line (AVFormatContext *s, int st_index, PayloadContext *data, const char *line) |
Variables | |
static const AttrNameMap | attr_names [] |
const RTPDynamicProtocolHandler | ff_mp4v_es_dynamic_handler |
const RTPDynamicProtocolHandler | ff_mpeg4_generic_dynamic_handler |
MPEG-4 / RTP Code.
Definition in file rtpdec_mpeg4.c.
#define MAX_AAC_HBR_FRAME_SIZE 8191 |
Definition at line 36 of file rtpdec_mpeg4.c.
#define ATTR_NAME_TYPE_INT 0 |
Definition at line 82 of file rtpdec_mpeg4.c.
#define ATTR_NAME_TYPE_STR 1 |
Definition at line 83 of file rtpdec_mpeg4.c.
|
static |
Definition at line 106 of file rtpdec_mpeg4.c.
|
static |
Definition at line 112 of file rtpdec_mpeg4.c.
Referenced by parse_fmtp().
|
static |
Definition at line 123 of file rtpdec_mpeg4.c.
Referenced by aac_parse_packet().
|
static |
Definition at line 173 of file rtpdec_mpeg4.c.
|
static |
Definition at line 285 of file rtpdec_mpeg4.c.
Referenced by parse_sdp_line().
|
static |
Definition at line 335 of file rtpdec_mpeg4.c.
|
static |
Definition at line 84 of file rtpdec_mpeg4.c.
Referenced by parse_fmtp().
const RTPDynamicProtocolHandler ff_mp4v_es_dynamic_handler |
Definition at line 349 of file rtpdec_mpeg4.c.
const RTPDynamicProtocolHandler ff_mpeg4_generic_dynamic_handler |
Definition at line 358 of file rtpdec_mpeg4.c.