projectm.cpp File Reference

Include dependency graph for projectm.cpp:


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_tDoWork (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 Documentation

#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")


Function Documentation

static void Close ( vlc_object_t p_this  )  [static]

Close the module.

Parameters:
p_this,: the filter object
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.

Parameters:
p_this pointer to this filter object
p_this,: the filter object

static block_t * DoWork ( filter_t p_filter,
block_t p_in_buf 
) [static]

Do the actual work with the new sample.

Parameters:
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.

Parameters:
p_this,: the filter object
Returns:
VLC_SUCCESS or vlc error codes
Forward declarations.

Status of this demuxer: Real Media format -----------------.

Basic chorus/flanger/delay audio filter This implements a variable delay filter for VLC.

Todo:

  • Improve CDDB support (non-blocking, cache, .

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.

Parameters:
p_this,: the vlc_object
Returns:
VLC_SUCCESS if everything was fine
Parameters:
p_this 
p_this,: the filter object
Returns:
VLC_SUCCESS or vlc error codes

Todo:
Reinstate meta codec name

static void * Thread ( void *  p_data  )  [static]

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().


Generated on Tue May 25 08:05:32 2010 for VLC by  doxygen 1.5.6