diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-25 14:44:43 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-25 14:44:43 +0100 |
commit | 42c42b554af5b5290eaf40ea046e472824ec6f28 (patch) | |
tree | f4f84aa2b1f6dd85af00f57c1bb9daf86acc87b2 /HISTORY | |
parent | f2c396ee070040e1280fd99a5220aa92dbdc9b47 (diff) | |
download | vdr-42c42b554af5b5290eaf40ea046e472824ec6f28.tar.gz vdr-42c42b554af5b5290eaf40ea046e472824ec6f28.tar.bz2 |
Removed the "PrimaryLimit"
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -6889,7 +6889,7 @@ Video Disk Recorder Revision History - Fixed switching into time shift mode when pausing live video (thanks to Reinhard Nissl for helping to debug this one). -2012-02-24: Version 1.7.25 +2012-02-25: Version 1.7.25 - The fps value for channels where it differs from the default is now set correctly when pausing live video. @@ -6909,3 +6909,11 @@ Video Disk Recorder Revision History - Fixed upscaling cBitmaps with anti-aliasing (thanks to Rolf Ahrenberg for reporting a problem with color palettes in subtitles). - Fixed getting the video aspect ratio for scaling subtitles. +- Removed the "PrimaryLimit". Old "full featured" DVB cards can be run with the + --outputonly option to avoid problems with recording high bandwidth channels. + Besides, with HDTV becoming ever more popular those cards are pretty much obsolete + by now (the TT S2-6400 has no problems recording and replaying high bandwidth + channels simultaneously). And, last but not least, people using software players + won't notice this change, anyway. +- Since cReceivers can have priorities between -99 and 99, the priority + for an unused device has been changed from -1 to -100. |