summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-11-27 10:12:20 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-11-27 10:12:20 +0100
commita05ed0363139694d1b4eece5ea54346de64265e1 (patch)
treefc721ee3225ed5f8113f0128da0dc25e30ca738e /HISTORY
parent5c6ed74aff9a766cdede1c02e12e45a0a3d97b43 (diff)
downloadvdr-a05ed0363139694d1b4eece5ea54346de64265e1.tar.gz
vdr-a05ed0363139694d1b4eece5ea54346de64265e1.tar.bz2
Re-introduced a sleep to cDvbPlayer::Action() to avoid high CPU load in still picture mode
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index ae3a5562..325a9af5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3160,10 +3160,12 @@ Video Disk Recorder Revision History
right day of week for timers in the future.
- Some improvements to cPoller (thanks to Marco Schlüßler).
-2004-11-26: Version 1.3.18
+2004-11-27: Version 1.3.18
- Removed an unused variable from cTimer::GetWDayFromMDay() (thanks to Wayne Keer
for reporting this one).
- Some more changes to the 'childTid' handling in cThread (based on suggestions by
Stefan Huelswitt).
- Fixed the spelling of 'canceling' (thanks to Wayne Keer for reporting this one).
+- Re-introduced a sleep to cDvbPlayer::Action() to avoid high CPU load in still
+ picture mode (thanks to Reinhard Nissl for reporting this one).