diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-12-28 11:03:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-12-28 11:03:00 +0100 |
commit | 7470253c60f98e654e01de5bd7cc3da893524462 (patch) | |
tree | 3155a2b5d122e8a7858ebe6b218e7bd4cb5fd5cf /HISTORY | |
parent | 7b2085b575777d1fbcf93acd03a96ae307847611 (diff) | |
download | vdr-7470253c60f98e654e01de5bd7cc3da893524462.tar.gz vdr-7470253c60f98e654e01de5bd7cc3da893524462.tar.bz2 |
Added a poll to cDvbDevice::PlayVideo() and cDvbDevice::PlayAudio() to avoid excessive CPU load
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5849,10 +5849,13 @@ Video Disk Recorder Revision History the patch from ftp://ftp.cadsoft.de/vdr/Developer/av7110_v4ldvb_api5_audiobuf_test_1.diff to the driver (thanks to Oliver Endriss). -2008-12-22: Version 1.7.3 +2008-12-28: Version 1.7.3 - Updated the Russian OSD texts (thanks to Oleg Roitburd). - Fixed handling the 'pointer field' in generating and parsing PAT/PMT (thanks to Frank Schmirler). - Fixed handling modulation types for DVB-S transponders when processing the NIT. - Changed cDvbDevice::GrabImage() to use V4L2 (thanks to Marco Schlüßler). +- Added a poll to cDvbDevice::PlayVideo() and cDvbDevice::PlayAudio() to avoid + excessive CPU load (this is just a makeshift solution until the FF DVB cards + can play TS directly). |