summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-08-05 12:23:24 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-08-05 12:23:24 +0200
commitc2ed9b5daf19b86823b27a06799d7d43d476f654 (patch)
treee7c24b75e4cd2b181ebc9e88ad22bb888960c39d /HISTORY
parent614113cdcb1ebb176891664426e9c0cc2bb63c9d (diff)
downloadvdr-c2ed9b5daf19b86823b27a06799d7d43d476f654.tar.gz
vdr-c2ed9b5daf19b86823b27a06799d7d43d476f654.tar.bz2
New ringbuffer for frames
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 8e6777f2..51867369 100644
--- a/HISTORY
+++ b/HISTORY
@@ -610,7 +610,7 @@ Video Disk Recorder Revision History
- Explicitly switching back to the previously active channel after ending a
replay session (to have it shown correctly in case it was in 'Transfer Mode').
-2001-08-03: Version 0.86
+2001-08-05: Version 0.86
- Modified the display of the channel group separators (thanks to Markus Lang
for this suggestion).
@@ -618,3 +618,4 @@ Video Disk Recorder Revision History
the 'libdvdread' library to be installed.
- Fixed replay progress display in case replay is paused while watching an
ongoing recording.
+- Ringbuffer uses semaphores to signal empty/full conditions.