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:= {
}
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
#define FF_RTP_FLAG_OPTS(ctx, fieldname)
Definition at line 31 of file rtpenc.c.
Initial value:= {
.class_name = "RTP muxer",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 40 of file rtpenc.c.
Initial value:= {
.name = "rtp",
}
static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt)
static const AVClass rtp_muxer_class
static int rtp_write_header(AVFormatContext *s1)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int write_trailer(AVFormatContext *s1)
static void write_header(FFV1Context *f)
static int rtp_write_trailer(AVFormatContext *s1)
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
Definition at line 616 of file rtpenc.c.