summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-03-13 21:30:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-03-13 21:30:00 +0100
commit22f70b02e28148b45f4e9e0f9a8f16d15adc859b (patch)
treeedba35128c3e09627a872a1d23d8120efb69fc28
parent5f35ff690faf00932d5ab61b38aa7bbc1aca281f (diff)
downloadvdr-22f70b02e28148b45f4e9e0f9a8f16d15adc859b.tar.gz
vdr-22f70b02e28148b45f4e9e0f9a8f16d15adc859b.tar.bz2
Revoked 'Reduced CPU load when pausing a replay' because it broke moving editing marks
-rw-r--r--CONTRIBUTORS1
-rw-r--r--HISTORY1
2 files changed, 0 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index e05ab206..426470b5 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2541,7 +2541,6 @@ Johann Friedrichs <johann.friedrichs@web.de>
for some fixes to dvbspu.[hc]
for fixing a busy loop when moving editing marks
for making cPalette::ClosestColor() treat fully transparent colors as "equal"
- for reducing CPU load when pausing a replay
Timo Helkio <timolavi@mbnet.fi>
for reporting a hangup when replaying a TS recording with subtitles activated
diff --git a/HISTORY b/HISTORY
index 51b7964d..9451433c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6559,7 +6559,6 @@ Video Disk Recorder Revision History
2011-03-13: Version 1.7.18
-- Reduced CPU load when pausing a replay (thanks to Johann Friedrichs).
- Changed -O2 to -O3 in Make.config.template (reported by Matti Lehtimäki).
- Added a missing 'default' case in cPixmapMemory::DrawEllipse().
- Fixed some direct comparisons of double values.