blob: 81e373d2180146f9cb5dd0665d1c9a8835f37613 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
VDR Plugin 'ttxtsubs' Revision History
--------------------------------------
2004-03-01: Version 0.0.5pre1
- New features:
- More than one language can be chosen, they are used in order of preference
- Handles languages with two ISO 639-2 identifiers (as ger/deu, fre/fra)
- Subtitles can now be turned on or off
- Optional main menu alternative for easy access
- Selectable vertical position of text for 4:3/Anamorphic or Letterbox
- Left, Center or Right horizontal position of text
- Remapping option for those French channels that incorrectly
sends teletext page numbers in decimal instead of hexadecimal.
Very moderate remapping done at the moment, I hope it is enough.
- Subtitles are now recorded with their PTS (timestamps). Not that
the timestamps are completely wrong on some channels, this
may confuse uncareful subtitle extracting software.
- Included patch for VDR 1.3.5 - untested!
- Bugs fixed:
- Fixed a net-to-host-order bug in the si parser that could make it
incorrectly think that there are no subtitles on a channel.
Thanks to Nicolas "tarass"!
- Fixed a bit swapping bug causing incorrect character encoding for
some languages. Thanks to Nicolas "tarass"!
2003-09-26: Version 0.0.4b
- Fix patch for VDR 1.2.5
- Minor bug fix for dxr3 display
2003-07-19: Version 0.0.4
- Release
2003-07-16: Version 0.0.3d
- IMORTANT! The VDR patch has changed! See README!
- Improved the OSD hooks to be more compatible with other plugins
- Added a primitive Service Information caching mechanism to speed
up channel switching (will not refresh if channels are modified,
will be reset on VDR restart)
2003-07-10: Version 0.0.3c
- Fixed problems when used with more than one device (I hope)
2003-06-22: Version 0.0.3b
- Work around for problem with stray segments at channel (frequency)
change with driver in hw_sections=0 mode
- Removed some g++ 3.3 warnings
- Skipping non dvb devices when calculating /dev/dvb/adapter no
2003-06-20: Version 0.0.3
- Small adjustments for VDR 1.2.1
2003-05-05: Version 0.0.2
- Bug fix: Could miss to display subtitles on channels with
"Parallel Magazine" transmission. Thanks to Antti Lammi!
2003-04-28: Version 0.0.1b
- Timeout on SI table reads
2003-03-07: Version 0.0.1
- Initial revision.
|