
Data Structures | |
| struct | filter_sys_t |
| filter_sys_t: chroma method descriptor More... | |
Defines | |
| #define | CONFIG_TEXT N_("projectM configuration file") |
| #define | CONFIG_LONGTEXT |
| #define | PRESET_PATH_TXT N_("projectM preset path") |
| #define | PRESET_PATH_LONGTXT N_("Path to the projectM preset directory") |
| #define | TITLE_FONT_TXT N_("Title font") |
| #define | TITLE_FONT_LONGTXT N_("Font used for the titles") |
| #define | MENU_FONT_TXT N_("Font menu") |
| #define | MENU_FONT_LONGTXT N_("Font used for the menus") |
| #define | WIDTH_TEXT N_("Video width") |
| #define | WIDTH_LONGTEXT N_("The width of the video window, in pixels.") |
| #define | HEIGHT_TEXT N_("Video height") |
| #define | HEIGHT_LONGTEXT N_("The height of the video window, in pixels.") |
Functions | |
| static int | Open (vlc_object_t *p_this) |
| Open the module. | |
| static void | Close (vlc_object_t *p_this) |
| Close the module. | |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static block_t * | DoWork (filter_t *p_filter, block_t *p_in_buf) |
| Do the actual work with the new sample. | |
| static void * | Thread (void *p_data) |
| ProjectM update thread which do the rendering. | |
| static int | VoutCallback (vlc_object_t *p_vout, char const *psz_name, vlc_value_t oldv, vlc_value_t newv, void *p_data) |
| Variable callback for the dummy vout. | |
| #define CONFIG_LONGTEXT |
Value:
N_("File that will be used to configure the projectM " \ "module.")
| #define CONFIG_TEXT N_("projectM configuration file") |
| #define HEIGHT_LONGTEXT N_("The height of the video window, in pixels.") |
| #define HEIGHT_TEXT N_("Video height") |
| #define MENU_FONT_LONGTXT N_("Font used for the menus") |
| #define MENU_FONT_TXT N_("Font menu") |
| #define PRESET_PATH_LONGTXT N_("Path to the projectM preset directory") |
| #define PRESET_PATH_TXT N_("projectM preset path") |
| #define TITLE_FONT_LONGTXT N_("Font used for the titles") |
| #define TITLE_FONT_TXT N_("Title font") |
| #define WIDTH_LONGTEXT N_("The width of the video window, in pixels.") |
| #define WIDTH_TEXT N_("Video width") |
| static void Close | ( | vlc_object_t * | p_this | ) | [static] |
Close the module.
| p_this,: | the filter object |
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 |
Do the actual work with the new sample.
| p_aout,: | audio output object | |
| p_filter,: | filter object | |
| p_in_buf,: | input buffer | |
| p_out_buf,: | output buffer |
References __MIN, i, filter_sys_t::i_buffer_size, filter_sys_t::i_channels, block_t::i_nb_samples, filter_sys_t::i_nb_samples, filter_sys_t::lock, filter_sys_t::p_buffer, block_t::p_buffer, filter_t::p_sys, vlc_mutex_lock(), and vlc_mutex_unlock().
| static int Open | ( | vlc_object_t * | p_this | ) | [static] |
Open the module.
| p_this,: | the filter object |
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 * Thread | ( | void * | p_data | ) | [static] |
ProjectM update thread which do the rendering.
| p_this,: | the p_thread object |
References filter_sys_t::b_error, filter_sys_t::b_quit, vout_display_t::cfg, vout_display_state_t::cfg, CLOCK_FREQ, vout_display_state_t::den, vout_display_cfg_t::den, vout_display_cfg_t::display, vout_display_place_t::height, vout_display_cfg_t::height, filter_sys_t::i_buffer_size, filter_sys_t::i_height, filter_sys_t::i_nb_samples, video_format_t::i_sar_den, video_format_t::i_sar_num, filter_sys_t::i_width, vout_display_cfg_t::is_display_filled, filter_sys_t::lock, mdate(), mwait, vout_display_state_t::num, vout_display_cfg_t::num, filter_sys_t::p_buffer, filter_sys_t::p_projectm, filter_t::p_sys, filter_sys_t::p_vd, filter_sys_t::p_vout, filter_sys_t::psz_config, filter_sys_t::ready, vout_display_state_t::sar, vout_display_cfg_t::sar, vout_display_t::source, var_AddCallback, var_Create, video_format_Init(), video_format_Setup(), VLC_CODEC_RGB32, vlc_mutex_lock(), vlc_mutex_unlock(), vlc_object_attach, vlc_object_create, vlc_object_release, vlc_savecancel(), vlc_sem_post(), VLC_VAR_BOOL, vout_DeleteDisplay(), vout_display_PlacePicture(), vout_GetDisplayOpengl(), vout_ManageDisplay(), vout_NewDisplay(), vout_opengl_Lock(), vout_opengl_Swap(), vout_opengl_Unlock(), VoutCallback(), vout_display_place_t::width, vout_display_cfg_t::width, and vout_display_cfg_t::zoom.
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
| static int VoutCallback | ( | vlc_object_t * | p_vout, | |
| char const * | psz_name, | |||
| vlc_value_t | oldv, | |||
| vlc_value_t | newv, | |||
| void * | p_data | |||
| ) | [static] |
Variable callback for the dummy vout.
References vlc_value_t::b_bool, VLC_SUCCESS, and vout_SetDisplayFullscreen().
Referenced by Thread().
1.5.6