Faster OSD by using bitmap

This commit is contained in:
Klaus Schmidinger
2000-10-03 10:34:48 +02:00
parent b4faf3787a
commit 6a50f37f25
17 changed files with 7558 additions and 75 deletions

View File

@@ -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.