summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-04-25 14:23:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-04-25 14:23:58 +0200
commit509fc7f098fceb5d262071588895b6a19c832a2e (patch)
treef6069106d9707069c6c6e45a98a74e42720e6601 /HISTORY
parent6aeeae28ef8fd06c0932a0f46276f860e3cb3efc (diff)
downloadvdr-509fc7f098fceb5d262071588895b6a19c832a2e.tar.gz
vdr-509fc7f098fceb5d262071588895b6a19c832a2e.tar.bz2
Added a note to the INSTALL file about using subdirectories to split a large disk into separate areas for VDR's video data and other stuff
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 28bc551c..02d35bc5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6031,7 +6031,7 @@ Video Disk Recorder Revision History
Oliver Endriss for reporting this).
- Improved efficiency of cEIT::cEIT() (thanks to Tobias Bratfisch).
-2009-04-19: Version 1.7.6
+2009-04-25: Version 1.7.6
- cDevice::PlayTs() now syncs on the TS packet sync bytes.
- Made MAXFRAMESIZE a multiple of TS_SIZE to avoid breaking up TS packets.
@@ -6057,3 +6057,6 @@ Video Disk Recorder Revision History
- cDvbPlayer::Empty() subtracts 1 from readIndex, because Action() will first
increment it.
- Only storing non-zero Pts values in ptsIndex.
+- Added a note to the INSTALL file about using subdirectories to split a large
+ disk into separate areas for VDR's video data and other stuff (suggested by
+ Udo Richter).