annotate libmpcodecs/dec_teletext.c @ 29808:97594e5387c8

Factorise vbi_decode(). Patch by Francesco Lavra, francescolavra interfree it
author cehoyos
date Sat, 07 Nov 2009 13:09:24 +0000
parents a5e7590ffdbd
children baf634c992be
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1 /*
34532db868ba Teletext support.
voroshil
parents:
diff changeset
2 * Teletext support
26737
a26e50cae389 Use standard license headers with standard formatting.
diego
parents: 25245
diff changeset
3 *
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
4 * Copyright (C) 2007 Vladimir Voroshilov <voroshil@gmail.com>
34532db868ba Teletext support.
voroshil
parents:
diff changeset
5 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
6 * This file is part of MPlayer.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
7 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
8 * MPlayer is free software; you can redistribute it and/or modify
34532db868ba Teletext support.
voroshil
parents:
diff changeset
9 * it under the terms of the GNU General Public License as published by
34532db868ba Teletext support.
voroshil
parents:
diff changeset
10 * the Free Software Foundation; either version 2 of the License, or
34532db868ba Teletext support.
voroshil
parents:
diff changeset
11 * (at your option) any later version.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
12 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
13 * MPlayer is distributed in the hope that it will be useful,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
34532db868ba Teletext support.
voroshil
parents:
diff changeset
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34532db868ba Teletext support.
voroshil
parents:
diff changeset
16 * GNU General Public License for more details.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
17 *
26737
a26e50cae389 Use standard license headers with standard formatting.
diego
parents: 25245
diff changeset
18 * You should have received a copy of the GNU General Public License along
a26e50cae389 Use standard license headers with standard formatting.
diego
parents: 25245
diff changeset
19 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
a26e50cae389 Use standard license headers with standard formatting.
diego
parents: 25245
diff changeset
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
21 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
22 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
23 * Based on Attila Otvos' teletext patch, Michael Niedermayer's
34532db868ba Teletext support.
voroshil
parents:
diff changeset
24 * proof-of-concept teletext capture utility and some parts
34532db868ba Teletext support.
voroshil
parents:
diff changeset
25 * (decode_raw_line_runin,pll_add,pll_reset) of MythTV project.
24099
d517c397de7d Fix [soc:eoc] stubs.
voroshil
parents: 23928
diff changeset
26 * Code for calculating [soc:eoc] is based on aletv of Edgar Toernig.
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
27 *
24186
c00a882a3adc Add teletext specification reference
voroshil
parents: 24185
diff changeset
28 * Teletext system is described in
c00a882a3adc Add teletext specification reference
voroshil
parents: 24185
diff changeset
29 * ETS 300 706 "Enhanced Teletext specification" : May 1997
c00a882a3adc Add teletext specification reference
voroshil
parents: 24185
diff changeset
30 * http://www.themm.net/~mihu/linux/saa7146/specs/ets_300706e01p.pdf
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
31 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
32 * Some implementation details:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
33 * How to port teletext to another tvi_* driver (see tvi_v4l2.c for example):
34532db868ba Teletext support.
voroshil
parents:
diff changeset
34 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
35 * 1. Implement TVI_CONTROL_VBI_INIT (initialize driver-related vbi subsystem,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
36 * start grabbing thread)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
37 * input data: vbi device name.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
38 * (driver should also call TV_VBI_CONTROL_START for common vbi subsystem initialization
34532db868ba Teletext support.
voroshil
parents:
diff changeset
39 * with pointer to initialized tt_stream_properties structure.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
40 * After ioctl call variable will contain pointer to initialized priv_vbi_t structure.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
41 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
42 * 2. After receiving next chunk of raw vbi data call TV_VBI_CONTROL_DECODE_PAGE
34532db868ba Teletext support.
voroshil
parents:
diff changeset
43 * ioctl with pointer to data buffer
34532db868ba Teletext support.
voroshil
parents:
diff changeset
44 * 3. pass all other VBI related ioctl cmds to teletext_control routine
34532db868ba Teletext support.
voroshil
parents:
diff changeset
45 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
46 * Page displaying process consist of following stages:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
47 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
48 * ---grabbing stage---
34532db868ba Teletext support.
voroshil
parents:
diff changeset
49 * 0. stream/tvi_*.c: vbi_grabber(...)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
50 * getting vbi data from video device
34532db868ba Teletext support.
voroshil
parents:
diff changeset
51 * ---decoding stage---
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
52 * 1. libmpcodecs/dec_teletext.c: decode_raw_line_runin(...) or decode_raw_line_sine(...)
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
53 * decode raw vbi data into sliced 45(?) bytes long packets
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
54 * 2. libmpcodecs/dec_teletext.c: decode_pkt0(...), decode_pkt_page(...)
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
55 * packets processing (header analyzing, storing complete page in cache,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
56 * only raw member of tt_char is filled at this stage)
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
57 * 3. libmpcodecs/dec_teletext.c: decode_page(...)
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
58 * page decoding. filling unicode,gfx,ctl,etc members of tt_char structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
59 * with appropriate values according to teletext control chars, converting
34532db868ba Teletext support.
voroshil
parents:
diff changeset
60 * text to utf8.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
61 * ---rendering stage---
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
62 * 4. libmpcodecs/dec_teletext.c: prepare_visible_page(...)
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
63 * processing page. adding number of just received by background process
34532db868ba Teletext support.
voroshil
parents:
diff changeset
64 * teletext page, adding current time,etc.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
65 * 5. libvo/sub.c: vo_update_text_teletext(...)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
66 * rendering displayable osd with text and graphics
34532db868ba Teletext support.
voroshil
parents:
diff changeset
67 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
68 * TODO:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
69 * v4lv1,bktr support
34532db868ba Teletext support.
voroshil
parents:
diff changeset
70 * spu rendering
34532db868ba Teletext support.
voroshil
parents:
diff changeset
71 * is better quality on poor signal possible ?
34532db868ba Teletext support.
voroshil
parents:
diff changeset
72 * link support
34532db868ba Teletext support.
voroshil
parents:
diff changeset
73 * greyscale osd
34532db868ba Teletext support.
voroshil
parents:
diff changeset
74 * slave command for dumping pages
34532db868ba Teletext support.
voroshil
parents:
diff changeset
75 * fix bcd<->dec as suggested my Michael
34532db868ba Teletext support.
voroshil
parents:
diff changeset
76 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
77 * BUGS:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
78 * wrong colors in debug dump
34532db868ba Teletext support.
voroshil
parents:
diff changeset
79 * blinking when visible page was just updated
34532db868ba Teletext support.
voroshil
parents:
diff changeset
80 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
81
34532db868ba Teletext support.
voroshil
parents:
diff changeset
82 #include "config.h"
34532db868ba Teletext support.
voroshil
parents:
diff changeset
83
34532db868ba Teletext support.
voroshil
parents:
diff changeset
84 #include <stdlib.h>
34532db868ba Teletext support.
voroshil
parents:
diff changeset
85 #include <string.h>
34532db868ba Teletext support.
voroshil
parents:
diff changeset
86 #include <unistd.h>
34532db868ba Teletext support.
voroshil
parents:
diff changeset
87 #include <errno.h>
34532db868ba Teletext support.
voroshil
parents:
diff changeset
88 #include <math.h>
34532db868ba Teletext support.
voroshil
parents:
diff changeset
89 #include <stdio.h>
34532db868ba Teletext support.
voroshil
parents:
diff changeset
90
34532db868ba Teletext support.
voroshil
parents:
diff changeset
91 #include <pthread.h>
34532db868ba Teletext support.
voroshil
parents:
diff changeset
92
29759
d287e2785570 Move teletext specific code from stream into libmpcodecs.
cehoyos
parents: 29754
diff changeset
93 #include "dec_teletext.h"
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
94 #include "mp_msg.h"
34532db868ba Teletext support.
voroshil
parents:
diff changeset
95 #include "help_mp.h"
34532db868ba Teletext support.
voroshil
parents:
diff changeset
96 #include "libmpcodecs/img_format.h"
34532db868ba Teletext support.
voroshil
parents:
diff changeset
97 #include "libavutil/common.h"
34532db868ba Teletext support.
voroshil
parents:
diff changeset
98 #include "input/input.h"
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
99 #include "osdep/timer.h"
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
100
34532db868ba Teletext support.
voroshil
parents:
diff changeset
101 //#define DEBUG_DUMP 1
34532db868ba Teletext support.
voroshil
parents:
diff changeset
102
34532db868ba Teletext support.
voroshil
parents:
diff changeset
103 /// page magazine entry structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
104 typedef struct mag_s{
34532db868ba Teletext support.
voroshil
parents:
diff changeset
105 tt_page* pt;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
106 int order;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
107 } mag_t;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
108
34532db868ba Teletext support.
voroshil
parents:
diff changeset
109 typedef struct {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
110 int on; ///< teletext on/off
34532db868ba Teletext support.
voroshil
parents:
diff changeset
111 int pagenum; ///< seek page number
34532db868ba Teletext support.
voroshil
parents:
diff changeset
112 int subpagenum; ///< seek subpage
34532db868ba Teletext support.
voroshil
parents:
diff changeset
113 int curr_pagenum; ///< current page number
34532db868ba Teletext support.
voroshil
parents:
diff changeset
114 int pagenumdec; ///< set page num with dec
34532db868ba Teletext support.
voroshil
parents:
diff changeset
115
34532db868ba Teletext support.
voroshil
parents:
diff changeset
116 teletext_format tformat; ///< see teletext_format enum
34532db868ba Teletext support.
voroshil
parents:
diff changeset
117 teletext_zoom zoom; ///< see teletext_zoom enum
34532db868ba Teletext support.
voroshil
parents:
diff changeset
118 mag_t* mag; ///< pages magazine (has 8 entities)
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
119 int primary_language; ///< primary character set
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
120 int secondary_language; ///< secondary character set
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
121 /// Currently displayed page (with additional info, e.g current time)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
122 tt_char display_page[VBI_ROWS*VBI_COLUMNS];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
123 /// number of raw bytes between two subsequent encoded bits
34532db868ba Teletext support.
voroshil
parents:
diff changeset
124 int bpb;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
125 /// clock run-in sequence will be searched in buffer in [soc:eoc] bytes range
34532db868ba Teletext support.
voroshil
parents:
diff changeset
126 int soc;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
127 int eoc;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
128 /// minimum number of raw vbi bytes wich can be decoded into 8 data bits
34532db868ba Teletext support.
voroshil
parents:
diff changeset
129 int bp8bl;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
130 /// maximum number of raw vbi bytes wich can be decoded into 8 data bits
34532db868ba Teletext support.
voroshil
parents:
diff changeset
131 int bp8bh;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
132
34532db868ba Teletext support.
voroshil
parents:
diff changeset
133 int pll_adj;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
134 int pll_dir;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
135 int pll_cnt;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
136 int pll_err;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
137 int pll_lerr;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
138 int pll_fixed;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
139 /// vbi stream properties (buffer size,bytes per line, etc)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
140 tt_stream_props* ptsp;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
141 pthread_mutex_t buffer_mutex;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
142
34532db868ba Teletext support.
voroshil
parents:
diff changeset
143 tt_page** ptt_cache;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
144 unsigned char* ptt_cache_first_subpage;
24232
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
145 /// network info
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
146 unsigned char initialpage;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
147 unsigned int initialsubpage;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
148 unsigned int networkid;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
149 int timeoffset; // timeoffset=realoffset*2
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
150 unsigned int juliandate;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
151 unsigned int universaltime;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
152 unsigned char networkname[21];
24301
15d547dfa66b Make sure that no pages will left in cache during
voroshil
parents: 24296
diff changeset
153 int cache_reset;
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
154 /// "page changed" flag: 0-unchanged, 1-entire page, 3-only header
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
155 int page_changed;
24345
388ac5e95da1 More accurate calculating of teletext
voroshil
parents: 24344
diff changeset
156 int last_rendered;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
157 } priv_vbi_t;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
158
34532db868ba Teletext support.
voroshil
parents:
diff changeset
159 static unsigned char fixParity[256];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
160
25245
157aafb33efe Add a few forgotten static/const attributes in tvi_vbi.c
reimar
parents: 24788
diff changeset
161 static const tt_char tt_space={0x20,7,0,0,0,0,0,0,0x20};
157aafb33efe Add a few forgotten static/const attributes in tvi_vbi.c
reimar
parents: 24788
diff changeset
162 static const tt_char tt_error={'?',1,0,0,0,0,0,0,'?'}; // Red '?' on black background
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
163 static double si[12];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
164 static double co[12];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
165
34532db868ba Teletext support.
voroshil
parents:
diff changeset
166 #define VBI_FORMAT(priv) (*(priv->ptsp))
34532db868ba Teletext support.
voroshil
parents:
diff changeset
167
34532db868ba Teletext support.
voroshil
parents:
diff changeset
168 #define FIXP_SH 16
34532db868ba Teletext support.
voroshil
parents:
diff changeset
169 #define ONE_FIXP (1<<FIXP_SH)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
170 #define FIXP2INT(a) ((a)>>FIXP_SH)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
171 #define ANY2FIXP(a) ((int)((a)*ONE_FIXP))
34532db868ba Teletext support.
voroshil
parents:
diff changeset
172
34532db868ba Teletext support.
voroshil
parents:
diff changeset
173 static const unsigned char corrHamm48[256]={
34532db868ba Teletext support.
voroshil
parents:
diff changeset
174 0x01, 0xff, 0x01, 0x01, 0xff, 0x00, 0x01, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
175 0xff, 0x02, 0x01, 0xff, 0x0a, 0xff, 0xff, 0x07,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
176 0xff, 0x00, 0x01, 0xff, 0x00, 0x00, 0xff, 0x00,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
177 0x06, 0xff, 0xff, 0x0b, 0xff, 0x00, 0x03, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
178 0xff, 0x0c, 0x01, 0xff, 0x04, 0xff, 0xff, 0x07,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
179 0x06, 0xff, 0xff, 0x07, 0xff, 0x07, 0x07, 0x07,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
180 0x06, 0xff, 0xff, 0x05, 0xff, 0x00, 0x0d, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
181 0x06, 0x06, 0x06, 0xff, 0x06, 0xff, 0xff, 0x07,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
182 0xff, 0x02, 0x01, 0xff, 0x04, 0xff, 0xff, 0x09,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
183 0x02, 0x02, 0xff, 0x02, 0xff, 0x02, 0x03, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
184 0x08, 0xff, 0xff, 0x05, 0xff, 0x00, 0x03, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
185 0xff, 0x02, 0x03, 0xff, 0x03, 0xff, 0x03, 0x03,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
186 0x04, 0xff, 0xff, 0x05, 0x04, 0x04, 0x04, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
187 0xff, 0x02, 0x0f, 0xff, 0x04, 0xff, 0xff, 0x07,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
188 0xff, 0x05, 0x05, 0x05, 0x04, 0xff, 0xff, 0x05,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
189 0x06, 0xff, 0xff, 0x05, 0xff, 0x0e, 0x03, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
190 0xff, 0x0c, 0x01, 0xff, 0x0a, 0xff, 0xff, 0x09,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
191 0x0a, 0xff, 0xff, 0x0b, 0x0a, 0x0a, 0x0a, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
192 0x08, 0xff, 0xff, 0x0b, 0xff, 0x00, 0x0d, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
193 0xff, 0x0b, 0x0b, 0x0b, 0x0a, 0xff, 0xff, 0x0b,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
194 0x0c, 0x0c, 0xff, 0x0c, 0xff, 0x0c, 0x0d, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
195 0xff, 0x0c, 0x0f, 0xff, 0x0a, 0xff, 0xff, 0x07,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
196 0xff, 0x0c, 0x0d, 0xff, 0x0d, 0xff, 0x0d, 0x0d,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
197 0x06, 0xff, 0xff, 0x0b, 0xff, 0x0e, 0x0d, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
198 0x08, 0xff, 0xff, 0x09, 0xff, 0x09, 0x09, 0x09,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
199 0xff, 0x02, 0x0f, 0xff, 0x0a, 0xff, 0xff, 0x09,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
200 0x08, 0x08, 0x08, 0xff, 0x08, 0xff, 0xff, 0x09,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
201 0x08, 0xff, 0xff, 0x0b, 0xff, 0x0e, 0x03, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
202 0xff, 0x0c, 0x0f, 0xff, 0x04, 0xff, 0xff, 0x09,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
203 0x0f, 0xff, 0x0f, 0x0f, 0xff, 0x0e, 0x0f, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
204 0x08, 0xff, 0xff, 0x05, 0xff, 0x0e, 0x0d, 0xff,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
205 0xff, 0x0e, 0x0f, 0xff, 0x0e, 0x0e, 0xff, 0x0e };
34532db868ba Teletext support.
voroshil
parents:
diff changeset
206
34532db868ba Teletext support.
voroshil
parents:
diff changeset
207
34532db868ba Teletext support.
voroshil
parents:
diff changeset
208 enum {
24271
c0474098f1a5 Make charset constants naming consistant
voroshil
parents: 24256
diff changeset
209 LATIN=0,
24256
587555a43c76 Fix compilation by adding forgotten comma.
iive
parents: 24255
diff changeset
210 CYRILLIC1,
24271
c0474098f1a5 Make charset constants naming consistant
voroshil
parents: 24256
diff changeset
211 CYRILLIC2,
24255
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
212 CYRILLIC3,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
213 GREEK,
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
214 LANGS
34532db868ba Teletext support.
voroshil
parents:
diff changeset
215 };
34532db868ba Teletext support.
voroshil
parents:
diff changeset
216
34532db868ba Teletext support.
voroshil
parents:
diff changeset
217 // conversion table for chars 0x20-0x7F (UTF8)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
218 // TODO: add another languages
25245
157aafb33efe Add a few forgotten static/const attributes in tvi_vbi.c
reimar
parents: 24788
diff changeset
219 static const unsigned int lang_chars[LANGS][0x60]={
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
220 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
221 //Latin
34532db868ba Teletext support.
voroshil
parents:
diff changeset
222 0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
223 0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
224 0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
225 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
226 0x40,0x41,0x42,0x43,0x44,0x45,0x46,0x47,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
227 0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
228 0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
229 0x58,0x59,0x5a,0x5b,0x5c,0x5d,0x5e,0x5f,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
230 0x60,0x61,0x62,0x63,0x64,0x65,0x66,0x67,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
231 0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
232 0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
233 0x78,0x79,0x7a,0x7b,0x7c,0x7d,0x7e,0x7f
34532db868ba Teletext support.
voroshil
parents:
diff changeset
234 },
34532db868ba Teletext support.
voroshil
parents:
diff changeset
235 {
24255
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
236 //Cyrillic-1 (Serbian/Croatian)
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
237 0x20,0x21,0x22,0x23,0x24,0x25,0x044b,0x27,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
238 0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
239 0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
240 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
241 0x0427,0x0410,0x0411,0x0426,0x0414,0x0415,0x0424,0x0413,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
242 0x0425,0x0418,0x0408,0x041a,0x041b,0x041c,0x041d,0x041e,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
243 0x041f,0x040c,0x0420,0x0421,0x0422,0x0423,0x0412,0x0403,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
244 0x0409,0x040a,0x0417,0x040b,0x0416,0x0402,0x0428,0x040f,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
245 0x0447,0x0430,0x0431,0x0446,0x0434,0x0435,0x0444,0x0433,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
246 0x0445,0x0438,0x0428,0x043a,0x043b,0x043c,0x043d,0x043e,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
247 0x043f,0x042c,0x0440,0x0441,0x0442,0x0443,0x0432,0x0423,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
248 0x0429,0x042a,0x0437,0x042b,0x0436,0x0422,0x0448,0x042f
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
249 },
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
250 {
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
251 //Cyrillic-2 (Russian/Bulgarian)
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
252 0x20,0x21,0x22,0x23,0x24,0x25,0x044b,0x27,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
253 0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
254 0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
255 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
256 0x042e,0x0410,0x0411,0x0426,0x0414,0x0415,0x0424,0x0413,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
257 0x0425,0x0418,0x0419,0x041a,0x041b,0x041c,0x041d,0x041e,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
258 0x041f,0x042f,0x0420,0x0421,0x0422,0x0423,0x0416,0x0412,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
259 0x042c,0x042a,0x0417,0x0428,0x042d,0x0429,0x0427,0x042b,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
260 0x044e,0x0430,0x0431,0x0446,0x0434,0x0435,0x0444,0x0433,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
261 0x0445,0x0438,0x0439,0x043a,0x043b,0x043c,0x043d,0x043e,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
262 0x043f,0x044f,0x0440,0x0441,0x0442,0x0443,0x0436,0x0432,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
263 0x044c,0x044a,0x0437,0x0448,0x044d,0x0449,0x0447,0x044b
24255
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
264 },
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
265 {
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
266 //Cyrillic-3 (Ukrainian)
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
267 0x20,0x21,0x22,0x23,0x24,0x25,0xef,0x27,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
268 0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
269 0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
270 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
271 0x042e,0x0410,0x0411,0x0426,0x0414,0x0415,0x0424,0x0413,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
272 0x0425,0x0418,0x0419,0x041a,0x041b,0x041c,0x041d,0x041e,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
273 0x041f,0x042f,0x0420,0x0421,0x0422,0x0423,0x0416,0x0412,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
274 0x042c,0x49,0x0417,0x0428,0x042d,0x0429,0x0427,0xcf,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
275 0x044e,0x0430,0x0431,0x0446,0x0434,0x0435,0x0444,0x0433,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
276 0x0445,0x0438,0x0439,0x043a,0x043b,0x043c,0x043d,0x043e,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
277 0x043f,0x044f,0x0440,0x0441,0x0442,0x0443,0x0436,0x0432,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
278 0x044c,0x69,0x0437,0x0448,0x044d,0x0449,0x0447,0xFF
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
279 },
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
280 {
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
281 //Greek
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
282 0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
283 0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
284 0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
285 0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
286 0x0390,0x0391,0x0392,0x0393,0x0394,0x0395,0x0396,0x0397,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
287 0x0398,0x0399,0x039a,0x039b,0x039c,0x039d,0x039e,0x039f,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
288 0x03a0,0x03a1,0x03a2,0x03a3,0x03a4,0x03a5,0x03a6,0x03a7,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
289 0x03a8,0x03a9,0x03aa,0x03ab,0x03ac,0x03ad,0x03ae,0x03af,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
290 0x03b0,0x03b1,0x03b2,0x03b3,0x03b4,0x03b5,0x03b6,0x03b7,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
291 0x03b8,0x03b9,0x03ba,0x03bb,0x03bc,0x03bd,0x03be,0x03bf,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
292 0x03c0,0x03c1,0x03c2,0x03c3,0x03c4,0x03c5,0x03c6,0x03c7,
d6b310ab40c8 Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.
voroshil
parents: 24244
diff changeset
293 0x03c8,0x03c9,0x03ca,0x03cb,0x03cc,0x03cd,0x03ce,0x03cf
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
294 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
295 };
34532db868ba Teletext support.
voroshil
parents:
diff changeset
296
24184
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
297 /**
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
298 * Latin National Option Sub-Sets
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
299 * see Table 36 of ETS specification for details.
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
300 *
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
301 * 00: £ $ @ « ½ » ¬ # ­ ¼ ¦ ¾ ÷ English
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
302 * 01: é ï à ë ê ù î # è â ô û ç French
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
303 * 02: # ¤ É Ä Ö Å Ü _ é ä ö å ü Swedish/Finnish/Hungarian
24788
c0672ecc6bca czech/slovak character set fixes:
voroshil
parents: 24345
diff changeset
304 * 03: # ů č ť ž ý í ř é á ě ú š Czech/Slovak
24184
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
305 * 04: # $ § Ä Ö Ü ^ _ ° ä ö ü ß German
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
306 * 05: ç $ ¡ á é í ó ú ¿ ü ñ è à Portuguese/Spanish
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
307 * 06: £ $ é ° ç » ¬ # ù à ò è ì Italian
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
308 *
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
309 */
25245
157aafb33efe Add a few forgotten static/const attributes in tvi_vbi.c
reimar
parents: 24788
diff changeset
310 static const unsigned int latin_subchars[8][13]={
24184
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
311 // English
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
312 {0xa3,0x24,0x40,0xab,0xbd,0xbb,0xac,0x23,0xad,0xbc,0xa6,0xbe,0xf7},
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
313 // French
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
314 {0xe9,0xef,0xe0,0xeb,0xea,0xf9,0xee,0x23,0xe8,0xe2,0xf4,0xfb,0xe7},
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
315 // Swedish/Finnish/Hungarian
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
316 {0x23,0xa4,0xc9,0xc4,0xd6,0xc5,0xdc,0x5f,0xe9,0xe4,0xf6,0xe5,0xfc},
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
317 // Czech/Slovak
24788
c0672ecc6bca czech/slovak character set fixes:
voroshil
parents: 24345
diff changeset
318 {0x23,0x16f,0x10d,0x165,0x17e,0xfd,0xed,0x159,0xe9,0xe1,0x11b,0xfa,0x161},
24184
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
319 // German
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
320 {0x23,0x24,0xa7,0xc4,0xd6,0xdc,0x5e,0x5f,0xb0,0xe4,0xf6,0xfc,0xdf},
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
321 // Portuguese/Spanish
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
322 {0xe7,0x24,0xa1,0xe1,0xe9,0xed,0xf3,0xfa,0xbf,0xfc,0xf1,0xe8,0xe0},
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
323 // Italian
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
324 {0xa3,0x24,0xe9,0xb0,0xe7,0xbb,0xac,0x23,0xf9,0xe0,0xf2,0xe8,0xec},
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
325 // Reserved
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
326 {0x23,0x24,0x40,0x5b,0x5c,0x5d,0x5e,0x5f,0x60,0x7b,0x7c,0x7d,0x7e}
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
327 };
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
328
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
329 /**
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
330 * List of supported languages.
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
331 *
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
332 * lang_code bits for primary Language:
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 26737
diff changeset
333 * bits 7-4 corresponds to bits 14-11 of 28 packet's first triplet
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
334 * bits 3-1 corresponds to bits C12-C14 of packet 0 (lang)
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
335 *
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
336 * lang_code bits for secondary Language:
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 26737
diff changeset
337 * bits 7-5 corresponds to bits 3-1 of 28 packet's second triplet
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
338 * bits 4,2 corresponds to bits 18,16 of 28 packet's first triplet
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
339 * bits 3,1 corresponds to bits 15,17 of 28 packet's first triplet
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
340 *
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
341 * For details see Tables 32 and 33 of specification (subclause 15.2)
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
342 */
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
343 struct {
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
344 unsigned char lang_code;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
345 unsigned char charset;
25245
157aafb33efe Add a few forgotten static/const attributes in tvi_vbi.c
reimar
parents: 24788
diff changeset
346 const char* lang_name;
157aafb33efe Add a few forgotten static/const attributes in tvi_vbi.c
reimar
parents: 24788
diff changeset
347 } const tt_languages[]=
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
348 {
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
349 { 0x01, LATIN, "French"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
350 { 0x02, LATIN, "Swedish/Finnish/Hungarian"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
351 { 0x03, LATIN, "Czech/Slovak"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
352 { 0x04, LATIN, "German"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
353 { 0x05, LATIN, "Portuguese/Spanish"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
354 { 0x06, LATIN, "Italian"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
355
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
356 { 0x08, LATIN, "Polish"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
357 { 0x09, LATIN, "French"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
358 { 0x0a, LATIN, "Swedish/Finnish/Hungarian"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
359 { 0x0b, LATIN, "Czech/Slovak"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
360 { 0x0c, LATIN, "German"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
361 { 0x0e, LATIN, "Italian"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
362
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
363 { 0x10, LATIN, "English"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
364 { 0x11, LATIN, "French"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
365 { 0x12, LATIN, "Swedish/Finnish/Hungarian"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
366 { 0x13, LATIN, "Turkish"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
367 { 0x14, LATIN, "German"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
368 { 0x15, LATIN, "Portuguese/Spanish"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
369 { 0x16, LATIN, "Italian"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
370
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
371 { 0x1d, LATIN, "Serbian/Croatian/Slovenian (Latin)"},
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 26737
diff changeset
372
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
373 { 0x20, CYRILLIC1, "Serbian/Croatian (Cyrillic)"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
374 { 0x21, CYRILLIC2, "Russian, Bulgarian"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
375 { 0x22, LATIN, "Estonian"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
376 { 0x23, LATIN, "Czech/Slovak"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
377 { 0x24, LATIN, "German"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
378 { 0x25, CYRILLIC3, "Ukrainian"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
379 { 0x26, LATIN, "Lettish/Lithuanian"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
380
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
381 { 0x33, LATIN, "Turkish"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
382 { 0x37, GREEK, "Greek"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
383
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
384 { 0x40, LATIN, "English"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
385 { 0x41, LATIN, "French"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
386 // { 0x47, ARABIC, "Arabic"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
387
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
388 // { 0x55, HEBREW, "Hebrew"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
389 // { 0x57, ARABIC, "Arabic"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
390
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
391 { 0x00, LATIN, "English"},
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
392 };
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
393
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
394 /**
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
395 * \brief 24/18 Hamming code decoding
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
396 * \param data bytes with hamming code (array must be at least 3 bytes long)
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
397 * \return -1 if multiple bit error occured, D1-DI data bits - otherwise
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
398 *
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
399 * \note Bits must be correctly ordered, that is for 24/18 (lowest bit first)
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
400 * P1 P2 D1 P3 D2 D3 D4 P4 D5 D6 D7 D8 D9 DA DB P5 DC DD DE DF DG DH DI P6
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
401 */
25245
157aafb33efe Add a few forgotten static/const attributes in tvi_vbi.c
reimar
parents: 24788
diff changeset
402 static int corrHamm24(unsigned char *data){
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
403 unsigned char syndrom=0;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
404 int cw=data[0] | (data[1]<<8) | (data[2]<<16);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
405 int i;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
406
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
407 for(i=0;i<23;i++)
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
408 syndrom^=((cw>>i)&1)*(i+33);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
409
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
410 syndrom^=(cw>>11)&32;
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 26737
diff changeset
411
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
412 if(syndrom&31){
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
413 if(syndrom < 32 || syndrom > 55)
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
414 return -1;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
415 cw ^= 1<<((syndrom&31)-1);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
416 }
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
417
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
418 return (cw&4)>>2 |
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
419 (cw&0x70)>>3 |
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
420 (cw&0x3f00)>>4 |
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
421 (cw&0x3f0000)>>5;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
422 }
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
423
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
424 /**
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
425 * \brief converts language bits to charset index
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
426 * \param lang language bits
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
427 * \return charset index in lang_chars array
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
428 */
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
429 static int lang2charset (int lang){
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
430 int i;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
431 for(i=0;tt_languages[i].lang_code;i++)
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
432 if(tt_languages[i].lang_code==lang)
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
433 break;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
434
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
435 return tt_languages[i].charset;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
436 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
437
34532db868ba Teletext support.
voroshil
parents:
diff changeset
438 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
439 * \brief convert chars from curent teletext codepage into MPlayer charset
34532db868ba Teletext support.
voroshil
parents:
diff changeset
440 * \param p raw teletext char to decode
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
441 * \param charset index on lang_chars
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
442 * \param lang index in substitution array (latin charset only)
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
443 * \return UTF8 char
34532db868ba Teletext support.
voroshil
parents:
diff changeset
444 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
445 * \remarks
34532db868ba Teletext support.
voroshil
parents:
diff changeset
446 * routine will analyze raw member of given tt_char structure and
34532db868ba Teletext support.
voroshil
parents:
diff changeset
447 * fill unicode member of the same struct with appropriate utf8 code.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
448 */
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
449 static unsigned int conv2uni(unsigned int p,int charset,int lang)
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
450 {
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
451
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
452 if(p<0x80 && p>=0x20){
24271
c0474098f1a5 Make charset constants naming consistant
voroshil
parents: 24256
diff changeset
453 if(charset==LATIN){
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
454 lang&=7;
24184
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
455 if (p>=0x23 && p<=0x24){
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
456 return latin_subchars[lang][p-0x23];
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
457 }else if (p==0x40){
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
458 return latin_subchars[lang][2];
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
459 }else if (p>=0x5b && p<=0x60){
24190
8325604af21e Fix typo
voroshil
parents: 24186
diff changeset
460 return latin_subchars[lang][p-0x5b+3];
24184
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
461 }else if (p>=0x7b && p<=0x7e){
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
462 return latin_subchars[lang][p-0x7b+9];
24278
2f47e955fa13 (cosmetics) replace tabs with spaces
voroshil
parents: 24277
diff changeset
463 }
2f47e955fa13 (cosmetics) replace tabs with spaces
voroshil
parents: 24277
diff changeset
464 }
24184
337fbf5709ab Add support for Latin National Option Sub-Sets
voroshil
parents: 24169
diff changeset
465 return lang_chars[charset][p-0x20];
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
466 }else
34532db868ba Teletext support.
voroshil
parents:
diff changeset
467 return 0x20;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
468 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
469
34532db868ba Teletext support.
voroshil
parents:
diff changeset
470 static void init_vbi_consts(priv_vbi_t* priv){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
471 int i,j;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
472 double ang;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
473 for(i=0; i<256; i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
474 j=i&0x7F;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
475 j^= j+j;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
476 j^= j<<2;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
477 j^= j<<4;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
478 fixParity[i]= i ^ (j&0x80) ^ 0x80;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
479 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
480
34532db868ba Teletext support.
voroshil
parents:
diff changeset
481 for(i=0,ang=0; i<12; i++,ang+=M_PI/priv->bpb){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
482 si[i]= sin(ang);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
483 co[i]= cos(ang);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
484 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
485
34532db868ba Teletext support.
voroshil
parents:
diff changeset
486 priv->bpb=(priv->ptsp->sampling_rate/6937500.0)*ONE_FIXP+0.5;
24099
d517c397de7d Fix [soc:eoc] stubs.
voroshil
parents: 23928
diff changeset
487 priv->soc=FFMAX(9.2e-6*priv->ptsp->sampling_rate-priv->ptsp->offset, 0);
d517c397de7d Fix [soc:eoc] stubs.
voroshil
parents: 23928
diff changeset
488 priv->eoc=FFMIN(12.9e-6*priv->ptsp->sampling_rate-priv->ptsp->offset,
d517c397de7d Fix [soc:eoc] stubs.
voroshil
parents: 23928
diff changeset
489 priv->ptsp->samples_per_line-43*8*priv->bpb/ONE_FIXP);
d517c397de7d Fix [soc:eoc] stubs.
voroshil
parents: 23928
diff changeset
490 if (priv->eoc - priv->soc<16*priv->bpb/ONE_FIXP){ // invalid [soc:eoc]
d517c397de7d Fix [soc:eoc] stubs.
voroshil
parents: 23928
diff changeset
491 priv->soc=0;
d517c397de7d Fix [soc:eoc] stubs.
voroshil
parents: 23928
diff changeset
492 priv->eoc=92;
24197
7b3abda49409 (cosmetics) remove unnecessary ';'
voroshil
parents: 24190
diff changeset
493 }
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
494 priv->bp8bl=0.97*8*priv->bpb/ONE_FIXP; // -3% tolerance
34532db868ba Teletext support.
voroshil
parents:
diff changeset
495 priv->bp8bh=1.03*8*priv->bpb/ONE_FIXP; // +3% tolerance
34532db868ba Teletext support.
voroshil
parents:
diff changeset
496 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
497 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
498 * \brief calculate increased/decreased by given value page number
34532db868ba Teletext support.
voroshil
parents:
diff changeset
499 * \param curr current page number in hexadecimal for
34532db868ba Teletext support.
voroshil
parents:
diff changeset
500 * \param direction decimal value (can be negative) to add to value
34532db868ba Teletext support.
voroshil
parents:
diff changeset
501 * of curr parameter
34532db868ba Teletext support.
voroshil
parents:
diff changeset
502 * \return new page number in hexadecimal form
34532db868ba Teletext support.
voroshil
parents:
diff changeset
503 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
504 * VBI page numbers are represented in special hexadecimal form, e.g.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
505 * page with number 123 (as seen by user) internally has number 0x123.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
506 * and equation 0x123+8 should be equal to 0x131 instead of regular 0x12b.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
507 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
508 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
509 * Page numbers 0xYYY (where Y is not belongs to (0..9).
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 26737
diff changeset
510 * Page number belongs to [0x000,0x799] or [0x100:0x899] (first 0 can be
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
511 * treated as '8')
34532db868ba Teletext support.
voroshil
parents:
diff changeset
512 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
513 static int steppage(int p, int direction, int skip_hidden)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
514 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
515 if(skip_hidden)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
516 p=(p&15)+((p>>4)&15)*10+(p>>8)*100;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
517 p+=direction;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
518 if(skip_hidden){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
519 p=(p+800)%800;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
520 p=(p%10)+((p/10)%10)*16+(p/100)*256;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
521 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
522
34532db868ba Teletext support.
voroshil
parents:
diff changeset
523 return p&0x7ff;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
524 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
525
34532db868ba Teletext support.
voroshil
parents:
diff changeset
526 /*
34532db868ba Teletext support.
voroshil
parents:
diff changeset
527 ------------------------------------------------------------------
34532db868ba Teletext support.
voroshil
parents:
diff changeset
528 Cache stuff
34532db868ba Teletext support.
voroshil
parents:
diff changeset
529 ------------------------------------------------------------------
34532db868ba Teletext support.
voroshil
parents:
diff changeset
530 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
531
34532db868ba Teletext support.
voroshil
parents:
diff changeset
532 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
533 * \brief add/update entry in cache
34532db868ba Teletext support.
voroshil
parents:
diff changeset
534 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
535 * \param pg page to store in cache
34532db868ba Teletext support.
voroshil
parents:
diff changeset
536 * \param line line to update (value below 0 means update entire page)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
537 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
538 static void put_to_cache(priv_vbi_t* priv,tt_page* pg,int line){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
539 tt_page* pgc; //page in cache
24244
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
540 int i,j,count;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
541
34532db868ba Teletext support.
voroshil
parents:
diff changeset
542 if(line<0){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
543 i=0;
24278
2f47e955fa13 (cosmetics) replace tabs with spaces
voroshil
parents: 24277
diff changeset
544 count=VBI_ROWS*VBI_COLUMNS;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
545 }else if(line<VBI_ROWS){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
546 i=line*VBI_COLUMNS;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
547 count=(line+1)*VBI_COLUMNS;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
548 }else
34532db868ba Teletext support.
voroshil
parents:
diff changeset
549 return;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
550
34532db868ba Teletext support.
voroshil
parents:
diff changeset
551 pthread_mutex_lock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
552
34532db868ba Teletext support.
voroshil
parents:
diff changeset
553 if(!priv->ptt_cache[pg->pagenum]){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
554 priv->ptt_cache[pg->pagenum]=calloc(1,sizeof(tt_page));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
555 pgc=priv->ptt_cache[pg->pagenum];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
556 }else{
34532db868ba Teletext support.
voroshil
parents:
diff changeset
557 pgc=priv->ptt_cache[pg->pagenum];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
558 while(pgc->next_subpage && pgc->subpagenum!=pg->subpagenum)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
559 pgc=pgc->next_subpage;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
560
34532db868ba Teletext support.
voroshil
parents:
diff changeset
561 if(pgc->subpagenum!=pg->subpagenum){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
562 pgc->next_subpage=calloc(1,sizeof(tt_page));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
563 pgc=pgc->next_subpage;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
564 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
565 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
566 pgc->pagenum=pg->pagenum;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
567 pgc->subpagenum=pg->subpagenum;
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
568 pgc->primary_lang=pg->primary_lang;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
569 pgc->secondary_lang=pg->secondary_lang;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
570 pgc->flags=pg->flags;
24244
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
571 for(j=0;j<6;++j)
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
572 pgc->links[j]=pg->links[j];
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
573 //instead of copying entire page into cache, copy only undamaged
34532db868ba Teletext support.
voroshil
parents:
diff changeset
574 //symbols into cache
34532db868ba Teletext support.
voroshil
parents:
diff changeset
575 for(;i<count;i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
576 if(!(pg->raw[i]&0x80))
34532db868ba Teletext support.
voroshil
parents:
diff changeset
577 pgc->raw[i]=pg->raw[i];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
578 else
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
579 mp_msg(MSGT_TELETEXT,MSGL_DBG3,"char error. pg:%x, c[%d]=0x%x\n",
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
580 pg->pagenum,i,pg->raw[i]);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
581 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
582 pgc->active=1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
583 pthread_mutex_unlock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
584 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
585
34532db868ba Teletext support.
voroshil
parents:
diff changeset
586 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
587 * \brief get any subpage number of given page
34532db868ba Teletext support.
voroshil
parents:
diff changeset
588 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
589 * \param pagenum page number to search subpages in
34532db868ba Teletext support.
voroshil
parents:
diff changeset
590 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
591 * \return subpage number of first found subpage which belongs to
34532db868ba Teletext support.
voroshil
parents:
diff changeset
592 * given page number
34532db868ba Teletext support.
voroshil
parents:
diff changeset
593 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
594 * \note page itself is subpage too (and usually has subpage number 0)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
595 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
596 static inline int get_subpagenum_from_cache(priv_vbi_t* priv, int pagenum){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
597 if (!priv->ptt_cache[pagenum])
24294
68b413a3ce51 Fix missed -1 -> 0x3f7f changes for subpage number.
voroshil
parents: 24293
diff changeset
598 return 0x3f7f;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
599 else
34532db868ba Teletext support.
voroshil
parents:
diff changeset
600 return priv->ptt_cache[pagenum]->subpagenum;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
601 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
602
34532db868ba Teletext support.
voroshil
parents:
diff changeset
603 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
604 * \brief get page from cache by it page and subpage number
34532db868ba Teletext support.
voroshil
parents:
diff changeset
605 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
606 * \param pagenum page number
34532db868ba Teletext support.
voroshil
parents:
diff changeset
607 * \param subpagenum subpage number
34532db868ba Teletext support.
voroshil
parents:
diff changeset
608 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
609 * \return pointer to tt_page structure if requested page is found
34532db868ba Teletext support.
voroshil
parents:
diff changeset
610 * and NULL otherwise
34532db868ba Teletext support.
voroshil
parents:
diff changeset
611 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
612 static inline tt_page* get_from_cache(priv_vbi_t* priv, int pagenum,int subpagenum){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
613 tt_page* tp=priv->ptt_cache[pagenum];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
614
34532db868ba Teletext support.
voroshil
parents:
diff changeset
615 while(tp && tp->subpagenum!=subpagenum)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
616 tp=tp->next_subpage;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
617 return tp;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
618 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
619
34532db868ba Teletext support.
voroshil
parents:
diff changeset
620 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
621 * \brief clears cache
34532db868ba Teletext support.
voroshil
parents:
diff changeset
622 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
623 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
624 * Deletes all tt_page structures from cache and frees allocated memory.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
625 * Only zero-filled array of pointers remains in memory
34532db868ba Teletext support.
voroshil
parents:
diff changeset
626 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
627 static void clear_cache(priv_vbi_t* priv){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
628 int i;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
629 tt_page* tp;
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 26737
diff changeset
630
24305
414b72437fe3 Increase number of skipped buffers to 5 to avoid mixing teletext pages from
voroshil
parents: 24301
diff changeset
631 /*
414b72437fe3 Increase number of skipped buffers to 5 to avoid mixing teletext pages from
voroshil
parents: 24301
diff changeset
632 Skip next 5 buffers to avoid mixing teletext pages from different
414b72437fe3 Increase number of skipped buffers to 5 to avoid mixing teletext pages from
voroshil
parents: 24301
diff changeset
633 channels during channel switch
414b72437fe3 Increase number of skipped buffers to 5 to avoid mixing teletext pages from
voroshil
parents: 24301
diff changeset
634 */
414b72437fe3 Increase number of skipped buffers to 5 to avoid mixing teletext pages from
voroshil
parents: 24301
diff changeset
635 priv->cache_reset=5;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
636 for(i=0;i<VBI_MAX_PAGES;i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
637 while(priv->ptt_cache[i]){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
638 tp=priv->ptt_cache[i];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
639 priv->ptt_cache[i]=tp->next_subpage;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
640 free(tp);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
641 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
642 }
24232
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
643 priv->initialsubpage=priv->networkid=0;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
644 priv->timeoffset=0;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
645 priv->juliandate=priv->universaltime=0;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
646 memset(priv->networkname,0,21);
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
647 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
648
34532db868ba Teletext support.
voroshil
parents:
diff changeset
649 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
650 * \brief cache initialization
34532db868ba Teletext support.
voroshil
parents:
diff changeset
651 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
652 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
653 * \note Has to be called before any cache operations!
34532db868ba Teletext support.
voroshil
parents:
diff changeset
654 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
655 static void init_cache(priv_vbi_t* priv){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
656 priv->ptt_cache=calloc(VBI_MAX_PAGES,sizeof(tt_page*));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
657 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
658
34532db868ba Teletext support.
voroshil
parents:
diff changeset
659 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
660 * \brief destroys cache
34532db868ba Teletext support.
voroshil
parents:
diff changeset
661 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
662 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
663 * Frees all memory allocated for cache (including array of pointers).
34532db868ba Teletext support.
voroshil
parents:
diff changeset
664 * It is safe to call this routine multiple times
34532db868ba Teletext support.
voroshil
parents:
diff changeset
665 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
666 static void destroy_cache(priv_vbi_t* priv){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
667 if(priv->ptt_cache){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
668 clear_cache(priv);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
669 free(priv->ptt_cache);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
670 priv->ptt_cache=NULL;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
671 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
672 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
673
34532db868ba Teletext support.
voroshil
parents:
diff changeset
674 /*
34532db868ba Teletext support.
voroshil
parents:
diff changeset
675 ------------------------------------------------------------------
34532db868ba Teletext support.
voroshil
parents:
diff changeset
676 Decoder stuff
34532db868ba Teletext support.
voroshil
parents:
diff changeset
677 ------------------------------------------------------------------
34532db868ba Teletext support.
voroshil
parents:
diff changeset
678 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
679 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
680 * \brief converts raw teletext page into useful format (1st rendering stage)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
681 * \param pg page to decode
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
682 * \param raw raw data to decode page from
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
683 * \param primary_lang primary language code
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
684 * \param secondary_lang secondary language code
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
685 *
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
686 * Routine fills tt_char structure of each teletext_page character with proper
34532db868ba Teletext support.
voroshil
parents:
diff changeset
687 * info about foreground and background colors, character
34532db868ba Teletext support.
voroshil
parents:
diff changeset
688 * type (graphics/control/text).
34532db868ba Teletext support.
voroshil
parents:
diff changeset
689 */
24344
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
690 static void decode_page(tt_char* p,unsigned char* raw,int primary_lang,int secondary_lang,int flags)
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
691 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
692 int row,col;
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
693 int prim_charset=lang2charset(primary_lang);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
694 int sec_charset=lang2charset(secondary_lang);
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
695
34532db868ba Teletext support.
voroshil
parents:
diff changeset
696 for(row=0;row<VBI_ROWS;row++) {
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
697 int prim_lang=1;
24280
c1d941c2d9a0 Small code simplification as suggested by Reimar:
voroshil
parents: 24279
diff changeset
698 int gfx=0;
c1d941c2d9a0 Small code simplification as suggested by Reimar:
voroshil
parents: 24279
diff changeset
699 int fg_color=7;
c1d941c2d9a0 Small code simplification as suggested by Reimar:
voroshil
parents: 24279
diff changeset
700 int bg_color=0;
c1d941c2d9a0 Small code simplification as suggested by Reimar:
voroshil
parents: 24279
diff changeset
701 int separated=0;
c1d941c2d9a0 Small code simplification as suggested by Reimar:
voroshil
parents: 24279
diff changeset
702 int conceal=0;
c1d941c2d9a0 Small code simplification as suggested by Reimar:
voroshil
parents: 24279
diff changeset
703 int hold=0;
24292
ca146808e926 Proper support for flashing chars in teletext pages.
voroshil
parents: 24290
diff changeset
704 int flash=0;
24344
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
705 int box=0;
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
706
24280
c1d941c2d9a0 Small code simplification as suggested by Reimar:
voroshil
parents: 24279
diff changeset
707 tt_char tt_held=tt_space;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
708 for(col=0;col<VBI_COLUMNS;col++){
24280
c1d941c2d9a0 Small code simplification as suggested by Reimar:
voroshil
parents: 24279
diff changeset
709 int i=row*VBI_COLUMNS+col;
c1d941c2d9a0 Small code simplification as suggested by Reimar:
voroshil
parents: 24279
diff changeset
710 int c=raw[i];
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
711 p[i].raw=c;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
712 if(c&0x80){ //damaged char
34532db868ba Teletext support.
voroshil
parents:
diff changeset
713 p[i]=tt_error;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
714 continue;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
715 }
24344
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
716 if((flags&TT_PGFL_SUBTITLE) || (flags&TT_PGFL_NEWFLASH))
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
717 p[i].hidden=!box;
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
718 else
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
719 p[i].hidden=0;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
720 p[i].gfx=gfx?(separated?2:1):0;
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
721 p[i].lng=prim_lang;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
722 p[i].ctl=(c&0x60)==0?1:0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
723 p[i].fg=fg_color;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
724 p[i].bg=bg_color;
24292
ca146808e926 Proper support for flashing chars in teletext pages.
voroshil
parents: 24290
diff changeset
725 p[i].flh=flash;
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 26737
diff changeset
726
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
727 if ((c&0x60)==0){ //control chars
24275
a12f357e8bd0 Implement Flash/Steady (swapping foreground/background colors)
voroshil
parents: 24271
diff changeset
728 if(c>=0x08 && c<=0x09){//Flash/Steady
24292
ca146808e926 Proper support for flashing chars in teletext pages.
voroshil
parents: 24290
diff changeset
729 flash=c==0x08;
ca146808e926 Proper support for flashing chars in teletext pages.
voroshil
parents: 24290
diff changeset
730 p[i].flh=flash;
24275
a12f357e8bd0 Implement Flash/Steady (swapping foreground/background colors)
voroshil
parents: 24271
diff changeset
731 if(c==0x09){
a12f357e8bd0 Implement Flash/Steady (swapping foreground/background colors)
voroshil
parents: 24271
diff changeset
732 p[i].fg=fg_color;
a12f357e8bd0 Implement Flash/Steady (swapping foreground/background colors)
voroshil
parents: 24271
diff changeset
733 p[i].bg=bg_color;
a12f357e8bd0 Implement Flash/Steady (swapping foreground/background colors)
voroshil
parents: 24271
diff changeset
734 }
24344
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
735 }else if(c>=0x0a && c<=0x0b){
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
736 box=c&1;
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
737 }else if(c>=0x0c && c<=0x0f){
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
738 }else if (c<=0x17){ //colors
34532db868ba Teletext support.
voroshil
parents:
diff changeset
739 fg_color=c&0x0f;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
740 gfx=c>>4;
24275
a12f357e8bd0 Implement Flash/Steady (swapping foreground/background colors)
voroshil
parents: 24271
diff changeset
741 conceal=0;
24276
e8b635a55781 Implement Hold/Release graphics (showing control chars as
voroshil
parents: 24275
diff changeset
742 if(!gfx) hold=0;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
743 }else if (c<=0x18){
24275
a12f357e8bd0 Implement Flash/Steady (swapping foreground/background colors)
voroshil
parents: 24271
diff changeset
744 conceal=1;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
745 }else if (c<=0x1a){ //Contiguous/Separated gfx
34532db868ba Teletext support.
voroshil
parents:
diff changeset
746 separated=!(c&1);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
747 }else if (c<=0x1b){
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
748 prim_lang=!prim_lang;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
749 }else if (c<=0x1d){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
750 bg_color=(c&1)?fg_color:0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
751 p[i].bg=bg_color;
24276
e8b635a55781 Implement Hold/Release graphics (showing control chars as
voroshil
parents: 24275
diff changeset
752 }else{ //Hold/Release Graphics
e8b635a55781 Implement Hold/Release graphics (showing control chars as
voroshil
parents: 24275
diff changeset
753 hold=!(c&1);
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
754 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
755 p[i].ctl=1;
24276
e8b635a55781 Implement Hold/Release graphics (showing control chars as
voroshil
parents: 24275
diff changeset
756 if(hold || c==0x1f){
e8b635a55781 Implement Hold/Release graphics (showing control chars as
voroshil
parents: 24275
diff changeset
757 p[i]=tt_held;
e8b635a55781 Implement Hold/Release graphics (showing control chars as
voroshil
parents: 24275
diff changeset
758 p[i].fg=fg_color;
e8b635a55781 Implement Hold/Release graphics (showing control chars as
voroshil
parents: 24275
diff changeset
759 p[i].bg=bg_color;
e8b635a55781 Implement Hold/Release graphics (showing control chars as
voroshil
parents: 24275
diff changeset
760 }else
24277
298578b37f21 (cosmetics) fix indentation of previous commit
voroshil
parents: 24276
diff changeset
761 p[i].unicode=p[i].gfx?0:' ';
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
762 continue;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
763 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
764
24275
a12f357e8bd0 Implement Flash/Steady (swapping foreground/background colors)
voroshil
parents: 24271
diff changeset
765 if(conceal){
a12f357e8bd0 Implement Flash/Steady (swapping foreground/background colors)
voroshil
parents: 24271
diff changeset
766 p[i].gfx=0;
a12f357e8bd0 Implement Flash/Steady (swapping foreground/background colors)
voroshil
parents: 24271
diff changeset
767 p[i].unicode=' ';
a12f357e8bd0 Implement Flash/Steady (swapping foreground/background colors)
voroshil
parents: 24271
diff changeset
768 }else if(gfx){
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
769 p[i].unicode=c-0x20;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
770 if (p[i].unicode>0x3f) p[i].unicode-=0x20;
24276
e8b635a55781 Implement Hold/Release graphics (showing control chars as
voroshil
parents: 24275
diff changeset
771 tt_held=p[i];
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
772 }else{
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
773 if(p[i].lng){
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
774 p[i].unicode=conv2uni(c,prim_charset,primary_lang&7);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
775 }else{
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
776 p[i].unicode=conv2uni(c,sec_charset,secondary_lang&7);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
777 }
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
778 }
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
779 p[i].fg=fg_color;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
780 p[i].bg=bg_color;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
781 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
782 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
783 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
784
34532db868ba Teletext support.
voroshil
parents:
diff changeset
785 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
786 * \brief prepares current page for displaying
34532db868ba Teletext support.
voroshil
parents:
diff changeset
787 * \param priv_vbi private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
788 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
789 * Routine adds some useful info (time and page number of page, grabbed by
34532db868ba Teletext support.
voroshil
parents:
diff changeset
790 * background thread to top line of current page). Displays "No teletext"
34532db868ba Teletext support.
voroshil
parents:
diff changeset
791 * string if no vbi data available.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
792 */
23908
39b21ffcee44 Subtraction should be done after & operation.
voroshil
parents: 23907
diff changeset
793 #define PRINT_HEX(dp,i,h) dp[i].unicode=((h)&0xf)>9?'A'+((h)&0xf)-10:'0'+((h)&0xf)
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
794 static void prepare_visible_page(priv_vbi_t* priv){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
795 tt_page *pg,*curr_pg;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
796 unsigned char *p;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
797 int i;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
798
34532db868ba Teletext support.
voroshil
parents:
diff changeset
799 pthread_mutex_lock(&(priv->buffer_mutex));
29766
88ac9164c46c Replace two more occurences of tvi_vbi with dec_teletext.
cehoyos
parents: 29765
diff changeset
800 mp_msg(MSGT_TELETEXT,MSGL_DBG3,"dec_teletext: prepare_visible_page pg:0x%x, sub:0x%x\n",
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
801 priv->pagenum,priv->subpagenum);
24293
c561d092b642 Fix displaying start page when it has subpages.
voroshil
parents: 24292
diff changeset
802 if(priv->subpagenum==0x3f7f) //no page yet
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
803 priv->subpagenum=get_subpagenum_from_cache(priv,priv->pagenum);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
804
34532db868ba Teletext support.
voroshil
parents:
diff changeset
805 pg=get_from_cache(priv,priv->pagenum,priv->subpagenum);
29766
88ac9164c46c Replace two more occurences of tvi_vbi with dec_teletext.
cehoyos
parents: 29765
diff changeset
806 mp_dbg(MSGT_TELETEXT,MSGL_DBG3,"dec_teletext: prepare_vibible_page2 pg:0x%x, sub:0x%x\n",
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
807 priv->pagenum,priv->subpagenum);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
808
34532db868ba Teletext support.
voroshil
parents:
diff changeset
809 curr_pg=get_from_cache(priv,priv->curr_pagenum,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
810 get_subpagenum_from_cache(priv,priv->curr_pagenum));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
811 if (!pg && !curr_pg){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
812 p=MSGTR_TV_NoTeletext;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
813 for(i=0;i<VBI_COLUMNS && *p;i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
814 GET_UTF8(priv->display_page[i].unicode,*p++,break;);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
815 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
816 for(;i<VBI_ROWS*VBI_COLUMNS;i++)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
817 priv->display_page[i]=tt_space;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
818 pthread_mutex_unlock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
819 return;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
820 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
821
34532db868ba Teletext support.
voroshil
parents:
diff changeset
822 if (!pg || !pg->active){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
823 for(i=0;i<VBI_ROWS*VBI_COLUMNS;i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
824 priv->display_page[i]=tt_space;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
825 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
826 }else{
24344
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
827 decode_page(priv->display_page,pg->raw,pg->primary_lang,pg->secondary_lang,pg->flags);
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
828 mp_msg(MSGT_TELETEXT,MSGL_DBG3,"page #%x was decoded!\n",pg->pagenum);
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
829 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
830
34532db868ba Teletext support.
voroshil
parents:
diff changeset
831 PRINT_HEX(priv->display_page,0,(priv->curr_pagenum&0x700)?priv->curr_pagenum>>8:8);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
832 PRINT_HEX(priv->display_page,1,priv->curr_pagenum>>4);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
833 PRINT_HEX(priv->display_page,2,priv->curr_pagenum);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
834 priv->display_page[3].unicode=' ';
34532db868ba Teletext support.
voroshil
parents:
diff changeset
835 priv->display_page[4].unicode=' ';
34532db868ba Teletext support.
voroshil
parents:
diff changeset
836 switch(priv->pagenumdec>>12){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
837 case 1:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
838 priv->display_page[5].unicode='_';
34532db868ba Teletext support.
voroshil
parents:
diff changeset
839 priv->display_page[6].unicode='_';
34532db868ba Teletext support.
voroshil
parents:
diff changeset
840 PRINT_HEX(priv->display_page,7,priv->pagenumdec);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
841 break;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
842 case 2:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
843 priv->display_page[5].unicode='_';
34532db868ba Teletext support.
voroshil
parents:
diff changeset
844 PRINT_HEX(priv->display_page,6,priv->pagenumdec>>4);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
845 PRINT_HEX(priv->display_page,7,priv->pagenumdec);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
846 break;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
847 default:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
848 PRINT_HEX(priv->display_page,5,(priv->pagenum&0x700)?priv->pagenum>>8:8);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
849 PRINT_HEX(priv->display_page,6,priv->pagenum>>4);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
850 PRINT_HEX(priv->display_page,7,priv->pagenum);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
851 }
24294
68b413a3ce51 Fix missed -1 -> 0x3f7f changes for subpage number.
voroshil
parents: 24293
diff changeset
852 if(priv->subpagenum!=0x3f7f){
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
853 priv->display_page[8].unicode='.';
34532db868ba Teletext support.
voroshil
parents:
diff changeset
854 PRINT_HEX(priv->display_page,9,priv->subpagenum>>4);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
855 PRINT_HEX(priv->display_page,10,priv->subpagenum);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
856 }else{
34532db868ba Teletext support.
voroshil
parents:
diff changeset
857 priv->display_page[8].unicode=' ';
34532db868ba Teletext support.
voroshil
parents:
diff changeset
858 priv->display_page[9].unicode=' ';
34532db868ba Teletext support.
voroshil
parents:
diff changeset
859 priv->display_page[10].unicode=' ';
34532db868ba Teletext support.
voroshil
parents:
diff changeset
860 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
861 priv->display_page[11].unicode=' ';
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 26737
diff changeset
862 for(i=VBI_COLUMNS;i>VBI_TIME_LINEPOS ||
24296
1980e76f4482 Drop out control chars from page header in time position.
voroshil
parents: 24294
diff changeset
863 ((curr_pg->raw[i]&0x60) && curr_pg->raw[i]!=0x20 && i>11);
1980e76f4482 Drop out control chars from page header in time position.
voroshil
parents: 24294
diff changeset
864 --i)
1980e76f4482 Drop out control chars from page header in time position.
voroshil
parents: 24294
diff changeset
865 if(curr_pg->raw[i]&0x60)
1980e76f4482 Drop out control chars from page header in time position.
voroshil
parents: 24294
diff changeset
866 priv->display_page[i].unicode=curr_pg->raw[i];
1980e76f4482 Drop out control chars from page header in time position.
voroshil
parents: 24294
diff changeset
867 else
1980e76f4482 Drop out control chars from page header in time position.
voroshil
parents: 24294
diff changeset
868 priv->display_page[i].unicode=' ';
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
869 pthread_mutex_unlock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
870 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
871 /*
34532db868ba Teletext support.
voroshil
parents:
diff changeset
872 ------------------------------------------------------------------
34532db868ba Teletext support.
voroshil
parents:
diff changeset
873 Renderer stuff
34532db868ba Teletext support.
voroshil
parents:
diff changeset
874 ------------------------------------------------------------------
34532db868ba Teletext support.
voroshil
parents:
diff changeset
875 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
876 #ifdef DEBUG_DUMP
34532db868ba Teletext support.
voroshil
parents:
diff changeset
877 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
878 * \brief renders teletext page into given file
34532db868ba Teletext support.
voroshil
parents:
diff changeset
879 * \param pt page to render
34532db868ba Teletext support.
voroshil
parents:
diff changeset
880 * \param f opened file descriptor
34532db868ba Teletext support.
voroshil
parents:
diff changeset
881 * \param pagenum which page to render
29428
2b12440cca99 Fix another typo. Patch by Francesco Lavra, francescolavra interfree it
cehoyos
parents: 29263
diff changeset
882 * \param colored use colors not implemented yet)
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
883 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
884 * Text will be UTF8 encoded
34532db868ba Teletext support.
voroshil
parents:
diff changeset
885 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
886 static void render2text(tt_page* pt,FILE* f,int colored){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
887 int i,j;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
888 unsigned int u;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
889 unsigned char buf[8];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
890 unsigned char tmp;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
891 int pos;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
892 tt_char dp[VBI_ROWS*VBI_COLUMNS];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
893 int color=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
894 int bkg=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
895 int c1,b1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
896 if(!pt)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
897 return;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
898 fprintf(f,"+========================================+\n");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
899 fprintf(f,"| lang:%d pagenum:0x%x subpagenum:%d flags:0x%x|\n",
34532db868ba Teletext support.
voroshil
parents:
diff changeset
900 pt->lang,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
901 pt->pagenum,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
902 pt->subpagenum,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
903 0);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
904 fprintf(f,"+----------------------------------------+\n");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
905
24344
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
906 decode_page(dp,pt->raw,pt->primary_lang,pt->secondary_lang,pt->flags);
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
907 for(i=0;i<VBI_ROWS;i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
908 fprintf(f,"|");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
909 if(colored) fprintf(f,"\033[40m");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
910 for(j=0;j<VBI_COLUMNS;j++)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
911 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
912 u=dp[i*VBI_COLUMNS+j].unicode;
23928
c6becdb359d7 remove GNUism (case range)
ivo
parents: 23908
diff changeset
913 if(dp[i*VBI_COLUMNS+j].fg <= 7)
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
914 c1=30+dp[i*VBI_COLUMNS+j].fg;
23928
c6becdb359d7 remove GNUism (case range)
ivo
parents: 23908
diff changeset
915 else
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
916 c1=38;
23928
c6becdb359d7 remove GNUism (case range)
ivo
parents: 23908
diff changeset
917 if(dp[i*VBI_COLUMNS+j].bg <= 7)
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
918 b1=40+dp[i*VBI_COLUMNS+j].bg;
23928
c6becdb359d7 remove GNUism (case range)
ivo
parents: 23908
diff changeset
919 else
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
920 b1=40;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
921 if (b1!=bkg && colored){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
922 fprintf(f,"\033[%dm",b1);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
923 bkg=b1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
924 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
925 if(c1!=color && colored){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
926 fprintf(f,"\033[%dm",c1);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
927 color=c1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
928 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
929 if(dp[i*VBI_COLUMNS+j].gfx){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
930 fprintf(f,"*");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
931 }else{
34532db868ba Teletext support.
voroshil
parents:
diff changeset
932 pos=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
933 PUT_UTF8(u,tmp,if(pos<7) buf[pos++]=tmp;);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
934 buf[pos]='\0';
34532db868ba Teletext support.
voroshil
parents:
diff changeset
935 fprintf(f,"%s",buf);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
936 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
937 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
938
34532db868ba Teletext support.
voroshil
parents:
diff changeset
939 if (colored) fprintf(f,"\033[0m");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
940 color=-1;bkg=-1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
941 fprintf(f,"|\n");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
942 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
943 #if 1
34532db868ba Teletext support.
voroshil
parents:
diff changeset
944 //for debug
34532db868ba Teletext support.
voroshil
parents:
diff changeset
945 fprintf(f,"+====================raw=================+\n");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
946 for(i=0;i<VBI_ROWS;i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
947 for(j=0;j<VBI_COLUMNS;j++)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
948 fprintf(f,"%02x ",dp[i*VBI_COLUMNS+j].raw);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
949 fprintf(f,"\n");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
950 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
951 fprintf(f,"+====================lng=================+\n");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
952 for(i=0;i<VBI_ROWS;i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
953 for(j=0;j<VBI_COLUMNS;j++)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
954 fprintf(f,"%02x ",dp[i*VBI_COLUMNS+j].lng);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
955 fprintf(f,"\n");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
956 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
957 #endif
34532db868ba Teletext support.
voroshil
parents:
diff changeset
958 fprintf(f,"+========================================+\n");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
959 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
960
34532db868ba Teletext support.
voroshil
parents:
diff changeset
961 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
962 * \brief dump page into pgXXX.txt file in vurrent directory
34532db868ba Teletext support.
voroshil
parents:
diff changeset
963 * \param pt page to dump
34532db868ba Teletext support.
voroshil
parents:
diff changeset
964 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
965 * \note XXX in filename is page number
34532db868ba Teletext support.
voroshil
parents:
diff changeset
966 * \note use only for debug purposes
34532db868ba Teletext support.
voroshil
parents:
diff changeset
967 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
968 static void dump_page(tt_page* pt)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
969 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
970 FILE*f;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
971 char name[100];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
972 snprintf(name,99,"pg%x.txt",pt->pagenum);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
973 f=fopen(name,"wb");
34532db868ba Teletext support.
voroshil
parents:
diff changeset
974 render2text(pt,f,1);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
975 fclose(f);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
976 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
977 #endif //DEBUG_DUMP
34532db868ba Teletext support.
voroshil
parents:
diff changeset
978
34532db868ba Teletext support.
voroshil
parents:
diff changeset
979
34532db868ba Teletext support.
voroshil
parents:
diff changeset
980 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
981 * \brief checks whether page is ready and copies it into cache array if so
34532db868ba Teletext support.
voroshil
parents:
diff changeset
982 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
983 * \param magAddr page's magazine address (0-7)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
984 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
985 static void store_in_cache(priv_vbi_t* priv, int magAddr, int line){
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
986 mp_msg(MSGT_TELETEXT,MSGL_DBG2,"store_in_cache(%d): pagenum:%x\n",
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
987 priv->mag[magAddr].order,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
988 priv->mag[magAddr].pt->pagenum);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
989
34532db868ba Teletext support.
voroshil
parents:
diff changeset
990 put_to_cache(priv,priv->mag[magAddr].pt,line);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
991 priv->curr_pagenum=priv->mag[magAddr].pt->pagenum;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
992
34532db868ba Teletext support.
voroshil
parents:
diff changeset
993 #ifdef DEBUG_DUMP
34532db868ba Teletext support.
voroshil
parents:
diff changeset
994 dump_page(get_from_cache(priv,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
995 priv->mag[magAddr].pt->pagenum,
34532db868ba Teletext support.
voroshil
parents:
diff changeset
996 priv->mag[magAddr].pt->subpagenum));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
997 #endif
34532db868ba Teletext support.
voroshil
parents:
diff changeset
998 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
999
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1000
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1001 /*
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1002 ------------------------------------------------------------------
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1003 Grabber stuff
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1004 ------------------------------------------------------------------
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1005 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1006 #define PLL_SAMPLES 4
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1007 #define PLL_ERROR 4
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1008 #define PLL_ADJUST 4
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1009
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1010 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1011 * \brief adjust current phase for better signal decoding
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1012 * \param n count of bytes processed (?)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1013 * \param err count of error bytes (?)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1014 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1015 * \remarks code was got from MythTV project
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1016 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1017 static void pll_add(priv_vbi_t* priv,int n,int err){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1018 if(priv->pll_fixed)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1019 return;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1020 if(err>PLL_ERROR*2/3)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1021 err=PLL_ERROR*2/3;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1022 priv->pll_err+=err;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1023 priv->pll_cnt+=n;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1024 if(priv->pll_cnt<PLL_SAMPLES)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1025 return;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1026 if(priv->pll_err>PLL_ERROR)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1027 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1028 if(priv->pll_err>priv->pll_lerr)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1029 priv->pll_dir= -priv->pll_dir;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1030 priv->pll_lerr=priv->pll_err;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1031 priv->pll_adj+=priv->pll_dir;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1032 if (priv->pll_adj<-PLL_ADJUST || priv->pll_adj>PLL_ADJUST)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1033 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1034 priv->pll_adj=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1035 priv->pll_dir=-1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1036 priv->pll_lerr=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1037 }
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1038 mp_msg(MSGT_TELETEXT,MSGL_DBG3,"vbi: pll_adj=%2d\n",priv->pll_adj);
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1039 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1040 priv->pll_cnt=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1041 priv->pll_err=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1042 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1043
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1044 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1045 * \brief reset error correction
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1046 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1047 * \param fine_tune shift value for adjusting
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1048 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1049 * \remarks code was got from MythTV project
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1050 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1051 static void pll_reset(priv_vbi_t* priv,int fine_tune){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1052 priv->pll_fixed=fine_tune >= -PLL_ADJUST && fine_tune <= PLL_ADJUST;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1053
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1054 priv->pll_err=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1055 priv->pll_lerr=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1056 priv->pll_cnt=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1057 priv->pll_dir=-1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1058 priv->pll_adj=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1059 if(priv->pll_fixed)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1060 priv->pll_adj=fine_tune;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1061 if(priv->pll_fixed)
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1062 mp_msg(MSGT_TELETEXT,MSGL_DBG3,"pll_reset (fixed@%2d)\n",priv->pll_adj);
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1063 else
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1064 mp_msg(MSGT_TELETEXT,MSGL_DBG3,"pll_reset (auto)\n");
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1065
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1066 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1067 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1068 * \brief decode packet 0 (teletext page header)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1069 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1070 * \param data raw teletext data (with not applied hamm correction yet)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1071 * \param magAddr teletext page's magazine address
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1072 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1073 * \remarks
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1074 * data buffer was shifted by 6 and now contains:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1075 * 0..1 page number
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1076 * 2..5 sub-code
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1077 * 6..7 control codes
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1078 * 8..39 display data
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1079 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1080 * only first 8 bytes protected by Hamm 8/4 code
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1081 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1082 static int decode_pkt0(priv_vbi_t* priv,unsigned char* data,int magAddr)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1083 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1084 int d[8];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1085 int i,err;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1086
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1087 if (magAddr<0 || magAddr>7)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1088 return 0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1089 for(i=0;i<8;i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1090 d[i]= corrHamm48[ data[i] ];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1091 if(d[i]&0x80){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1092 pll_add(priv,2,4);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1093
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1094 if(priv->mag[magAddr].pt)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1095 free(priv->mag[magAddr].pt);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1096 priv->mag[magAddr].pt=NULL;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1097 priv->mag[magAddr].order=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1098 return 0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1099 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1100 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1101 if (!priv->mag[magAddr].pt)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1102 priv->mag[magAddr].pt= malloc(sizeof(tt_page));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1103
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1104 if(priv->primary_language)
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1105 priv->mag[magAddr].pt->primary_lang=priv->primary_language;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1106 else
29754
2fecfba6f36a Fix teletext character set auto-detection.
cehoyos
parents: 29428
diff changeset
1107 priv->mag[magAddr].pt->primary_lang= (d[7]>>1)&7;
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1108 priv->mag[magAddr].pt->secondary_lang=priv->secondary_language;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1109 priv->mag[magAddr].pt->subpagenum=(d[2]|(d[3]<<4)|(d[4]<<8)|(d[5]<<12))&0x3f7f;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1110 priv->mag[magAddr].pt->pagenum=(magAddr<<8) | d[0] | (d[1]<<4);
24344
09d402672398 Implement boxes for subtitle teletext pages.
voroshil
parents: 24342
diff changeset
1111 priv->mag[magAddr].pt->flags=((d[7]&1)<<7) | ((d[3]&8)<<3) | ((d[5]&12)<<2) | d[6];
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1112
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1113 memset(priv->mag[magAddr].pt->raw, 0x00, VBI_COLUMNS*VBI_ROWS);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1114 priv->mag[magAddr].order=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1115
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1116 for(i=0;i<8;i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1117 priv->mag[magAddr].pt->raw[i]=0x20;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1118 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1119 err=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1120 for(i=8; i<VBI_COLUMNS; i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1121 data[i]= fixParity[data[i]];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1122 priv->mag[magAddr].pt->raw[i]=data[i];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1123 if(data[i]&0x80) //Error
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1124 err++;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1125 pll_add(priv,1,err);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1126 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1127
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1128 store_in_cache(priv,magAddr,0);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1129
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1130 return 1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1131 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1132
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1133 /**
24232
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1134 * \brief decode teletext 8/30 Format 1 packet
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1135 * \param priv private data structure
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1136 * \param data raw teletext data (with not applied hamm correction yet)
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1137 * \param magAddr teletext page's magazine address
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1138 *
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1139 * \remarks
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1140 * packet contains:
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1141 * 0 designation code
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1142 * 1..2 initial page
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1143 * 3..6 initial subpage & magazine address
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1144 * 7..8 network id
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1145 * 9 time offset
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1146 * 10..12 julian date
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1147 * 13..15 universal time
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1148 * 20..40 network name
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1149 *
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1150 * First 7 bytes are protected by Hamm 8/4 code.
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1151 * Bytes 20-40 has odd parity check.
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1152 *
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1153 * See subcaluse 9.8.1 of specification for details
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1154 */
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1155 static int decode_pkt30(priv_vbi_t* priv,unsigned char* data,int magAddr)
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1156 {
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1157 int d[8];
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1158 int i,err;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1159
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1160 for(i=0;i<7;i++){
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1161 d[i]= corrHamm48[ data[i] ];
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1162 if(d[i]&0x80){
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1163 pll_add(priv,2,4);
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1164 return 0;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1165 }
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1166 d[i]&=0xf;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1167 }
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1168
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1169 err=0;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1170 for(i=20; i<40; i++){
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1171 data[i]= fixParity[data[i]];
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1172 if(data[i]&0x80)//Unrecoverable error
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1173 err++;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1174 pll_add(priv,1,err);
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1175 }
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1176 if (err) return 0;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1177
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1178 if (d[0]&0xe) //This is not 8/30 Format 1 packet
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1179 return 1;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1180
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1181 priv->initialpage=d[1] | d[2]<<4 | (d[6]&0xc)<<7 | (d[4]&1)<<8;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1182 priv->initialsubpage=d[3] | d[4]<<4 | d[5]<<8 | d[6]<<12;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1183 priv->networkid=data[7]<<8 | data[8];
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1184
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1185 priv->timeoffset=(data[9]>>1)&0xf;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1186 if(data[9]&0x40)
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1187 priv->timeoffset=-priv->timeoffset;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1188
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1189 priv->juliandate=(data[10]&0xf)<<16 | data[11]<<8 | data[12];
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1190 priv->juliandate-=0x11111;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1191
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1192 priv->universaltime=data[13]<<16 | data[14]<<8 | data[15];
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1193 priv->universaltime-=0x111111;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1194
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1195 snprintf(priv->networkname,21,"%s",data+20);
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1196
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1197 return 1;
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1198 }
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1199
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1200 /**
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1201 * \brief decode packets 1..24 (teletext page header)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1202 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1203 * \param data raw teletext data
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1204 * \param magAddr teletext page's magazine address
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1205 * \param rowAddr teletext page's row number
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1206 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1207 * \remarks
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1208 * data buffer was shifted by 6 and now contains 40 bytes of display data:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1209 * this type of packet is not proptected by Hamm 8/4 code
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1210 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1211 static void decode_pkt_page(priv_vbi_t* priv,unsigned char*data,int magAddr,int rowAddr){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1212 int i,err;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1213 if (!priv->mag[magAddr].pt)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1214 return;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1215
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1216 priv->mag[magAddr].order=rowAddr;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1217
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1218 err=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1219 for(i=0; i<VBI_COLUMNS; i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1220 data[i]= fixParity[ data[i] ];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1221 priv->mag[magAddr].pt->raw[i+rowAddr*VBI_COLUMNS]=data[i];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1222 if( data[i]&0x80) //HammError
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1223 err++;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1224 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1225 pll_add(priv,1,err);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1226
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1227 store_in_cache(priv,magAddr,rowAddr);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1228 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1229
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1230 /**
24244
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1231 * \brief decode packets 27 (teletext links)
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1232 * \param priv private data structure
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1233 * \param data raw teletext data
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1234 * \param magAddr teletext page's magazine address
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1235 */
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1236 static int decode_pkt27(priv_vbi_t* priv,unsigned char* data,int magAddr){
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1237 int i,hpg;
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1238
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1239 if (!priv->mag[magAddr].pt)
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1240 return 0;
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1241 for(i=0;i<38;++i)
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1242 if ((data[i] = corrHamm48[ data[i] ]) & 0x80){
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1243 pll_add(priv,2,4);
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1244 return 0;
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1245 }
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1246
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 26737
diff changeset
1247 /*
24244
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1248 Not a X/27/0 Format 1 packet or
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1249 flag "show links on row 24" is not set.
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1250 */
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1251 if (data[0] || !(data[37] & 8))
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1252 return 1;
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1253 for(i=0;i<6;++i) {
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1254 hpg = (magAddr<<8) ^ ((data[4+i*6]&0x8)<<5 | (data[6+i*6]&0xc)<<7);
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1255 if (!hpg) hpg=0x800;
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1256 priv->mag[magAddr].pt->links[i].pagenum = (data[1+i*6] & 0xf) |
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1257 ((data[2+i*6] & 0xf) << 4) | hpg;
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1258 priv->mag[magAddr].pt->links[i].subpagenum = ((data[3+i*6] & 0xf) |
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1259 (data[4+i*6] & 0xf) << 4 | (data[5+i*6] & 0xf) << 8 |
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1260 (data[6+i*6] & 0xf) << 12) & 0x3f7f;
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1261 }
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1262 put_to_cache(priv,priv->mag[magAddr].pt,-1);
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1263 return 1;
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1264 }
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1265
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1266 /**
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1267 * \brief Decode teletext X/28/0 Format 1 packet
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1268 * \param priv private data structure
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1269 * \param data raw teletext data
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1270 *
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1271 * Primary G0 charset is transmitted in bits 14-8 of Triplet 1
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1272 * See Table 32 of specification for details.
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1273 *
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1274 * Secondary G0 charset is transmitted in bits 3-1 of Triplet 2 and
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1275 * bits 18-15 of Triplet 1
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1276 * See Table 33 of specification for details.
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1277 *
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1278 */
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1279 static void decode_pkt28(priv_vbi_t* priv,unsigned char*data){
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1280 int d;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1281 int t1,t2;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1282 d=corrHamm48[ data[0] ];
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1283 if(d) return; //this is not X/28/0 Format 1 packet or error occured
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1284
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1285 t1=corrHamm24(data+1);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1286 t2=corrHamm24(data+4);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1287 if (t1<0 || t2<0){
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1288 pll_add(priv,1,4);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1289 return;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1290 }
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1291
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1292 priv->primary_language=(t1>>7)&0x7f;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1293 priv->secondary_language=((t2<<4) | (t1>>14))&0x7f;
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 26737
diff changeset
1294 if (priv->secondary_language==0x7f)
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1295 //No secondary language required
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1296 priv->secondary_language=priv->primary_language;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1297 else // Swapping bits 1 and 3
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1298 priv->secondary_language=(priv->secondary_language&0x7a) |
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1299 (priv->secondary_language&4)>>2 |
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1300 (priv->secondary_language&1)<<2;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1301
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1302 mp_msg(MSGT_TELETEXT,MSGL_DBG2,"pkt28: language: primary=%02x secondary=0x%02x\n",
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1303 priv->primary_language,priv->secondary_language);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1304 }
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1305
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1306 /**
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1307 * \brief decodes raw vbi data (signal amplitudes) into sequence of bytes
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1308 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1309 * \param buf raw vbi data (one line of frame)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1310 * \param data output buffer for decoded bytes (at least 45 bytes long)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1311 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1312 * Used XawTV's algorithm. Signal phase is calculated with help of starting clock
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1313 * run-in sequence (min/max values and bit distance values are calculated)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1314 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1315 static int decode_raw_line_runin(priv_vbi_t* priv,unsigned char* buf,unsigned char* data){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1316 const int magic= 0x27; // reversed 1110010
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1317 int dt[256],hi[6],lo[6];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1318 int i,x,r;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1319 int decoded;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1320 int sync;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1321 unsigned char min,max;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1322 int thr=0; //threshold
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1323
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1324 //stubs
24099
d517c397de7d Fix [soc:eoc] stubs.
voroshil
parents: 23928
diff changeset
1325 int soc=priv->soc;
d517c397de7d Fix [soc:eoc] stubs.
voroshil
parents: 23928
diff changeset
1326 int eoc=priv->eoc;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1327
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1328 for(i=soc;i<eoc;i++)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1329 dt[i]=buf[i+priv->bpb/ONE_FIXP]-buf[i]; // amplifies the edges best.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1330 /* set barrier */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1331 for (i=eoc; i<eoc+16; i+=2)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1332 dt[i]=100, dt[i+1]=-100;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1333
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1334 /* find 6 rising and falling edges */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1335 for (i=soc, x=0; x<6; ++x)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1336 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1337 while (dt[i]<32)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1338 i++;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1339 hi[x]=i;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1340 while (dt[i]>-32)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1341 i++;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1342 lo[x]=i;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1343 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1344 if (i>=eoc)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1345 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1346 return 0; // not enough periods found
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1347 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1348 i=hi[5]-hi[1]; // length of 4 periods (8 bits)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1349 if (i<priv->bp8bl || i>priv->bp8bh)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1350 {
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1351 mp_msg(MSGT_TELETEXT,MSGL_DBG3,"vbi: wrong freq %d (%d,%d)\n",
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1352 i,priv->bp8bl,priv->bp8bh);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1353 return 0; // bad frequency
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1354 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1355 /* AGC and sync-reference */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1356 min=255, max=0, sync=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1357 for (i=hi[4]; i<hi[5]; ++i)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1358 if (buf[i]>max)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1359 max=buf[i], sync=i;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1360 for (i=lo[4]; i<lo[5]; ++i)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1361 if (buf[i]<min)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1362 min=buf[i];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1363 thr=(min+max)/2;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1364
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1365 buf+=sync;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1366 // searching for '11'
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1367 for(i=priv->pll_adj*priv->bpb/10;i<16*priv->bpb;i+=priv->bpb)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1368 if(buf[FIXP2INT(i)]>thr && buf[FIXP2INT(i+priv->bpb)]>thr)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1369 break;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1370 r=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1371 for(decoded=1; decoded<= (VBI_COLUMNS+3)<<3;decoded++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1372 r>>=1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1373 if(buf[FIXP2INT(i)]>thr) r|=0x80;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1374 if(!(decoded & 0x07)){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1375 data[(decoded>>3) - 1]=r;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1376 r=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1377 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1378 i+=priv->bpb;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1379 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1380 if(data[0]!=magic)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1381 return 0; //magic not found
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1382
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1383 //stub
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1384 for(i=0;i<43;i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1385 data[i]=data[i+1];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1386 }
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1387 mp_msg(MSGT_TELETEXT,MSGL_DBG3,"thr:%d sync:%d ",thr,sync);
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1388
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1389 return 1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1390 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1391
24316
31dbcf68a706 Fix for:
voroshil
parents: 24305
diff changeset
1392 #if 0
31dbcf68a706 Fix for:
voroshil
parents: 24305
diff changeset
1393 //See comment in vbi_decode for a reason of commenting out this routine.
31dbcf68a706 Fix for:
voroshil
parents: 24305
diff changeset
1394
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1395 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1396 * \brief decodes raw vbi data (signal amplitudes) into sequence of bytes
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1397 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1398 * \param buf raw vbi data (one line of frame)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1399 * \param data output buffer for decoded bytes (at least 45 bytes long)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1400 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1401 * Used Michael Niedermayer's algorithm.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1402 * Signal phase is calculated using correlation between given samples data and
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1403 * pure sine
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1404 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1405 static int decode_raw_line_sine(priv_vbi_t* priv,unsigned char* buf,unsigned char* data){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1406 int i,x,r,amp,xFixp;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1407 int avg=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1408 double sin_sum=0, cos_sum=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1409
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1410 for(x=0; x< FIXP2INT(10*priv->bpb); x++)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1411 avg+=buf[x];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1412
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1413 avg/=FIXP2INT(10*priv->bpb);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1414
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1415 for(x=0; x<12; x++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1416 amp= buf[x<<1];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1417 sin_sum+= si[x]*(amp-avg);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1418 cos_sum+= co[x]*(amp-avg);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1419 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1420 //this is always zero. Why ?
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1421 xFixp= atan(sin_sum/cos_sum)*priv->bpb/M_PI;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1422
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1423 //Without this line the result is full of errors
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1424 //and routine is unable to find magic sequence
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1425 buf+=FIXP2INT(10*priv->bpb);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1426
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1427 r=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1428 for(x=FIXP2INT(xFixp);x<70;x=FIXP2INT(xFixp)){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1429 r=(r<<1) & 0xFFFF;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1430 if(buf[x]>avg) r|=1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1431 xFixp+=priv->bpb;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1432 if(r==0xAAE4) break;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1433 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1434
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1435 //this is not teletext
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1436 if (r!=0xaae4) return 0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1437
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1438 //Decode remaining 45-2(clock run-in)-1(framing code)=42 bytes
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1439 for(i=1; i<=(42<<3); i++){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1440 r>>=1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1441 x=FIXP2INT(xFixp);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1442 if(buf[x]> avg)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1443 r|=0x80;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1444
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1445 if(!(i & 0x07)){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1446 data[(i>>3)-1]=r;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1447 r=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1448 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1449 xFixp+=priv->bpb;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1450 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1451
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1452 return 1;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1453 }
24316
31dbcf68a706 Fix for:
voroshil
parents: 24305
diff changeset
1454 #endif
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1455
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1456 /**
29808
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1457 * \brief decodes one vbi line from one video frame
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1458 * \param priv private data structure
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1459 * \param data buffer with raw vbi data in it
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1460 */
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1461 static void vbi_decode_line(priv_vbi_t *priv, unsigned char *data) {
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1462 int d0,d1,magAddr,pkt;
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1463
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1464 d0= corrHamm48[ data[0] ];
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1465 d1= corrHamm48[ data[1] ];
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1466
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1467 if(d0&0x80 || d1&0x80){
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1468 pll_add(priv,2,4);
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1469 mp_msg(MSGT_TELETEXT,MSGL_V,"vbi_decode_line: HammErr\n");
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1470
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1471 return; //hamError
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1472 }
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1473 magAddr=d0 & 0x7;
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1474 pkt=(d0>>3)|(d1<<1);
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1475 mp_msg(MSGT_TELETEXT,MSGL_DBG3,"vbi_decode_line:%x %x (mag:%x, pkt:%d)\n",
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1476 d0,d1,magAddr,pkt);
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1477 if(!pkt){
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1478 decode_pkt0(priv,data+2,magAddr); //skip MRGA
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1479 }else if(pkt>0 && pkt<VBI_ROWS){
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1480 if(!priv->mag[magAddr].pt)
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1481 return;
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1482 decode_pkt_page(priv,data+2,magAddr,pkt);//skip MRGA
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1483 }else if(pkt==27) {
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1484 decode_pkt27(priv,data+2,magAddr);
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1485 }else if(pkt==28){
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1486 decode_pkt28(priv,data+2);
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1487 }else if(pkt==30){
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1488 decode_pkt30(priv,data+2,magAddr);
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1489 } else {
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1490 mp_msg(MSGT_TELETEXT,MSGL_DBG3,"unsupported packet:%d\n",pkt);
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1491 }
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1492 }
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1493
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1494 /**
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1495 * \brief decodes all vbi lines from one video frame
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1496 * \param priv private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1497 * \param buf buffer with raw vbi data in it
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1498 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1499 * \note buffer size have to be at least priv->ptsp->bufsize bytes
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1500 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1501 static void vbi_decode(priv_vbi_t* priv,unsigned char*buf){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1502 unsigned char data[64];
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1503 unsigned char* linep;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1504 int i=0;
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1505 mp_msg(MSGT_TELETEXT,MSGL_DBG3,"vbi: vbi_decode\n");
24301
15d547dfa66b Make sure that no pages will left in cache during
voroshil
parents: 24296
diff changeset
1506 for(linep=buf; !priv->cache_reset && linep<buf+priv->ptsp->bufsize; linep+=priv->ptsp->samples_per_line,i++){
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1507 #if 0
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1508 /*
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1509 This routine is alternative implementation of raw VBI data decoding.
24278
2f47e955fa13 (cosmetics) replace tabs with spaces
voroshil
parents: 24277
diff changeset
1510 Unfortunately, it detects only about 20% of incoming data,
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1511 but Michael says that this algorithm is better, and he wants to fix it.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1512 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1513 if(decode_raw_line_sine(priv,linep,data)<=0){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1514 #endif
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1515 if(decode_raw_line_runin(priv,linep,data)<=0){
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1516 continue; //this is not valid teletext line
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1517 }
29808
97594e5387c8 Factorise vbi_decode().
cehoyos
parents: 29806
diff changeset
1518 vbi_decode_line(priv, data);
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1519 }
24301
15d547dfa66b Make sure that no pages will left in cache during
voroshil
parents: 24296
diff changeset
1520 if (priv->cache_reset){
15d547dfa66b Make sure that no pages will left in cache during
voroshil
parents: 24296
diff changeset
1521 pthread_mutex_lock(&(priv->buffer_mutex));
24305
414b72437fe3 Increase number of skipped buffers to 5 to avoid mixing teletext pages from
voroshil
parents: 24301
diff changeset
1522 priv->cache_reset--;
24301
15d547dfa66b Make sure that no pages will left in cache during
voroshil
parents: 24296
diff changeset
1523 pthread_mutex_unlock(&(priv->buffer_mutex));
15d547dfa66b Make sure that no pages will left in cache during
voroshil
parents: 24296
diff changeset
1524 }
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1525
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1526 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1527
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1528 /*
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1529 ---------------------------------------------------------------------------------
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1530 Public routines
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1531 ---------------------------------------------------------------------------------
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1532 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1533
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1534 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1535 * \brief toggles teletext page displaying format
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1536 * \param priv_vbi private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1537 * \param flag new format
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1538 * \return
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1539 * VBI_CONTROL_TRUE is success,
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1540 * VBI_CONTROL_FALSE otherwise
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1541 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1542 * flag:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1543 * 0 - opaque
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1544 * 1 - transparent
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1545 * 2 - opaque with black foreground color (only in bw mode)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1546 * 3 - transparent with black foreground color (only in bw mode)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1547 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1548 static int teletext_set_format(priv_vbi_t * priv, teletext_format flag)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1549 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1550 flag&=3;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1551
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1552 mp_msg(MSGT_TELETEXT,MSGL_DBG3,"teletext_set_format_is called. mode:%d\n",flag);
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1553 pthread_mutex_lock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1554
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1555 priv->tformat=flag;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1556
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1557 priv->pagenumdec=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1558
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1559 pthread_mutex_unlock(&(priv->buffer_mutex));
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1560 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1561 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1562
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1563 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1564 * \brief append just entered digit to editing page number
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1565 * \param priv_vbi private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1566 * \param dec decimal digit to append
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1567 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1568 * dec:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1569 * '0'..'9' append digit
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1570 * '-' remove last digit (backspace emulation)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1571 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1572 * This routine allows user to jump to arbitrary page.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1573 * It implements simple page number editing algorithm.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1574 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1575 * Subsystem can be on one of two modes: normal and page number edit mode.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1576 * Zero value of priv->pagenumdec means normal mode
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1577 * Non-zero value means page number edit mode and equals to packed
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1578 * decimal number of already entered part of page number.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1579 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1580 * How this works.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1581 * Let's assume that current mode is normal (pagenumdec is zero), teletext page
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1582 * 100 are displayed as usual. topmost left corner of page contains page number.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1583 * Then vbi_add_dec is sequentially called (through slave
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1584 * command of course) with 1,4,-,2,3 * values of dec parameter.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1585 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1586 * +-----+------------+------------------+
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1587 * | dec | pagenumdec | displayed number |
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1588 * +-----+------------+------------------+
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1589 * | | 0x000 | 100 |
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1590 * +-----+------------+------------------+
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1591 * | 1 | 0x001 | __1 |
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1592 * +-----+------------+------------------+
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1593 * | 4 | 0x014 | _14 |
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1594 * +-----+------------+------------------+
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1595 * | - | 0x001 | __1 |
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1596 * +-----+------------+------------------+
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1597 * | 2 | 0x012 | _12 |
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1598 * +-----+------------+------------------+
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1599 * | 3 | 0x123 | 123 |
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1600 * +-----+------------+------------------+
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1601 * | | 0x000 | 123 |
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1602 * +-----+------------+------------------+
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1603 *
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1604 * pagenumdec will automatically receive zero value after third digit of page
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1605 * number is entered and current page will be switched to another one with
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1606 * entered page number.
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1607 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1608 static void vbi_add_dec(priv_vbi_t * priv, char *dec)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1609 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1610 int count, shift;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1611 if (!dec)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1612 return;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1613 if (!priv->on)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1614 return;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1615 if ((*dec<'0' || *dec>'9') && *dec!='-')
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1616 return;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1617 if (!priv->pagenumdec) //first digit cannot be '0','9' or '-'
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1618 if(*dec=='-' || *dec=='0' || *dec=='9')
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1619 return;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1620 pthread_mutex_lock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1621 count=(priv->pagenumdec>>12)&0xf;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1622 if (*dec=='-') {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1623 count--;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1624 if (count)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1625 priv->pagenumdec=((priv->pagenumdec>>4)&0xfff)|(count<<12);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1626 else
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1627 priv->pagenumdec=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1628 } else {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1629 shift = count * 4;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1630 count++;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1631 priv->pagenumdec=
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1632 (((priv->pagenumdec)<<4|(*dec-'0'))&0xfff)|(count<<12);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1633 if (count==3) {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1634 priv->pagenum=priv->pagenumdec&0x7ff;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1635 priv->subpagenum=get_subpagenum_from_cache(priv,priv->pagenum);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1636 priv->pagenumdec=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1637 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1638 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1639 pthread_mutex_unlock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1640 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1641
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1642
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1643 /**
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1644 * \brief Teletext control routine
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1645 * \param priv_vbi private data structure
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1646 * \param cmd command
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1647 * \param arg command parameter (has to be not null)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1648 */
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1649 int teletext_control(void* p, int cmd, void *arg)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1650 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1651 int fine_tune=99;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1652 priv_vbi_t* priv=(priv_vbi_t*)p;
24244
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1653 tt_page* pgc;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1654
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1655 if (!priv && cmd!=TV_VBI_CONTROL_START)
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1656 return VBI_CONTROL_FALSE;
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1657 if (!arg && cmd!=TV_VBI_CONTROL_STOP && cmd!=TV_VBI_CONTROL_MARK_UNCHANGED)
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1658 return VBI_CONTROL_FALSE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1659
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1660 switch (cmd) {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1661 case TV_VBI_CONTROL_RESET:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1662 {
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1663 int i;
29806
a5e7590ffdbd Separate teletext from tv support.
cehoyos
parents: 29767
diff changeset
1664 struct tt_param* tt_param=arg;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1665 pthread_mutex_lock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1666 priv->pagenumdec=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1667 clear_cache(priv);
29806
a5e7590ffdbd Separate teletext from tv support.
cehoyos
parents: 29767
diff changeset
1668 priv->pagenum=steppage(0,tt_param->page&0x7ff,1);
a5e7590ffdbd Separate teletext from tv support.
cehoyos
parents: 29767
diff changeset
1669 priv->tformat=tt_param->format;
24293
c561d092b642 Fix displaying start page when it has subpages.
voroshil
parents: 24292
diff changeset
1670 priv->subpagenum=0x3f7f;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1671 pll_reset(priv,fine_tune);
29806
a5e7590ffdbd Separate teletext from tv support.
cehoyos
parents: 29767
diff changeset
1672 if(tt_param->lang==-1){
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1673 mp_msg(MSGT_TELETEXT,MSGL_INFO,MSGTR_TV_TTSupportedLanguages);
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1674 for(i=0; tt_languages[i].lang_code; i++){
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1675 mp_msg(MSGT_TELETEXT,MSGL_INFO," %3d %s\n",
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1676 tt_languages[i].lang_code, tt_languages[i].lang_name);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1677 }
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1678 mp_msg(MSGT_TELETEXT,MSGL_INFO," %3d %s\n",
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1679 tt_languages[i].lang_code, tt_languages[i].lang_name);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1680 }else{
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1681 for(i=0; tt_languages[i].lang_code; i++){
29806
a5e7590ffdbd Separate teletext from tv support.
cehoyos
parents: 29767
diff changeset
1682 if(tt_languages[i].lang_code==tt_param->lang)
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1683 break;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1684 }
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1685 if (priv->primary_language!=tt_languages[i].lang_code){
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1686 mp_msg(MSGT_TELETEXT,MSGL_INFO,MSGTR_TV_TTSelectedLanguage,
24290
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1687 tt_languages[i].lang_name);
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1688 priv->primary_language=tt_languages[i].lang_code;
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1689 }
ca7ee5c1b88d Support for selecting language via packet 28.
voroshil
parents: 24280
diff changeset
1690 }
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1691 priv->page_changed=1;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1692 pthread_mutex_unlock(&(priv->buffer_mutex));
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1693 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1694 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1695 case TV_VBI_CONTROL_START:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1696 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1697 int i;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1698 tt_stream_props* ptsp=*(tt_stream_props**)arg;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1699
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1700 if(!ptsp)
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1701 return VBI_CONTROL_FALSE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1702
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1703 priv=calloc(1,sizeof(priv_vbi_t));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1704
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1705 priv->ptsp=malloc(sizeof(tt_stream_props));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1706 memcpy(priv->ptsp,ptsp,sizeof(tt_stream_props));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1707 *(priv_vbi_t**)arg=priv;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1708
24293
c561d092b642 Fix displaying start page when it has subpages.
voroshil
parents: 24292
diff changeset
1709 priv->subpagenum=0x3f7f;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1710 pthread_mutex_init(&priv->buffer_mutex, NULL);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1711 priv->pagenumdec=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1712 for(i=0;i<VBI_ROWS*VBI_COLUMNS;i++)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1713 priv->display_page[i]=tt_space;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1714
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1715 priv->mag=calloc(8,sizeof(mag_t));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1716 init_cache(priv);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1717 init_vbi_consts(priv);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1718 pll_reset(priv,fine_tune);
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1719 priv->page_changed=1;
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1720 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1721 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1722 case TV_VBI_CONTROL_STOP:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1723 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1724 if(priv->mag)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1725 free(priv->mag);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1726 if(priv->ptsp)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1727 free(priv->ptsp);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1728 destroy_cache(priv);
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1729 priv->page_changed=1;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1730 free(priv);
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1731 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1732 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1733 case TV_VBI_CONTROL_SET_MODE:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1734 priv->on=(*(int*)arg%2);
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1735 priv->page_changed=1;
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1736 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1737 case TV_VBI_CONTROL_GET_MODE:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1738 *(int*)arg=priv->on;
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1739 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1740 case TV_VBI_CONTROL_SET_FORMAT:
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1741 priv->page_changed=1;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1742 return teletext_set_format(priv, *(int *) arg);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1743 case TV_VBI_CONTROL_GET_FORMAT:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1744 pthread_mutex_lock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1745 *(int*)arg=priv->tformat;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1746 pthread_mutex_unlock(&(priv->buffer_mutex));
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1747 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1748 case TV_VBI_CONTROL_GET_HALF_PAGE:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1749 if(!priv->on)
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1750 return VBI_CONTROL_FALSE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1751 *(int *)arg=priv->zoom;
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1752 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1753 case TV_VBI_CONTROL_SET_HALF_PAGE:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1754 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1755 int val=*(int*)arg;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1756 val%=3;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1757 if(val<0)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1758 val+=3;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1759 pthread_mutex_lock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1760 priv->zoom=val;
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1761 priv->page_changed=1;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1762 pthread_mutex_unlock(&(priv->buffer_mutex));
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1763 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1764 }
24244
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1765 case TV_VBI_CONTROL_GO_LINK:
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1766 {
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1767 int val=*(int *) arg;
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1768 if(val<1 || val>6)
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1769 return VBI_CONTROL_FALSE;
24244
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1770 pthread_mutex_lock(&(priv->buffer_mutex));
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1771 if (!(pgc = priv->ptt_cache[priv->pagenum])) {
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1772 pthread_mutex_unlock(&(priv->buffer_mutex));
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1773 return VBI_CONTROL_FALSE;
24244
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1774 }
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1775 if (!pgc->links[val-1].pagenum || pgc->links[val-1].pagenum>0x7ff) {
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1776 pthread_mutex_unlock(&(priv->buffer_mutex));
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1777 return VBI_CONTROL_FALSE;
24244
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1778 }
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1779 priv->pagenum=pgc->links[val-1].pagenum;
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1780 if(pgc->links[val-1].subpagenum!=0x3f7f)
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1781 priv->subpagenum=pgc->links[val-1].subpagenum;
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1782 else
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1783 priv->subpagenum=get_subpagenum_from_cache(priv,priv->pagenum);
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1784 priv->page_changed=1;
24244
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1785 pthread_mutex_unlock(&(priv->buffer_mutex));
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1786 return VBI_CONTROL_TRUE;
24244
e446bad0872c Implement X/27/0 packet decoding.
voroshil
parents: 24232
diff changeset
1787 }
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1788 case TV_VBI_CONTROL_SET_PAGE:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1789 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1790 int val=*(int *) arg;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1791 if(val<100 || val>0x899)
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1792 return VBI_CONTROL_FALSE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1793 pthread_mutex_lock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1794 priv->pagenum=val&0x7ff;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1795 priv->subpagenum=get_subpagenum_from_cache(priv,priv->pagenum);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1796 priv->pagenumdec=0;
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1797 priv->page_changed=1;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1798 pthread_mutex_unlock(&(priv->buffer_mutex));
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1799 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1800 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1801 case TV_VBI_CONTROL_STEP_PAGE:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1802 {
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1803 int direction=*(int *) arg;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1804 pthread_mutex_lock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1805 priv->pagenum=steppage(priv->pagenum, direction,1);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1806 priv->subpagenum=get_subpagenum_from_cache(priv,priv->pagenum);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1807 priv->pagenumdec=0;
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1808 priv->page_changed=1;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1809 pthread_mutex_unlock(&(priv->buffer_mutex));
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1810 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1811 }
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1812 case TV_VBI_CONTROL_GET_PAGE:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1813 *(int*)arg=((priv->pagenum+0x700)&0x7ff)+0x100;
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1814 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1815 case TV_VBI_CONTROL_SET_SUBPAGE:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1816 pthread_mutex_lock(&(priv->buffer_mutex));
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1817 priv->pagenumdec=0;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1818 priv->subpagenum=*(int*)arg;
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1819 if(priv->subpagenum<0)
24293
c561d092b642 Fix displaying start page when it has subpages.
voroshil
parents: 24292
diff changeset
1820 priv->subpagenum=0x3f7f;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1821 if(priv->subpagenum>=VBI_MAX_SUBPAGES)
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1822 priv->subpagenum=VBI_MAX_SUBPAGES-1;
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1823 priv->page_changed=1;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1824 pthread_mutex_unlock(&(priv->buffer_mutex));
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1825 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1826 case TV_VBI_CONTROL_GET_SUBPAGE:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1827 *(int*)arg=priv->subpagenum;
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1828 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1829 case TV_VBI_CONTROL_ADD_DEC:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1830 vbi_add_dec(priv, *(char **) arg);
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1831 priv->page_changed=1;
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1832 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1833 case TV_VBI_CONTROL_DECODE_PAGE:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1834 vbi_decode(priv,*(unsigned char**)arg);
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1835 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1836 case TV_VBI_CONTROL_GET_VBIPAGE:
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1837 if(!priv->on)
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1838 return VBI_CONTROL_FALSE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1839 prepare_visible_page(priv);
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1840 *(void **)arg=priv->display_page;
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1841 return VBI_CONTROL_TRUE;
24232
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1842 case TV_VBI_CONTROL_GET_NETWORKNAME:
d0290b80e612 Implement 8/30 format 1 teletext packet decoding
voroshil
parents: 24197
diff changeset
1843 *(void **)arg=priv->networkname;
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1844 return VBI_CONTROL_TRUE;
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1845 case TV_VBI_CONTROL_MARK_UNCHANGED:
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1846 priv->page_changed=0;
24345
388ac5e95da1 More accurate calculating of teletext
voroshil
parents: 24344
diff changeset
1847 priv->last_rendered=GetTimerMS();
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1848 return VBI_CONTROL_TRUE;
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1849 case TV_VBI_CONTROL_IS_CHANGED:
24345
388ac5e95da1 More accurate calculating of teletext
voroshil
parents: 24344
diff changeset
1850 if(GetTimerMS()-priv->last_rendered> 250) //forcing page update every 1/4 sec
24342
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1851 priv->page_changed=3; //mark that header update is enough
8873c972c6aa Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
parents: 24316
diff changeset
1852 *(int*)arg=priv->page_changed;
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1853 return VBI_CONTROL_TRUE;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1854 }
29760
1cc8a20520e8 Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
parents: 29759
diff changeset
1855 return VBI_CONTROL_UNKNOWN;
23899
34532db868ba Teletext support.
voroshil
parents:
diff changeset
1856 }