telx.c File Reference

Include dependency graph for telx.c:


Data Structures

struct  decoder_sys_t

Defines

#define dbg(a)
#define OVERRIDE_PAGE_TEXT   N_("Override page")
#define OVERRIDE_PAGE_LONGTEXT
#define IGNORE_SUB_FLAG_TEXT   N_("Ignore subtitle flag")
#define IGNORE_SUB_FLAG_LONGTEXT
#define FRENCH_WORKAROUND_TEXT   N_("Workaround for France")
#define FRENCH_WORKAROUND_LONGTEXT

Functions

static int Open (vlc_object_t *)
 Probes and initializes.
static void Close (vlc_object_t *)
 Releases resources.
static subpicture_tDecode (decoder_t *, block_t **)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static uint8_t bytereverse (int n)
static int hamming_8_4 (int a)
static void to_utf8 (char *res, uint16_t ch)
static void decode_string (char *res, int res_len, decoder_sys_t *p_sys, int magazine, uint8_t *packet, int len)

Variables

static const uint16_t ppi_national_subsets [][20]

Define Documentation

#define dbg ( a   ) 

Referenced by Decode().

#define FRENCH_WORKAROUND_LONGTEXT

Value:

N_("Some French channels do not flag " \
        "their subtitling pages correctly due to a historical " \
        "interpretation mistake. Try using this wrong interpretation if " \
        "your subtitles don't appear.")

#define FRENCH_WORKAROUND_TEXT   N_("Workaround for France")

#define IGNORE_SUB_FLAG_LONGTEXT

Value:

N_("Ignore the subtitle flag, try this if " \
        "your subtitles don't appear.")

#define IGNORE_SUB_FLAG_TEXT   N_("Ignore subtitle flag")

#define OVERRIDE_PAGE_LONGTEXT

Value:

N_("Override the indicated page, try this if " \
        "your subtitles don't appear (-1 = autodetect from TS, " \
        "0 = autodetect from teletext, " \
        ">0 = actual page number, usually 888 or 889).")

#define OVERRIDE_PAGE_TEXT   N_("Override page")


Function Documentation

static uint8_t bytereverse ( int  n  )  [static]

Referenced by Decode(), and decode_string().

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.

Parameters:
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 void decode_string ( char *  res,
int  res_len,
decoder_sys_t p_sys,
int  magazine,
uint8_t *  packet,
int  len 
) [static]

static int hamming_8_4 ( int  a  )  [static]

Referenced by Decode().

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:

  • 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 to_utf8 ( char *  res,
uint16_t  ch 
) [static]

Referenced by decode_string().

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Variable Documentation

const uint16_t ppi_national_subsets[][20] [static]

Referenced by Decode().


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