
Defines | |
| #define | DVDSUBTRANS_DISABLE_TEXT N_("Disable DVD subtitle transparency") |
| #define | DVDSUBTRANS_DISABLE_LONGTEXT |
Functions | |
| static int | DecoderOpen (vlc_object_t *) |
| static int | PacketizerOpen (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| Releases resources. | |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static block_t * | Reassemble (decoder_t *, block_t **) |
| static subpicture_t * | Decode (decoder_t *, block_t **) |
| static block_t * | Packetize (decoder_t *, block_t **) |
| #define DVDSUBTRANS_DISABLE_LONGTEXT |
Value:
N_("Removes all transparency effects " \ "used in DVD subtitles.")
| #define DVDSUBTRANS_DISABLE_TEXT N_("Disable DVD subtitle transparency") |
| 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 subpicture_t * Decode | ( | decoder_t * | p_dec, | |
| block_t ** | pp_block | |||
| ) | [static] |
| static int DecoderOpen | ( | vlc_object_t * | p_this | ) | [static] |
References decoder_sys_t::b_disabletrans, decoder_sys_t::b_packetizer, Decode(), es_format_Init(), decoder_t::fmt_in, decoder_t::fmt_out, es_format_t::i_codec, decoder_sys_t::i_spu, decoder_sys_t::i_spu_size, decoder_sys_t::p_block, decoder_t::p_sys, p_sys, decoder_t::pf_decode_sub, decoder_t::pf_packetize, SPU_ES, var_InheritBool, VLC_CODEC_SPU, VLC_EGENERIC, and VLC_SUCCESS.
| static int PacketizerOpen | ( | vlc_object_t * | p_this | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.6