Go to the source code of this file.
 | 
| static int  | is_supported (enum AVCodecID id) | 
|   | 
| static int  | rtp_write_header (AVFormatContext *s1) | 
|   | 
| static void  | rtcp_send_sr (AVFormatContext *s1, int64_t ntp_time, int bye) | 
|   | 
| void  | ff_rtp_send_data (AVFormatContext *s1, const uint8_t *buf1, int len, int m) | 
|   | 
| static int  | rtp_send_samples (AVFormatContext *s1, const uint8_t *buf1, int size, int sample_size_bits) | 
|   | 
| static void  | rtp_send_mpegaudio (AVFormatContext *s1, const uint8_t *buf1, int size) | 
|   | 
| static void  | rtp_send_raw (AVFormatContext *s1, const uint8_t *buf1, int size) | 
|   | 
| static void  | rtp_send_mpegts_raw (AVFormatContext *s1, const uint8_t *buf1, int size) | 
|   | 
| static int  | rtp_send_ilbc (AVFormatContext *s1, const uint8_t *buf, int size) | 
|   | 
| static int  | rtp_write_packet (AVFormatContext *s1, AVPacket *pkt) | 
|   | 
| static int  | rtp_write_trailer (AVFormatContext *s1) | 
|   | 
Definition at line 306 of file rtpenc.c.
Referenced by ff_rtp_send_aac(), ff_rtp_send_amr(), ff_rtp_send_h261(), ff_rtp_send_h263(), ff_rtp_send_jpeg(), ff_rtp_send_latm(), ff_rtp_send_mpegvideo(), ff_rtp_send_vp8(), ff_rtp_send_xiph(), flush_buffered(), nal_send(), rtp_send_ilbc(), rtp_send_mpegaudio(), rtp_send_mpegts_raw(), rtp_send_raw(), rtp_send_samples(), send_mode_a(), and send_mode_b().
 
 
Initial value:
Definition at line 31 of file rtpenc.c.
 
 
Initial value:= {
    .class_name = "RTP muxer",
}
 
Definition at line 40 of file rtpenc.c.
 
 
Initial value:
Definition at line 620 of file rtpenc.c.