
Data Structures | |
| struct | subtitle_t |
| struct | demux_sys_t |
Defines | |
| #define | SUB_DELAY_LONGTEXT N_("Apply a delay to all subtitles (in 1/10s, eg 100 means 10s).") |
| #define | SUB_FPS_LONGTEXT |
| #define | SUB_TYPE_LONGTEXT N_("Force the subtiles format. Use \"auto\", the set of supported values varies.") |
Functions | |
| static int | Open (vlc_object_t *p_this) |
| Probes and initializes. | |
| static void | Close (vlc_object_t *p_this) |
| Releases resources. | |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static int | Demux (demux_t *) |
| static int | Control (demux_t *, int, va_list) |
| static void | Fix (demux_t *) |
| static int | ProcessLine (demux_t *, void *, int64_t, int64_t, const char *, size_t) |
| #define SUB_DELAY_LONGTEXT N_("Apply a delay to all subtitles (in 1/10s, eg 100 means 10s).") |
| #define SUB_FPS_LONGTEXT |
Value:
N_("Override the normal frames per second settings. " \ "This will only affect frame-based subtitle formats without a fixed value.")
| #define SUB_TYPE_LONGTEXT N_("Force the subtiles format. Use \"auto\", the set of supported values varies.") |
| 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_GET_ATTACHMENTS, DEMUX_GET_FPS, DEMUX_GET_LENGTH, DEMUX_GET_META, DEMUX_GET_POSITION, DEMUX_GET_TIME, DEMUX_GET_TITLE_INFO, DEMUX_SET_NEXT_DEMUX_TIME, DEMUX_SET_POSITION, DEMUX_SET_TIME, demux_sys_t::i_length, demux_sys_t::i_next_demux_date, subtitle_t::i_start, demux_sys_t::i_subtitle, demux_sys_t::i_subtitles, msg_Err, demux_t::p_sys, demux_sys_t::subtitle, VLC_EGENERIC, and VLC_SUCCESS.
| static int Demux | ( | demux_t * | p_demux | ) | [static] |
References block_New, block_Release(), demux_sys_t::es, es_out_Send(), block_t::i_dts, block_t::i_length, demux_sys_t::i_next_demux_date, block_t::i_pts, subtitle_t::i_start, subtitle_t::i_stop, demux_sys_t::i_subtitle, demux_sys_t::i_subtitles, demux_t::out, block_t::p_buffer, demux_t::p_parent, demux_t::p_sys, subtitle_t::psz_text, demux_sys_t::subtitle, var_GetTime, VLC_TS_0, and VLC_TS_INVALID.
| static void Fix | ( | demux_t * | p_demux | ) | [static] |
References subtitle_t::i_start, demux_sys_t::i_subtitles, demux_t::p_sys, and demux_sys_t::subtitle.
Referenced by EbmlParser::Get().
| 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 int ProcessLine | ( | demux_t * | p_demux, | |
| void * | p_arg, | |||
| int64_t | i_start, | |||
| int64_t | i_stop, | |||
| const char * | p_buffer, | |||
| size_t | i_buffer_length | |||
| ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.6