FFmpeg
|
#include "rtpdec.h"
Go to the source code of this file.
Functions | |
int | ff_wms_parse_sdp_a_line (AVFormatContext *s, const char *p) |
Parse a Windows Media Server-specific SDP line. More... | |
int | ff_h263_handle_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
int | ff_h264_parse_sprop_parameter_sets (AVFormatContext *s, uint8_t **data_ptr, int *size_ptr, const char *value) |
int | ff_h264_handle_aggregated_packet (AVFormatContext *ctx, PayloadContext *data, AVPacket *pkt, const uint8_t *buf, int len, int start_skip, int *nal_counters, int nal_mask) |
int | ff_h264_handle_frag_packet (AVPacket *pkt, const uint8_t *buf, int len, int start_bit, const uint8_t *nal_header, int nal_header_len) |
void | ff_h264_parse_framesize (AVCodecParameters *par, const char *p) |
int ff_wms_parse_sdp_a_line | ( | AVFormatContext * | s, |
const char * | p | ||
) |
Parse a Windows Media Server-specific SDP line.
s | RTSP demux context |
Definition at line 100 of file rtpdec_asf.c.
int ff_h263_handle_packet | ( | AVFormatContext * | ctx, |
PayloadContext * | data, | ||
AVStream * | st, | ||
AVPacket * | pkt, | ||
uint32_t * | timestamp, | ||
const uint8_t * | buf, | ||
int | len, | ||
uint16_t | seq, | ||
int | flags | ||
) |
Definition at line 27 of file rtpdec_h263.c.
Referenced by h263_handle_packet().
int ff_h264_parse_sprop_parameter_sets | ( | AVFormatContext * | s, |
uint8_t ** | data_ptr, | ||
int * | size_ptr, | ||
const char * | value | ||
) |
Definition at line 96 of file rtpdec_h264.c.
Referenced by hevc_sdp_parse_fmtp_config(), and sdp_parse_fmtp_config_h264().
int ff_h264_handle_aggregated_packet | ( | AVFormatContext * | ctx, |
PayloadContext * | data, | ||
AVPacket * | pkt, | ||
const uint8_t * | buf, | ||
int | len, | ||
int | start_skip, | ||
int * | nal_counters, | ||
int | nal_mask | ||
) |
Definition at line 206 of file rtpdec_h264.c.
Referenced by h264_handle_packet(), and hevc_handle_packet().
int ff_h264_handle_frag_packet | ( | AVPacket * | pkt, |
const uint8_t * | buf, | ||
int | len, | ||
int | start_bit, | ||
const uint8_t * | nal_header, | ||
int | nal_header_len | ||
) |
Definition at line 264 of file rtpdec_h264.c.
Referenced by h264_handle_packet_fu_a(), and hevc_handle_packet().
void ff_h264_parse_framesize | ( | AVCodecParameters * | par, |
const char * | p | ||
) |
Definition at line 184 of file rtpdec_h264.c.
Referenced by hevc_parse_sdp_line(), and parse_h264_sdp_line().
const RTPDynamicProtocolHandler ff_ac3_dynamic_handler |
Definition at line 125 of file rtpdec_ac3.c.
const RTPDynamicProtocolHandler ff_amr_nb_dynamic_handler |
Definition at line 185 of file rtpdec_amr.c.
const RTPDynamicProtocolHandler ff_amr_wb_dynamic_handler |
Definition at line 195 of file rtpdec_amr.c.
const RTPDynamicProtocolHandler ff_dv_dynamic_handler |
Definition at line 134 of file rtpdec_dv.c.
const RTPDynamicProtocolHandler ff_g726_16_dynamic_handler |
const RTPDynamicProtocolHandler ff_g726_24_dynamic_handler |
const RTPDynamicProtocolHandler ff_g726_32_dynamic_handler |
const RTPDynamicProtocolHandler ff_g726_40_dynamic_handler |
const RTPDynamicProtocolHandler ff_g726le_16_dynamic_handler |
const RTPDynamicProtocolHandler ff_g726le_24_dynamic_handler |
const RTPDynamicProtocolHandler ff_g726le_32_dynamic_handler |
const RTPDynamicProtocolHandler ff_g726le_40_dynamic_handler |
const RTPDynamicProtocolHandler ff_h261_dynamic_handler |
Definition at line 165 of file rtpdec_h261.c.
const RTPDynamicProtocolHandler ff_h263_1998_dynamic_handler |
Definition at line 92 of file rtpdec_h263.c.
const RTPDynamicProtocolHandler ff_h263_2000_dynamic_handler |
Definition at line 100 of file rtpdec_h263.c.
const RTPDynamicProtocolHandler ff_h263_rfc2190_dynamic_handler |
Definition at line 186 of file rtpdec_h263_rfc2190.c.
const RTPDynamicProtocolHandler ff_h264_dynamic_handler |
Definition at line 411 of file rtpdec_h264.c.
const RTPDynamicProtocolHandler ff_hevc_dynamic_handler |
Definition at line 350 of file rtpdec_hevc.c.
const RTPDynamicProtocolHandler ff_ilbc_dynamic_handler |
Definition at line 69 of file rtpdec_ilbc.c.
const RTPDynamicProtocolHandler ff_jpeg_dynamic_handler |
Definition at line 382 of file rtpdec_jpeg.c.
const RTPDynamicProtocolHandler ff_mp4a_latm_dynamic_handler |
Definition at line 165 of file rtpdec_latm.c.
const RTPDynamicProtocolHandler ff_mp4v_es_dynamic_handler |
Definition at line 328 of file rtpdec_mpeg4.c.
const RTPDynamicProtocolHandler ff_mpeg_audio_dynamic_handler |
Definition at line 51 of file rtpdec_mpeg12.c.
const RTPDynamicProtocolHandler ff_mpeg_audio_robust_dynamic_handler |
Definition at line 192 of file rtpdec_mpa_robust.c.
const RTPDynamicProtocolHandler ff_mpeg_video_dynamic_handler |
Definition at line 59 of file rtpdec_mpeg12.c.
const RTPDynamicProtocolHandler ff_mpeg4_generic_dynamic_handler |
Definition at line 337 of file rtpdec_mpeg4.c.
const RTPDynamicProtocolHandler ff_mpegts_dynamic_handler |
Definition at line 92 of file rtpdec_mpegts.c.
const RTPDynamicProtocolHandler ff_ms_rtp_asf_pfa_handler |
const RTPDynamicProtocolHandler ff_ms_rtp_asf_pfv_handler |
const RTPDynamicProtocolHandler ff_qcelp_dynamic_handler |
Definition at line 212 of file rtpdec_qcelp.c.
const RTPDynamicProtocolHandler ff_qdm2_dynamic_handler |
Definition at line 301 of file rtpdec_qdm2.c.
const RTPDynamicProtocolHandler ff_qt_rtp_aud_handler |
const RTPDynamicProtocolHandler ff_qt_rtp_vid_handler |
const RTPDynamicProtocolHandler ff_quicktime_rtp_aud_handler |
const RTPDynamicProtocolHandler ff_quicktime_rtp_vid_handler |
const RTPDynamicProtocolHandler ff_rfc4175_rtp_handler |
Definition at line 229 of file rtpdec_rfc4175.c.
const RTPDynamicProtocolHandler ff_svq3_dynamic_handler |
Definition at line 113 of file rtpdec_svq3.c.
const RTPDynamicProtocolHandler ff_theora_dynamic_handler |
Definition at line 368 of file rtpdec_xiph.c.
const RTPDynamicProtocolHandler ff_vc2hq_dynamic_handler |
Definition at line 219 of file rtpdec_vc2hq.c.
const RTPDynamicProtocolHandler ff_vorbis_dynamic_handler |
Definition at line 378 of file rtpdec_xiph.c.
const RTPDynamicProtocolHandler ff_vp8_dynamic_handler |
Definition at line 279 of file rtpdec_vp8.c.
const RTPDynamicProtocolHandler ff_vp9_dynamic_handler |
Definition at line 333 of file rtpdec_vp9.c.