summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-09-08 09:03:10 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-09-08 09:03:10 +0200
commitc792c552979366bf781c9d9c817487bdd2926189 (patch)
tree788131b78d8485c53f294eaa4ad0cb439ab91d63 /HISTORY
parentf24f820e7deb5a9cadfb56f72ad39cb313c87092 (diff)
downloadvdr-c792c552979366bf781c9d9c817487bdd2926189.tar.gz
vdr-c792c552979366bf781c9d9c817487bdd2926189.tar.bz2
Implemented cTSBuffer
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY8
1 files changed, 7 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 146c1d33..88998b3a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1431,7 +1431,7 @@ Video Disk Recorder Revision History
time changed into the future (thanks to Matthias Schniedermeyer for reporting
this one).
-2002-09-04: Version 1.1.9
+2002-09-08: Version 1.1.9
- Fixed the 'newplugin' script to make it name the target for creating the
distribution package 'dist', as stated in the PLUGINS.html documentation.
@@ -1444,3 +1444,9 @@ Video Disk Recorder Revision History
cDevice::ProvidesChannel() is now used to determine whether a device can
receive a given channel, and by default this function returns false. So a
device that is a pure replaying device doesn't need to do anything here.
+- Increased the recorder buffer size to 5MB in order to be able to better handle
+ multiple recordings.
+- Implemented cTSBuffer for better handling TS packet buffering in derived
+ cDevice classes.
+- Changed the interface if cDevice::GetTSPacket() to avoid unnecessary copying
+ of data.