
Data Structures | |
| struct | services_discovery_sys_t |
Defines | |
| #define | URLS_TEXT N_("Podcast URLs list") |
| #define | URLS_LONGTEXT |
Enumerations | |
| enum | { UPDATE_URLS, UPDATE_REQUEST } |
Functions | |
| static int | Open (vlc_object_t *) |
| Probes and initializes. | |
| static void | Close (vlc_object_t *) |
| Releases resources. | |
| static int | vlc_sd_probe_Open (vlc_object_t *obj) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static void * | Run (void *) |
| static int | UrlsChange (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *) |
| static int | Request (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *) |
| static void | ParseRequest (services_discovery_t *p_sd) |
| static void | ParseUrls (services_discovery_t *p_sd, char *psz_urls) |
| static void | SaveUrls (services_discovery_t *p_sd) |
| #define URLS_LONGTEXT |
Value:
N_("Enter the list of podcasts to retrieve, " \ "separated by '|' (pipe)." )
| #define URLS_TEXT N_("Podcast URLs list") |
| static void Close | ( | vlc_object_t * | p_this | ) | [static] |
Releases resources.
Close the module.
Destroys the X11 window.
Disconnect from the X server.
Close a SDL video output.
It destroys an OpenGL vout display.
Terminate a vout display created by Open.
It destroyes a Direct3D vout display.
Terminate an output method created by Open.
Release the drawable.
Close a libcaca video output.
Close a aa video output method.
Close the filter.
Terminate a splitter module.
This function closes a clone video splitter module.
Common close function.
Releases allocate resources.
Close: Destructor.
| p_this | pointer to this filter object | |
| p_this,: | the filter object |
| static int Open | ( | vlc_object_t * | p_this | ) | [static] |
Probes and initializes.
Status of this demuxer: Real Media format -----------------.
Basic chorus/flanger/delay audio filter This implements a variable delay filter for VLC.
Todo:
Open the module.
Create an X11 window.
Probe the X server.
This function initializes SDL vout method.
It creates an OpenGL vout display.
This function allocates and initialize the DirectX vout display.
It creates a Direct3D vout display.
This function allocates and initializes a FB vout method.
Find the drawable set by libvlc application.
This function initializes libcaca vout method.
This function allocates and initializes a aa vout method.
This function allocates and initializes a Wall splitter module.
Open the filter.
This function allocates and initializes a Clone splitter module.
Open: initialize and create stuff.
Connect to the sftp server and ask for a file.
| p_this,: | the vlc_object |
| p_this | ||
| p_this,: | the filter object |
| static void ParseRequest | ( | services_discovery_t * | p_sd | ) | [static] |
References services_discovery_sys_t::i_input, services_discovery_sys_t::i_items, services_discovery_sys_t::i_urls, input_CreateAndStart, input_item_AddOption(), input_item_New, INSERT_ELEM, services_discovery_t::p_sys, services_discovery_sys_t::pp_input, services_discovery_sys_t::pp_items, services_discovery_sys_t::ppsz_urls, services_discovery_sys_t::psz_request, REMOVE_ELEM, SaveUrls(), services_discovery_AddItem(), services_discovery_RemoveItem(), strdup(), vlc_gc_decref, and VLC_INPUT_OPTION_TRUSTED.
Referenced by Run().
| static void ParseUrls | ( | services_discovery_t * | p_sd, | |
| char * | psz_urls | |||
| ) | [static] |
References services_discovery_sys_t::i_input, services_discovery_sys_t::i_items, services_discovery_sys_t::i_urls, input_CreateAndStart, input_item_AddOption(), input_item_New, INSERT_ELEM, services_discovery_t::p_sys, services_discovery_sys_t::pp_input, services_discovery_sys_t::pp_items, services_discovery_sys_t::ppsz_urls, services_discovery_AddItem(), services_discovery_RemoveItem(), strdup(), vlc_gc_decref, and VLC_INPUT_OPTION_TRUSTED.
Referenced by CreateFilter(), and Run().
| static int Request | ( | vlc_object_t * | p_this, | |
| char const * | psz_var, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | newval, | |||
| void * | p_data | |||
| ) | [static] |
References services_discovery_sys_t::b_update, services_discovery_sys_t::lock, services_discovery_sys_t::psz_request, vlc_value_t::psz_string, strdup(), UPDATE_REQUEST, services_discovery_sys_t::update_type, vlc_cond_signal(), vlc_mutex_lock(), vlc_mutex_unlock(), VLC_SUCCESS, VLC_UNUSED, and services_discovery_sys_t::wait.
| static void * Run | ( | void * | data | ) | [static] |
References input_thread_t::b_eof, input_thread_t::b_error, services_discovery_sys_t::b_update, services_discovery_sys_t::i_input, input_Stop(), services_discovery_sys_t::lock, msg_Dbg, mutex_cleanup_push, services_discovery_t::p_sys, ParseRequest(), ParseUrls(), services_discovery_sys_t::pp_input, REMOVE_ELEM, UPDATE_REQUEST, services_discovery_sys_t::update_type, UPDATE_URLS, var_GetNonEmptyString, vlc_cleanup_pop, vlc_cond_wait(), vlc_mutex_lock(), vlc_object_release, vlc_restorecancel(), vlc_savecancel(), vlc_thread_join, and services_discovery_sys_t::wait.
| static void SaveUrls | ( | services_discovery_t * | p_sd | ) | [static] |
References config_PutPsz, config_SaveConfigFile, services_discovery_sys_t::i_urls, services_discovery_t::p_sys, and services_discovery_sys_t::ppsz_urls.
Referenced by ParseRequest().
| static int UrlsChange | ( | vlc_object_t * | p_this, | |
| char const * | psz_var, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | newval, | |||
| void * | p_data | |||
| ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
| static int vlc_sd_probe_Open | ( | vlc_object_t * | obj | ) | [static] |
1.5.6