Go to the source code of this file.
Initialize a codec context based on the payload type.
Fill the codec_type and codec_id fields of a codec context with information depending on the payload type; for audio codecs, the channels and sample_rate fields are also filled.
Return the payload type for a given stream used in the given format context.
Static payload types are derived from the codec. Dynamic payload type are derived from the id field in AVStream. The format context private option payload_type overrides both.
Definition at line 90 of file rtp.c.
Referenced by ff_rtp_chain_mux_open(), and rtp_write_header().
Return the encoding name (as defined in http://www.iana.org/assignments/rtp-parameters) for a given payload type.
Return the codec id for the given encoding name and codec type.
Definition at line 35 of file rtp.c.
Referenced by decode_entropy_coded_image(), ff_rtp_enc_name(), ff_rtp_get_codec_info(), vp5_parse_coeff(), vp5_parse_coeff_models(), vp6_decode_free_context(), vp6_parse_coeff(), vp6_parse_coeff_huffman(), and vp6_parse_coeff_models().
Definition at line 36 of file rtp.c.
Referenced by ff_rtp_codec_id().
Definition at line 37 of file rtp.c.
Referenced by avcodec_string(), avi_read_header(), build_feed_streams(), create_stream(), mkv_write_packet(), and new_stream().
Definition at line 39 of file rtp.c.
Referenced by ff_rtp_get_codec_info().
Definition at line 40 of file rtp.c.
Referenced by ff_rtp_get_codec_info(), and new_audio_stream().
Referenced by ff_rtp_codec_id(), ff_rtp_enc_name(), ff_rtp_get_codec_info(), and ff_rtp_get_payload_type().