
Data Structures | |
| struct | demux_sys_t |
Defines | |
| #define | FPS_TEXT N_("Frames per Second") |
| #define | FPS_LONGTEXT |
Functions | |
| static int | Open (vlc_object_t *) |
| Probes and initializes. | |
| static void | Close (vlc_object_t *) |
| Releases resources. | |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static int | MimeDemux (demux_t *) |
| static int | MjpgDemux (demux_t *) |
| static int | Control (demux_t *, int i_query, va_list args) |
| static bool | Peek (demux_t *p_demux, bool b_first) |
| static char * | GetLine (demux_t *p_demux, int *p_pos) |
| static bool | CheckMimeHeader (demux_t *p_demux, int *p_header_size) |
| static int | SendBlock (demux_t *p_demux, int i) |
| #define FPS_LONGTEXT |
Value:
N_("This is the desired frame rate when " \ "playing MJPEG from a file. Use 0 (this is the default value) for a " \ "live stream (from a camera).")
| #define FPS_TEXT N_("Frames per Second") |
| static bool CheckMimeHeader | ( | demux_t * | p_demux, | |
| int * | p_header_size | |||
| ) | [static] |
References GetLine(), demux_sys_t::i_data_peeked, msg_Dbg, msg_Err, msg_Warn, demux_sys_t::p_peek, demux_t::p_sys, p_sys, Peek(), demux_sys_t::psz_separator, and strncasecmp().
Referenced by MimeDemux().
| 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 Control | ( | demux_t * | p_demux, | |
| int | i_query, | |||
| va_list | args | |||
| ) | [static] |
References demux_vaControlHelper(), and demux_t::s.
| static char* GetLine | ( | demux_t * | p_demux, | |
| int * | p_pos | |||
| ) | [static] |
References i, demux_sys_t::i_data_peeked, demux_sys_t::p_peek, demux_t::p_sys, p_sys, and Peek().
Referenced by CheckMimeHeader().
| static int MimeDemux | ( | demux_t * | p_demux | ) | [static] |
| static int MjpgDemux | ( | demux_t * | p_demux | ) | [static] |
| static int Open | ( | vlc_object_t * | p_this | ) | [static] |
Probes and initializes.
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 bool Peek | ( | demux_t * | p_demux, | |
| bool | b_first | |||
| ) | [static] |
| static int SendBlock | ( | demux_t * | p_demux, | |
| int | i | |||
| ) | [static] |
References demux_sys_t::b_still, es_out_Control(), es_out_Send(), ES_OUT_SET_PCR, block_t::i_dts, demux_sys_t::i_frame_length, block_t::i_pts, demux_sys_t::i_still_end, demux_sys_t::i_still_length, demux_sys_t::i_time, mdate(), msg_Warn, demux_t::out, demux_sys_t::p_es, demux_t::p_sys, p_sys, demux_t::s, stream_Block(), and VLC_TS_0.
Referenced by MimeDemux(), and MjpgDemux().
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.6