summaryrefslogtreecommitdiff
path: root/patches/patch-set.1.7.38
diff options
context:
space:
mode:
Diffstat (limited to 'patches/patch-set.1.7.38')
-rw-r--r--patches/patch-set.1.7.38/0002-Added-setup-option-to-enable-teletext-subtitle-recor.patch10
-rw-r--r--patches/patch-set.1.7.38/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch2
-rw-r--r--patches/patch-set.1.7.38/0004-Decrypt-teletext-stream.patch2
-rw-r--r--patches/patch-set.1.7.38/0005-Capture-teletext-subtitle-pages-from-PMT.patch2
-rw-r--r--patches/patch-set.1.7.38/0006-Ttxtsubs-plugin-hook.patch2
5 files changed, 9 insertions, 9 deletions
diff --git a/patches/patch-set.1.7.38/0002-Added-setup-option-to-enable-teletext-subtitle-recor.patch b/patches/patch-set.1.7.38/0002-Added-setup-option-to-enable-teletext-subtitle-recor.patch
index 08a39b8..f492f11 100644
--- a/patches/patch-set.1.7.38/0002-Added-setup-option-to-enable-teletext-subtitle-recor.patch
+++ b/patches/patch-set.1.7.38/0002-Added-setup-option-to-enable-teletext-subtitle-recor.patch
@@ -1,4 +1,4 @@
-From 380361f9a1844403ee4620748b7d971a71f14b54 Mon Sep 17 00:00:00 2001
+From 52b572646b476bbe402fc56e929de310b949efdf Mon Sep 17 00:00:00 2001
From: etobi <git@e-tobi.net>
Date: Sat, 13 Feb 2010 14:42:30 +0100
Subject: [PATCH 2/6] Added setup option to enable teletext subtitle recording
@@ -37,28 +37,28 @@ Subject: [PATCH 2/6] Added setup option to enable teletext subtitle recording
30 files changed, 84 insertions(+), 1 deletion(-)
diff --git a/MANUAL b/MANUAL
-index e8321a4..acd2e51 100644
+index e8321a4..f96b183 100644
--- a/MANUAL
+++ b/MANUAL
@@ -756,6 +756,9 @@ Version 1.6
background transparency. By default the values as broadcast
are used.
-+ Enable teletext support = no
++ Enable teletext support = yes
+ If set to 'yes', enables teletext subtitles.
+
LNB:
Use DiSEqC = no Generally turns DiSEqC support on or off.
diff --git a/config.c b/config.c
-index 2c87985..f105baf 100644
+index 2c87985..9ed5435 100644
--- a/config.c
+++ b/config.c
@@ -397,6 +397,7 @@ cSetup::cSetup(void)
MarginStop = 10;
AudioLanguages[0] = -1;
DisplaySubtitles = 0;
-+ SupportTeletext = 0;
++ SupportTeletext = 1;
SubtitleLanguages[0] = -1;
SubtitleOffset = 0;
SubtitleFgTransparency = 0;
diff --git a/patches/patch-set.1.7.38/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch b/patches/patch-set.1.7.38/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch
index 5c6879c..9b2d4ba 100644
--- a/patches/patch-set.1.7.38/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch
+++ b/patches/patch-set.1.7.38/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch
@@ -1,4 +1,4 @@
-From 81f20bc05af9fc4a6d79aeb028c2e3f2aad22685 Mon Sep 17 00:00:00 2001
+From 1c37c1a96eaac460f3905ec46899a3361044fe16 Mon Sep 17 00:00:00 2001
From: etobi <git@e-tobi.net>
Date: Fri, 12 Feb 2010 21:56:41 +0100
Subject: [PATCH 3/6] Allow manual configuration of teletetxt subtitle pages
diff --git a/patches/patch-set.1.7.38/0004-Decrypt-teletext-stream.patch b/patches/patch-set.1.7.38/0004-Decrypt-teletext-stream.patch
index c79667d..fb432d0 100644
--- a/patches/patch-set.1.7.38/0004-Decrypt-teletext-stream.patch
+++ b/patches/patch-set.1.7.38/0004-Decrypt-teletext-stream.patch
@@ -1,4 +1,4 @@
-From 71d770ce0c87238044a34dfc6fd4d25846e2eeb6 Mon Sep 17 00:00:00 2001
+From 08f2963cfb42038575a741e2902b9b7a95c0a0f8 Mon Sep 17 00:00:00 2001
From: etobi <git@e-tobi.net>
Date: Sun, 14 Feb 2010 01:30:34 +0100
Subject: [PATCH 4/6] Decrypt teletext stream
diff --git a/patches/patch-set.1.7.38/0005-Capture-teletext-subtitle-pages-from-PMT.patch b/patches/patch-set.1.7.38/0005-Capture-teletext-subtitle-pages-from-PMT.patch
index e2c088a..f6b689d 100644
--- a/patches/patch-set.1.7.38/0005-Capture-teletext-subtitle-pages-from-PMT.patch
+++ b/patches/patch-set.1.7.38/0005-Capture-teletext-subtitle-pages-from-PMT.patch
@@ -1,4 +1,4 @@
-From 8061253a177218ffea0b7a823a8a2f742a033290 Mon Sep 17 00:00:00 2001
+From 0460f10ead868f796e642adf6a3bdc1b6d8ca190 Mon Sep 17 00:00:00 2001
From: etobi <git@e-tobi.net>
Date: Fri, 12 Feb 2010 22:06:19 +0100
Subject: [PATCH 5/6] Capture teletext subtitle pages from PMT
diff --git a/patches/patch-set.1.7.38/0006-Ttxtsubs-plugin-hook.patch b/patches/patch-set.1.7.38/0006-Ttxtsubs-plugin-hook.patch
index 5a0f2ed..9f0fec2 100644
--- a/patches/patch-set.1.7.38/0006-Ttxtsubs-plugin-hook.patch
+++ b/patches/patch-set.1.7.38/0006-Ttxtsubs-plugin-hook.patch
@@ -1,4 +1,4 @@
-From 65dd31959d30d9427f9427d7fd5f2e991ddd64d8 Mon Sep 17 00:00:00 2001
+From 321f443bfd3273602e62ecc5f008a7f2a78bb17d Mon Sep 17 00:00:00 2001
From: etobi <git@e-tobi.net>
Date: Sat, 13 Feb 2010 00:28:21 +0100
Subject: [PATCH 6/6] Ttxtsubs plugin hook