
| char* httpd_ClientIP | ( | const httpd_client_t * | cl, | |
| char * | psz_ip | |||
| ) |
Referenced by RtspCallback(), RtspCallbackES(), and RtspHandler().
| void httpd_ClientModeBidir | ( | httpd_client_t * | cl | ) |
| void httpd_ClientModeStream | ( | httpd_client_t * | cl | ) |
| httpd_file_sys_t* httpd_FileDelete | ( | httpd_file_t * | file | ) |
Referenced by vlclua_httpd_file_delete().
| httpd_file_t* httpd_FileNew | ( | httpd_host_t * | host, | |
| const char * | url, | |||
| const char * | content_type, | |||
| const char * | login, | |||
| const char * | password, | |||
| const vlc_acl_t * | acl, | |||
| httpd_file_callback_t | cb, | |||
| httpd_file_sys_t * | data | |||
| ) |
Referenced by ParseDirectory(), and vlclua_httpd_file_new().
| httpd_handler_sys_t* httpd_HandlerDelete | ( | httpd_handler_t * | handler | ) |
Referenced by vlclua_httpd_handler_delete().
| httpd_handler_t* httpd_HandlerNew | ( | httpd_host_t * | host, | |
| const char * | url, | |||
| const char * | login, | |||
| const char * | password, | |||
| const vlc_acl_t * | acl, | |||
| httpd_handler_callback_t | cb, | |||
| httpd_handler_sys_t * | data | |||
| ) |
Referenced by ParseDirectory(), and vlclua_httpd_handler_new().
| void httpd_HostDelete | ( | httpd_host_t * | h | ) |
Referenced by Close(), Open(), RtspUnsetup(), and vlclua_httpd_host_delete().
| httpd_host_t* httpd_HostNew | ( | vlc_object_t * | obj, | |
| const char * | host, | |||
| int | port | |||
| ) |
Referenced by RtspSetup().
| void httpd_MsgAdd | ( | httpd_message_t * | m, | |
| const char * | name, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Referenced by RtspCallback(), RtspCallbackES(), and RtspHandler().
| const char* httpd_MsgGet | ( | const httpd_message_t * | m, | |
| const char * | name | |||
| ) |
Referenced by RtspCallback(), RtspCallbackES(), and RtspHandler().
| void httpd_RedirectDelete | ( | httpd_redirect_t * | r | ) |
Referenced by vlclua_httpd_redirect_delete().
| httpd_redirect_t* httpd_RedirectNew | ( | httpd_host_t * | host, | |
| const char * | dst, | |||
| const char * | src | |||
| ) |
Referenced by ParseDirectory(), and vlclua_httpd_redirect_new().
| char* httpd_ServerIP | ( | const httpd_client_t * | client, | |
| char * | ip | |||
| ) |
Referenced by RtspHandler(), and SDPGenerate().
| void httpd_StreamDelete | ( | httpd_stream_t * | stream | ) |
Referenced by Close().
| int httpd_StreamHeader | ( | httpd_stream_t * | stream, | |
| uint8_t * | data, | |||
| int | count | |||
| ) |
Referenced by Write().
| httpd_stream_t* httpd_StreamNew | ( | httpd_host_t * | host, | |
| const char * | url, | |||
| const char * | content_type, | |||
| const char * | login, | |||
| const char * | password, | |||
| const vlc_acl_t * | acl | |||
| ) |
Referenced by Open().
| int httpd_StreamSend | ( | httpd_stream_t * | stream, | |
| uint8_t * | data, | |||
| int | count | |||
| ) |
Referenced by Write().
| httpd_host_t* httpd_TLSHostNew | ( | vlc_object_t * | obj, | |
| const char * | host, | |||
| int | port, | |||
| const char * | cert, | |||
| const char * | key, | |||
| const char * | ca, | |||
| const char * | crl | |||
| ) |
Referenced by httpd_HostNew(), Open(), and vlclua_httpd_tls_host_new().
| int httpd_UrlCatch | ( | httpd_url_t * | url, | |
| int | request, | |||
| httpd_callback_t | cb, | |||
| httpd_callback_sys_t * | data | |||
| ) |
Referenced by httpd_FileNew(), httpd_HandlerNew(), httpd_StreamNew(), MediaAddES(), MediaNew(), RtspAddId(), and RtspSetup().
| void httpd_UrlDelete | ( | httpd_url_t * | url | ) |
Referenced by MediaDel(), MediaDelES(), MediaNew(), RtspDelId(), and RtspUnsetup().
| httpd_url_t* httpd_UrlNew | ( | httpd_host_t * | host, | |
| const char * | url, | |||
| const char * | login, | |||
| const char * | password, | |||
| const vlc_acl_t * | acl | |||
| ) |
| httpd_url_t* httpd_UrlNewUnique | ( | httpd_host_t * | host, | |
| const char * | url, | |||
| const char * | login, | |||
| const char * | password, | |||
| const vlc_acl_t * | acl | |||
| ) |
Referenced by httpd_FileNew(), httpd_HandlerNew(), httpd_StreamNew(), MediaAddES(), MediaNew(), RtspAddId(), and RtspSetup().
| char* sdp_AddAttribute | ( | char ** | sdp, | |
| const char * | name, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Referenced by sdp_AddMedia(), and vlc_sdp_Start().
| char* sdp_AddMedia | ( | char ** | sdp, | |
| const char * | type, | |||
| const char * | protocol, | |||
| int | dport, | |||
| unsigned | pt, | |||
| bool | bw_indep, | |||
| unsigned | bw, | |||
| const char * | ptname, | |||
| unsigned | clockrate, | |||
| unsigned | channels, | |||
| const char * | fmtp | |||
| ) |
| int sout_AccessOutControl | ( | sout_access_out_t * | out, | |
| int | query, | |||
| ... | ||||
| ) |
| void sout_AccessOutDelete | ( | sout_access_out_t * | out | ) |
| sout_access_out_t* sout_AccessOutNew | ( | vlc_object_t * | obj, | |
| const char * | access, | |||
| const char * | name | |||
| ) |
| ssize_t sout_AccessOutRead | ( | sout_access_out_t * | out, | |
| block_t * | block | |||
| ) |
| int sout_AccessOutSeek | ( | sout_access_out_t * | out, | |
| off_t | offset | |||
| ) |
Referenced by DelStream(), and IOSeek().
| ssize_t sout_AccessOutWrite | ( | sout_access_out_t * | out, | |
| block_t * | block | |||
| ) |
Referenced by box_send(), DelStream(), IOWrite(), Mux(), MuxBlock(), OggCreateFooter(), and TSDate().
| session_descriptor_t* sout_AnnounceRegisterSDP | ( | vlc_object_t * | obj, | |
| const char * | sdp, | |||
| const char * | dst, | |||
| announce_method_t * | method | |||
| ) |
| sout_AnnounceUnRegister | ( | vlc_object_t * | obj, | |
| session_descriptor_t * | d | |||
| ) |
| encoder_t* sout_EncoderCreate | ( | vlc_object_t * | p_this | ) |
| void sout_MethodRelease | ( | announce_method_t * | method | ) |
| sout_input_t* sout_MuxAddStream | ( | sout_mux_t * | mux, | |
| es_format_t * | fmt | |||
| ) |
Referenced by Add().
| void sout_MuxDelete | ( | sout_mux_t * | mux | ) |
| void sout_MuxDeleteStream | ( | sout_mux_t * | mux, | |
| sout_input_t * | input | |||
| ) |
Referenced by Del().
| sout_mux_t* sout_MuxNew | ( | sout_instance_t * | instance, | |
| const char * | mux, | |||
| sout_access_out_t * | out | |||
| ) |
Referenced by Add().
| void sout_MuxSendBuffer | ( | sout_mux_t * | mux, | |
| sout_input_t * | input, | |||
| block_t * | block | |||
| ) |
| announce_method_t* sout_SAPMethod | ( | void | ) |
| void sout_StreamDelete | ( | sout_stream_t * | stream | ) |
Referenced by CloseIn(), OutputStart(), sout_DeleteInstance(), and sout_StreamNew().
| sout_stream_t* sout_StreamNew | ( | sout_instance_t * | instance, | |
| char * | chain | |||
| ) |
Referenced by __sout_NewInstance(), OpenIn(), and OutputNew().
| void sout_UpdateStatistic | ( | sout_instance_t * | instance, | |
| sout_statistic_t | stat, | |||
| int | value | |||
| ) |
Referenced by sout_AccessOutWrite(), transcode_audio_process(), transcode_spu_process(), and transcode_video_process().
| char* vlc_sdp_Start | ( | vlc_object_t * | obj, | |
| const char * | cfg, | |||
| const struct sockaddr * | src, | |||
| size_t | srclen, | |||
| const struct sockaddr * | addr, | |||
| size_t | addrlen | |||
| ) |
SDP.
1.5.6