summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-01-19 15:43:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-01-19 15:43:58 +0100
commitcdcf28b051c71a84632384346bb7a2a481a95373 (patch)
tree81fff0617b64c3aeb98f99c71d875075536669ae /HISTORY
parent413b22dc636dbd78f7acd0dd816cde933fe6a78d (diff)
downloadvdr-cdcf28b051c71a84632384346bb7a2a481a95373.tar.gz
vdr-cdcf28b051c71a84632384346bb7a2a481a95373.tar.bz2
Implemented non blocking file reader for cDvbPlayer
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 221eb197..3e64bd5e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1922,3 +1922,6 @@ Video Disk Recorder Revision History
- Added 'Hrvatska radiotelevizija' and 'RTV Slovenija' to ca.conf (thanks to
Paul Gohn).
- Implemented actual user input for CAM enquiry menus.
+- Since disk file systems apparently don't honor the O_NONBLOCK flag to read from
+ a file in non-blocking mode the cDvbPlayer now uses a non blocking file reader
+ class to make sure replay remains smooth even under heavy system load.