diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-01-19 15:43:58 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-01-19 15:43:58 +0100 |
commit | cdcf28b051c71a84632384346bb7a2a481a95373 (patch) | |
tree | 81fff0617b64c3aeb98f99c71d875075536669ae /HISTORY | |
parent | 413b22dc636dbd78f7acd0dd816cde933fe6a78d (diff) | |
download | vdr-cdcf28b051c71a84632384346bb7a2a481a95373.tar.gz vdr-cdcf28b051c71a84632384346bb7a2a481a95373.tar.bz2 |
Implemented non blocking file reader for cDvbPlayer
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |