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. | |
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_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 96 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 36 of file rtpdec_h263.c.
Referenced by h263_handle_packet().
RTPDynamicProtocolHandler ff_amr_nb_dynamic_handler |
Definition at line 191 of file rtpdec_amr.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_amr_wb_dynamic_handler |
Definition at line 201 of file rtpdec_amr.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_g726_16_dynamic_handler |
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_g726_24_dynamic_handler |
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_g726_32_dynamic_handler |
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_g726_40_dynamic_handler |
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_h263_1998_dynamic_handler |
Definition at line 101 of file rtpdec_h263.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_h263_2000_dynamic_handler |
Definition at line 109 of file rtpdec_h263.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_h263_rfc2190_dynamic_handler |
Definition at line 207 of file rtpdec_h263_rfc2190.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_h264_dynamic_handler |
Definition at line 392 of file rtpdec_h264.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_ilbc_dynamic_handler |
Definition at line 68 of file rtpdec_ilbc.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_jpeg_dynamic_handler |
Definition at line 384 of file rtpdec_jpeg.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_mp4a_latm_dynamic_handler |
Definition at line 178 of file rtpdec_latm.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_mp4v_es_dynamic_handler |
Definition at line 263 of file rtpdec_mpeg4.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_mpeg_audio_dynamic_handler |
Definition at line 59 of file rtpdec_mpeg12.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_mpeg_video_dynamic_handler |
Definition at line 67 of file rtpdec_mpeg12.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_mpeg4_generic_dynamic_handler |
Definition at line 271 of file rtpdec_mpeg4.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_mpegts_dynamic_handler |
Definition at line 101 of file rtpdec_mpegts.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_ms_rtp_asf_pfa_handler |
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_ms_rtp_asf_pfv_handler |
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_qcelp_dynamic_handler |
Definition at line 222 of file rtpdec_qcelp.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_qdm2_dynamic_handler |
Definition at line 311 of file rtpdec_qdm2.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_qt_rtp_aud_handler |
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_qt_rtp_vid_handler |
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_quicktime_rtp_aud_handler |
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_quicktime_rtp_vid_handler |
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_svq3_dynamic_handler |
Definition at line 126 of file rtpdec_svq3.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_theora_dynamic_handler |
Definition at line 392 of file rtpdec_xiph.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_vorbis_dynamic_handler |
Definition at line 402 of file rtpdec_xiph.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
RTPDynamicProtocolHandler ff_vp8_dynamic_handler |
Definition at line 290 of file rtpdec_vp8.c.
Referenced by av_register_rtp_dynamic_payload_handlers().