From 696098d8344dc0f56530c2d9b2af07c9e9f33775 Mon Sep 17 00:00:00 2001 From: scop Date: Tue, 23 Aug 2005 18:17:28 +0000 Subject: =?UTF-8?q?Drop=20iframe=20patch,=20point=20to=20Ni=C3=9Fl's=20one?= =?UTF-8?q?=20for=20old=20recordings.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO | 9 +++++---- patches/vdr-iframe.patch | 21 --------------------- 2 files changed, 5 insertions(+), 25 deletions(-) delete mode 100644 patches/vdr-iframe.patch diff --git a/TODO b/TODO index a825b1b..572ba3a 100644 --- a/TODO +++ b/TODO @@ -12,10 +12,11 @@ Known problems, bugs, and workarounds for this driver: Workaround: use the MPlayer plugin to play DVDs. Workaround 2: use VDR < 1.3.18. -* When cutting recordings from some channels, the still picture is stuck - and won't move when you press 4 or 6 to fine tune the cutmarks. - Workaround: see vdr-iframe.patch in the patches/ directory or Reinhard - Nißl's http://home.vr-web.de/~rnissl/vdr-1.3.28-dvbplayer.patch (better) +* When cutting old recordings (made with VDR < 1.3.28 or something, newer + ones should not be affected) from some channels, the still picture is + stuck and won't move when you press 4 or 6 to fine tune the cutmarks. + Workaround: apply Reinhard Nißl's dvbplayer patch for VDR, see + http://home.vr-web.de/~rnissl/vdr-1.3.28-dvbplayer.patch * If the TV aspect ratio does not automatically adjust according to the video stream, and you have a ADV7170-based DXR3 and a PAL system, see diff --git a/patches/vdr-iframe.patch b/patches/vdr-iframe.patch deleted file mode 100644 index 0a9f7ce..0000000 --- a/patches/vdr-iframe.patch +++ /dev/null @@ -1,21 +0,0 @@ -Workaround for I-frame display problems when cutting (still picture not -updating) and/or fast forward/backward in some streams. -Apply to: VDR sources -More info: http://www.schluenss.de/history.html -Probably a better fix than this one can be found at - http://home.vr-web.de/~rnissl/vdr-1.3.28-dvbplayer.patch - - ---- recording.c.orig 2005-02-12 12:17:47.000000000 +0200 -+++ recording.c 2005-03-14 23:01:32.370785864 +0200 -@@ -1017,8 +1017,8 @@ - FileOffset = &index[Index].offset; - if (Length) { - // all recordings end with a non-I_FRAME, so the following should be safe: -- int fn = index[Index + 1].number; -- int fo = index[Index + 1].offset; -+ int fn = index[Index + 2].number; -+ int fo = index[Index + 2].offset; - if (fn == *FileNumber) - *Length = fo - *FileOffset; - else { -- cgit v1.2.3