Go to the source code of this file.
|
MuxStream * | ms_from_ost (OutputStream *ost) |
|
static Muxer * | mux_from_of (OutputFile *of) |
|
static int64_t | filesize (AVIOContext *pb) |
|
static int | write_packet (Muxer *mux, OutputStream *ost, AVPacket *pkt) |
|
static int | sync_queue_process (Muxer *mux, OutputStream *ost, AVPacket *pkt, int *stream_eof) |
|
static void | thread_set_name (OutputFile *of) |
|
static void * | muxer_thread (void *arg) |
|
static int | thread_submit_packet (Muxer *mux, OutputStream *ost, AVPacket *pkt) |
|
static int | queue_packet (Muxer *mux, OutputStream *ost, AVPacket *pkt) |
|
static int | submit_packet (Muxer *mux, AVPacket *pkt, OutputStream *ost) |
|
void | of_output_packet (OutputFile *of, AVPacket *pkt, OutputStream *ost, int eof) |
|
static int | thread_stop (Muxer *mux) |
|
static void | pkt_move (void *dst, void *src) |
|
static int | thread_start (Muxer *mux) |
|
static int | print_sdp (void) |
|
int | mux_check_init (Muxer *mux) |
|
static int | bsf_init (MuxStream *ms) |
|
int | of_stream_init (OutputFile *of, OutputStream *ost) |
|
int | of_write_trailer (OutputFile *of) |
|
static void | ost_free (OutputStream **post) |
|
static void | fc_close (AVFormatContext **pfc) |
|
void | of_close (OutputFile **pof) |
|
int64_t | of_filesize (OutputFile *of) |
|
◆ bsf_init()
◆ fc_close()
static void fc_close |
( |
AVFormatContext ** |
pfc | ) |
|
|
static |
◆ filesize()
static int64_t filesize |
( |
AVIOContext * |
pb | ) |
|
|
static |
◆ ms_from_ost()
◆ mux_check_init()
◆ mux_from_of()
◆ muxer_thread()
static void * muxer_thread |
( |
void * |
arg | ) |
|
|
static |
◆ of_close()
◆ of_filesize()
◆ of_output_packet()
◆ of_stream_init()
◆ of_write_trailer()
◆ ost_free()
◆ pkt_move()
static void pkt_move |
( |
void * |
dst, |
|
|
void * |
src |
|
) |
| |
|
static |
◆ print_sdp()
static int print_sdp |
( |
void |
| ) |
|
|
static |
◆ queue_packet()
◆ submit_packet()
◆ sync_queue_process()
◆ thread_set_name()
◆ thread_start()
◆ thread_stop()
◆ thread_submit_packet()
◆ write_packet()
◆ want_sdp
__thread int want_sdp = 1 |