From ea01358b3bca9d55402ba632c95cdd6458abfdb3 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 22 Nov 2009 15:58:00 +0100 Subject: Version 1.7.10 - Updated the Italian OSD texts (thanks to Diego Pierotto). - Fixed wrong bracketing in cChannel::SubtitlingType() etc. (thanks to Rolf Ahrenberg). - Fixed not logging changes for channels that have no number (reported by Timothy D. Lenz). - Changed the project's URLs and email to tvdr.de. - Added Lithuanian language translations (thanks to Valdemaras Pipiras). - Updated Chinese language texts (thanks to Nan Feng). - Only checking DVB_API_VERSION to be >=5 in order to stay compileable in case the DVB API version number is increased (the API claims to always be backward compatible). - Fixed saving terminal settings when running in background (thanks to Manuel Reimer). - Fixed cFrameDetector::Analyze() to handle video streams where the frame type is not detectable from the first TS packet of a frame. - Fixed writing the PCR pid into the PMT in cPatPmtGenerator::GeneratePmt() (reported by Rene van den Braken). - Added Slovakian language texts (thanks to Milan Hrala). - 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. - Fixed handling DVB subtitles for PES recordings (thanks to Rolf Ahrenberg). - Added the audio id to the call of PlayAudio() in cDevice::PlayTsAudio() (thanks to Andreas Schaefers). - Fixed references to old *.vdr file names in MANUAL (reported by Arthur Konovalov). - Reverted "Removed limitation to PAL resolution from SPU handling" because it cause nothing but trouble. Besides, the core VDR doesn't use this, anyway. - Fixed the default value for "Pause key handling" in the MANUAL (reported by Diego Pierotto). --- CONTRIBUTORS | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f80bce2..2e0eab9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ Tons of suggestions, bugreports, patches and other contributions have been provided by the people on the 'linux-dvb' and 'vdr' mailing lists Special thanks go to the following individuals (if your name is missing here, -please send an email to kls@cadsoft.de): +please send an email to kls@tvdr.de): Carsten Koch for adding LIRC support @@ -526,7 +526,7 @@ Andreas B Onno Kreuzinger for reporting leftover references to the file FORMATS in MANUAL and svdrp.c -Rudi Hofer (Rudi.Hofer@cadsoft.de) +Rudi Hofer (Rudi.Hofer@gmx.de) for his help in keeping 'channels.conf' up to date Gregoire Favre @@ -1081,6 +1081,8 @@ Rolf Ahrenberg for adding a note about the meaning of PERCENTAGEDELTA in cRingBuffer::UpdatePercentage() for fixing handling file name length on VFAT systems in case they contain UTF-8 characters + for fixing wrong bracketing in cChannel::SubtitlingType() etc. + for fixing handling DVB subtitles for PES recordings Ralf Klueber for reporting a bug in cutting a recording if there is only a single editing mark @@ -1573,6 +1575,7 @@ Arthur Konovalov for fixing a missing ',' in the Greek OSD texts for fixing a missing ',' in the Swedish OSD texts for reporting problems with CAMs when checking the CAM status too frequently + for reporting references to old *.vdr file names in MANUAL Milos Kapoun for suggesting to skip code table info in SI data @@ -2270,6 +2273,7 @@ Frank Schmirler for fixing handling the 'pointer field' in generating and parsing PAT/PMT for suggesting to use an "instance id" instead of the "resume id" to distinguish recordings of the same broadcast made by different instances of VDR + for fixing EntriesOnSameFileSystem() to avoid using f_fsid, which may be 0 Jörn Reder for reporting that a recording may unnecessarily block a device with a CAM, while @@ -2361,6 +2365,7 @@ Denis Knauf Diego Pierotto for translating OSD texts to the Italian language + for reporting a wrong default value for "Pause key handling" in the MANUAL Timo Eskola for implementing sending all frames to devices that can handle them in fast forward @@ -2489,3 +2494,23 @@ Martin Neuditschko Mikko Tuumanen for implementing full handling of subtitling descriptors + +Timothy D. Lenz + for reporting a problem with logging changes for channels that + have no number + +Valdemaras Pipiras + for translating OSD texts to the Lithuanian language + +Manuel Reimer + for fixing saving terminal settings when running in background + +Rene van den Braken + for reporting a bug in writing the PCR pid into the PMT in + cPatPmtGenerator::GeneratePmt() + +Milan Hrala + for translating OSD texts to the Slovakian language + +Andreas Schaefers + for adding the audio id to the call of PlayAudio() in cDevice::PlayTsAudio() -- cgit v1.2.3