summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-10-03 10:34:48 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-10-03 10:34:48 +0200
commit6a50f37f25b43112d4a1fad8a5057089548dfc3c (patch)
treec3a28722d1c7b04c12174fe748aead391e7c0ed8 /HISTORY
parentb4faf3787a24c43b0a22b3ee695374012c992eb2 (diff)
downloadvdr-6a50f37f25b43112d4a1fad8a5057089548dfc3c.tar.gz
vdr-6a50f37f25b43112d4a1fad8a5057089548dfc3c.tar.bz2
Faster OSD by using bitmap
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e5103089..fca3f6a3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -204,6 +204,11 @@ Video Disk Recorder Revision History
is no stdin in daemon mode, so KBD makes no sense - plus it sometimes
crashed).
-2000-09-21: Version 0.65
+2000-10-01: Version 0.65
- Modified LIRC interface to better handle repeat function (by Carsten Koch).
+- Faster OSD by first writing into a bitmap and then sending the entire bitmap
+ to the DVB driver at once (requires the patch 'dvb.c.071.diff' to be applied
+ against the version 0.71 DVB driver file 'dvb.c').
+- When switching channels the channel is now immediately displayed, and the
+ current/next information is shown as soon as it becomes available.