
Data Structures | |
| struct | demux_sys_t |
Defines | |
| #define | TIME_TEXT N_("Trust MPEG timestamps") |
| #define | TIME_LONGTEXT |
Functions | |
| static int | OpenForce (vlc_object_t *) |
| 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 | Demux (demux_t *p_demux) |
| static int | Control (demux_t *p_demux, int i_query, va_list args) |
| static int | ps_pkt_resynch (stream_t *, uint32_t *pi_code) |
| static block_t * | ps_pkt_read (stream_t *, uint32_t i_code) |
| static int | OpenCommon (vlc_object_t *p_this, bool b_force) |
| static int | Demux2 (demux_t *p_demux, bool b_end) |
| static void | FindLength (demux_t *p_demux) |
| #define TIME_LONGTEXT |
Value:
N_("Normally we use the timestamps of the MPEG files " \ "to calculate position and duration. However sometimes this might not " \ "be usable. Disable this option to calculate from the bitrate instead." )
| #define TIME_TEXT N_("Trust MPEG timestamps") |
| 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_FPS, DEMUX_GET_LENGTH, DEMUX_GET_POSITION, DEMUX_GET_TIME, DEMUX_SET_POSITION, DEMUX_SET_TIME, demux_sys_t::i_current_pts, ps_track_t::i_first_pts, demux_sys_t::i_length, demux_sys_t::i_mux_rate, demux_sys_t::i_time_track, demux_t::p_sys, demux_t::s, stream_Seek(), stream_Size(), stream_Tell(), demux_sys_t::tk, VLC_EGENERIC, and VLC_SUCCESS.
| static int Demux | ( | demux_t * | p_demux | ) | [static] |
References AUDIO_ES, demux_sys_t::b_have_pack, demux_sys_t::b_lost_sync, demux_sys_t::b_seekable, ps_track_t::b_seen, block_Release(), ps_track_t::es, es_out_Add(), es_out_Control(), es_out_Send(), ES_OUT_SET_PCR, FindLength(), ps_track_t::fmt, demux_sys_t::i_aob_mlp_count, es_format_t::i_cat, es_format_t::i_codec, demux_sys_t::i_current_pts, demux_sys_t::i_length, demux_sys_t::i_mux_rate, block_t::i_pts, demux_sys_t::i_scr, ps_track_t::i_skip, ps_psm_t::i_version, msg_Dbg, msg_Warn, demux_t::out, demux_t::p_sys, PS_ID_TO_TK, ps_pkt_id(), ps_pkt_parse_pack(), ps_pkt_parse_pes(), ps_pkt_parse_system(), ps_pkt_read(), ps_pkt_resynch(), ps_psm_fill(), ps_track_fill(), demux_sys_t::psm, demux_t::s, demux_sys_t::tk, UNKNOWN_ES, VLC_CODEC_TELETEXT, VLC_FOURCC, VLC_TS_0, and VLC_TS_INVALID.
| static int Demux2 | ( | demux_t * | p_demux, | |
| bool | b_end | |||
| ) | [static] |
References demux_sys_t::b_lost_sync, block_Release(), ps_track_t::i_first_pts, ps_track_t::i_last_pts, block_t::i_pts, ps_track_t::i_skip, msg_Warn, demux_t::p_sys, PS_ID_TO_TK, ps_pkt_id(), ps_pkt_parse_pes(), ps_pkt_read(), ps_pkt_resynch(), demux_t::s, and demux_sys_t::tk.
Referenced by FindLength().
| static void FindLength | ( | demux_t * | p_demux | ) | [static] |
References __MAX, __MIN, Demux2(), ps_track_t::i_first_pts, ps_track_t::i_last_pts, demux_sys_t::i_length, demux_sys_t::i_time_track, msg_Dbg, demux_t::p_sys, demux_t::s, stream_Seek(), stream_Size(), stream_Tell(), demux_sys_t::tk, var_CreateGetInteger, and vlc_object_alive.
Referenced by Demux().
| 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 int OpenCommon | ( | vlc_object_t * | p_this, | |
| bool | b_force | |||
| ) | [static] |
References demux_sys_t::b_have_pack, demux_sys_t::b_lost_sync, demux_sys_t::b_seekable, Control(), Demux(), demux_sys_t::i_aob_mlp_count, demux_sys_t::i_current_pts, demux_sys_t::i_length, demux_sys_t::i_mux_rate, demux_sys_t::i_scr, demux_sys_t::i_time_track, msg_Err, msg_Warn, demux_t::p_sys, p_sys, demux_t::pf_control, demux_t::pf_demux, ps_psm_init(), ps_track_init(), demux_sys_t::psm, demux_t::s, STREAM_CAN_SEEK, stream_Control(), stream_Peek(), demux_sys_t::tk, VLC_EGENERIC, VLC_ENOMEM, and VLC_SUCCESS.
| static int OpenForce | ( | vlc_object_t * | p_this | ) | [static] |
References OpenCommon().
References ps_pkt_size(), stream_Block(), stream_Peek(), and VLC_UNUSED.
| static int ps_pkt_resynch | ( | stream_t * | s, | |
| uint32_t * | pi_code | |||
| ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.6