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 *) |
| static void | Close (vlc_object_t *) |
| static subpicture_t * | Decode (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 dbg | ( | a | ) |
| #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") |
| static uint8_t bytereverse | ( | int | n | ) | [static] |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static subpicture_t * Decode | ( | decoder_t * | , | |
| block_t ** | ||||
| ) | [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] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| static void to_utf8 | ( | char * | res, | |
| uint16_t | ch | |||
| ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
const uint16_t ppi_national_subsets[][20] [static] |
1.5.1