diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-03 19:35:31 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-03 19:35:31 +0100 |
commit | 8a7540321d01a11f461b99fc313e463ba58a5f65 (patch) | |
tree | 47cbf7fa8ae57b244505bea4ecc1e296582357e6 /HISTORY | |
parent | adc7056c9e4f010e5badd8d60c9b034761a55446 (diff) | |
download | vdr-8a7540321d01a11f461b99fc313e463ba58a5f65.tar.gz vdr-8a7540321d01a11f461b99fc313e463ba58a5f65.tar.bz2 |
Disabled the use of posix_fadvise() when reading
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9162,7 +9162,7 @@ Video Disk Recorder Revision History a subdirectory. - SVDRP peering can now be limited to the default SVDRP host (see MANUAL for details). -2018-02-28: Version 2.3.9 +2018-03-03: Version 2.3.9 - Updated the Italian OSD texts (thanks to Diego Pierotto). - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). @@ -9289,3 +9289,7 @@ Video Disk Recorder Revision History - When remote timers are fetched from a peer VDR, we no longer blindly delete and re-add them, but rather compare them and make only the minimum necessary changes. - Fixed the CompareInts() function. +- Disabled the use of posix_fadvise() when reading (i.e. replaying), since it caused + stuttering replay in fast forward and fast rewind mode in case the video directory + is mounted via NFS. You can re-enable it by setting the macro USE_FADVISE_READ to 1 + in tools.c. |