|
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 |
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 (AVCodecContext *codec, 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 [] |
| RTPDynamicProtocolHandler | ff_mp4v_es_dynamic_handler |
| RTPDynamicProtocolHandler | ff_mpeg4_generic_dynamic_handler |
MPEG4 / RTP Code.
Definition in file rtpdec_mpeg4.c.
| #define MAX_AAC_HBR_FRAME_SIZE 8191 |
Definition at line 36 of file rtpdec_mpeg4.c.
Referenced by aac_parse_packet().
| #define ATTR_NAME_TYPE_INT 0 |
Definition at line 76 of file rtpdec_mpeg4.c.
Referenced by parse_fmtp().
| #define ATTR_NAME_TYPE_STR 1 |
Definition at line 77 of file rtpdec_mpeg4.c.
Referenced by parse_fmtp().
|
static |
Definition at line 94 of file rtpdec_mpeg4.c.
|
static |
Definition at line 100 of file rtpdec_mpeg4.c.
Referenced by parse_fmtp().
|
static |
Definition at line 111 of file rtpdec_mpeg4.c.
Referenced by aac_parse_packet().
|
static |
Definition at line 161 of file rtpdec_mpeg4.c.
|
static |
Definition at line 273 of file rtpdec_mpeg4.c.
Referenced by parse_sdp_line().
|
static |
Definition at line 303 of file rtpdec_mpeg4.c.
|
static |
Definition at line 78 of file rtpdec_mpeg4.c.
| RTPDynamicProtocolHandler ff_mp4v_es_dynamic_handler |
Definition at line 317 of file rtpdec_mpeg4.c.
Referenced by ff_register_rtp_dynamic_payload_handlers().
| RTPDynamicProtocolHandler ff_mpeg4_generic_dynamic_handler |
Definition at line 326 of file rtpdec_mpeg4.c.
Referenced by ff_register_rtp_dynamic_payload_handlers().
1.8.6