summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-12-08 09:55:26 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-12-08 09:55:26 +0100
commitb9422baff21024b2ca16e7cbb3dc049cf16ad371 (patch)
tree1d805fed0f9745a3892912cfe6378ff7fd7c5596 /HISTORY
parent2d2369fca0c1d715009c9c29b03ffd47c0afa659 (diff)
downloadvdr-b9422baff21024b2ca16e7cbb3dc049cf16ad371.tar.gz
vdr-b9422baff21024b2ca16e7cbb3dc049cf16ad371.tar.bz2
The actual tuning is now done in a separate thread
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ab4c5c15..c5f7d95e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1845,3 +1845,9 @@ Video Disk Recorder Revision History
- Improved handling of repeated remote keys.
- The RCU now only sets the channel number display when there are no incoming remote
control keys, which improves reaction on repeated keys.
+- The actual tuning is now done in a separate thread, which makes zapping through the
+ channels a lot faster and no longer gets stuck on channels that don't broadcast.
+ This also makes "Motor-DiSEqC" work (thanks to Reinhard Walter Buchner for his help
+ in testing this). Since switching channels now no longer explicitly waits for a
+ channel lock in the foreground thread, the "panic level" mechanism is no longer
+ used (maybe we don't need it nay more, anyway).