diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-11-22 11:30:27 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-11-22 11:30:27 +0100 |
commit | 8ffbea3788d8c4cc1a83fbb8f3aae7f253cbaeef (patch) | |
tree | 25195cf9a30a26520d7b9fef16719a588f5bc3c6 /HISTORY | |
parent | 2db303d6f50ad7452eaff13ee2c9213de89a13c1 (diff) | |
download | vdr-8ffbea3788d8c4cc1a83fbb8f3aae7f253cbaeef.tar.gz vdr-8ffbea3788d8c4cc1a83fbb8f3aae7f253cbaeef.tar.bz2 |
Fixed generating the index for recordings from channels that put a whole GOP into one payload unit; regenerating index file
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -6157,7 +6157,7 @@ Video Disk Recorder Revision History Reinhard Nissl). - Implemented full handling of subtitling descriptors (thanks to Mikko Tuumanen). -2009-11-15: Version 1.7.10 +2009-11-22: Version 1.7.10 - Updated the Italian OSD texts (thanks to Diego Pierotto). - Fixed wrong bracketing in cChannel::SubtitlingType() etc. @@ -6180,3 +6180,11 @@ Video Disk Recorder Revision History - Fixed EntriesOnSameFileSystem() to avoid using f_fsid, which may be 0 (thanks to Frank Schmirler). - Fixed starting a recording at an I-frame. +- Fixed generating the index for recordings from channels that put a whole + GOP into one payload unit. +- The index file for TS recordings is now regenerated on-the-fly if a + recording is replayed that has no index. This can also be used to + re-create a broken index file by manually deleting the index file and then + replaying the recording (at least until the index file has been generated). +- The cRingBufferLinear::Read() function now returns -1 and sets errno to + EAGAIN if the buffer is already full. |