summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-23 13:40:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-23 13:40:56 +0200
commitf0a7e75d8ecee71469ca6b8aa21b22bde909f599 (patch)
tree94221ad077e2cb2cbb8c14a4fa7b53d666dd7b97 /HISTORY
parentaf6b8ff5330851bd12bb1b011fdbd29fead5bf3c (diff)
downloadvdr-f0a7e75d8ecee71469ca6b8aa21b22bde909f599.tar.gz
vdr-f0a7e75d8ecee71469ca6b8aa21b22bde909f599.tar.bz2
Taking the complete size of available data into account when deciding whether to clear the transfer buffer to avoid overflows
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d18dd6d1..96b38ab4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3052,3 +3052,5 @@ Video Disk Recorder Revision History
- Removed the usleep() call from cDvbPlayer::Action() to make VDR run on NPTL
systems (thanks to Alfred Zastrow). The NPTL check at startup has also been
removed.
+- Taking the complete size of available data into account when deciding whether
+ to clear the transfer buffer to avoid overflows (thanks to Reinhard Nissl).