
Functions | |
| int | transcode_osd_new (sout_stream_t *p_stream, sout_stream_id_t *id) |
| void | transcode_osd_close (sout_stream_t *p_stream, sout_stream_id_t *id) |
| int | transcode_osd_process (sout_stream_t *p_stream, sout_stream_id_t *id, block_t *in, block_t **out) |
| bool | transcode_osd_add (sout_stream_t *p_stream, es_format_t *p_fmt, sout_stream_id_t *id) |
| bool transcode_osd_add | ( | sout_stream_t * | p_stream, | |
| es_format_t * | p_fmt, | |||
| sout_stream_id_t * | id | |||
| ) |
References sout_stream_sys_t::b_osd, es_format_t::i_codec, sout_stream_sys_t::i_scodec, msg_Dbg, msg_Err, sout_stream_t::p_sys, p_sys, and transcode_osd_new().
Referenced by Add().
| void transcode_osd_close | ( | sout_stream_t * | p_stream, | |
| sout_stream_id_t * | id | |||
| ) |
References sout_stream_sys_t::b_osd, module_unneed, sout_stream_id_t::p_encoder, encoder_t::p_module, sout_stream_t::p_sys, and p_sys.
Referenced by Del().
| int transcode_osd_new | ( | sout_stream_t * | p_stream, | |
| sout_stream_id_t * | id | |||
| ) |
References sout_stream_sys_t::b_osd, es_format_Init(), encoder_t::fmt_in, decoder_t::fmt_in, decoder_t::fmt_out, encoder_t::fmt_out, es_format_t::i_cat, es_format_t::i_codec, sout_stream_sys_t::i_osdcodec, sout_stream_id_t::id, module_need, module_unneed, msg_Dbg, msg_Err, sout_stream_id_t::p_decoder, sout_stream_sys_t::p_decoder, sout_stream_id_t::p_encoder, encoder_t::p_module, sout_stream_t::p_next, sout_stream_sys_t::p_osd_cfg, sout_stream_sys_t::p_spu, sout_stream_t::p_sys, p_sys, sout_stream_sys_t::psz_osdenc, sout_StreamIdAdd(), spu_Create, SPU_ES, strdup(), VLC_CODEC_YUVA, VLC_EGENERIC, and VLC_SUCCESS.
Referenced by transcode_osd_add().
| int transcode_osd_process | ( | sout_stream_t * | p_stream, | |
| sout_stream_id_t * | id, | |||
| block_t * | in, | |||
| block_t ** | out | |||
| ) |
References sout_stream_sys_t::b_master_sync, block_ChainAppend(), block_t::i_dts, sout_stream_sys_t::i_master_drift, block_t::i_pts, subpicture_t::i_start, subpicture_t::i_stop, msg_Warn, sout_stream_id_t::p_encoder, sout_stream_sys_t::p_spu, sout_stream_t::p_sys, p_sys, spu_Create, spu_SortSubpictures(), subpicture_Delete(), VLC_EGENERIC, VLC_SUCCESS, and VLC_TS_INVALID.
Referenced by Send().
1.5.6