diff options
author | Klaus Schmidinger <Klaus (dot) Schmidinger (at) tvdr (dot) de> | 2010-03-14 11:56:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <Klaus (dot) Schmidinger (at) tvdr (dot) de> | 2010-03-14 11:56:00 +0100 |
commit | 1eb12b4973033212b39a53249d8fb452e6914a8a (patch) | |
tree | d805f297262d6f1051b959a3d6a29c73e2be08e2 /CONTRIBUTORS | |
parent | 5ce592e54a4aa741444afae8eb80dff47bc355fd (diff) | |
download | vdr-patch-lnbsharing-1eb12b4973033212b39a53249d8fb452e6914a8a.tar.gz vdr-patch-lnbsharing-1eb12b4973033212b39a53249d8fb452e6914a8a.tar.bz2 |
Version 1.7.14vdr-1.7.14
- Fixed handling empty strings in cSource::FromString().
- Assigned the source character 'I' to "IPTV" (suggested by Rolf Ahrenberg).
- Assigned the source character 'V' to "Analog Video" (suggested by Lars Hanisch).
This obsoletes the ANALOGTV patch.
- Added support for ATSC devices (thanks to Alex Lasnier).
This obsoletes the ATSC patch.
- The "Source" item in the "Edit channel" menu now wraps around the list of sources
(suggested by Halim Sahin).
- Fixed editing channel parameters.
- The new setup option "Recording/Delete timeshift recording" controls whether a timeshift
recording is automatically deleted after viewing it.
This obsoletes the DELTIMESHIFTREC patch.
Note that the meaning of the values for this option is different from the DELTIMESHIFTREC
patch: 0 means timeshift recordings are not automatically deleted (the default behavior
as in previous versions), while 1 means to ask the user whether the recording shall be
deleted.
- Added cChannel::IsSourceType() to test if a channel's source is of a given type.
- Changed the polarization characters in cDvbSourceParam::GetOsdItem() to uppercase.
- The full timer file name is now displayed if it ends with "TITLE" or "EPISODE"
(pointed out by Udo Richter).
- Fixed "attempt to drop wrong frame from ring buffer" when skipping +/- one minute
during replay.
- The new setup option "Folders in timer menu" controls whether the file names in
the timer menu are shown with their full folder path.
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5b65c3a..b8d33c3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1092,6 +1092,7 @@ Rolf Ahrenberg <rahrenbe@cc.hut.fi> for a patch that was used to implement handling the "parental rating descriptor" suggesting to add plain text error messages to log entries from cOsd::SetAreas() for keeping subtitles visible when pausing replay + for suggesting to assign the source character 'I' to "IPTV" Ralf Klueber <ralf.klueber@vodafone.com> for reporting a bug in cutting a recording if there is only a single editing mark @@ -1670,6 +1671,8 @@ Udo Richter <udo_richter@gmx.de> for reporting a problem with cDevice::PlayTsVideo() and cDevice::PlayTsAudio() in case only part of the buffer has been accepted by the device for reporting missing defines for large files in the 'newplugin' script + for pointing out that the full timer file name should be displayed if it ends with + "TITLE" or "EPISODE" Sven Kreiensen <svenk@kammer.uni-hannover.de> for his help in keeping 'channels.conf.terr' up to date @@ -2388,6 +2391,8 @@ Halim Sahin <halim.sahin@t-online.de> works if the "EPG scan" is active for reporting a problem with adding new transponders in case there is only a single channel in the channel list + for suggesting to make the "Source" item in the "Edit channel" menu wrap around the + list of sources Denis Knauf <denis.knauf@gmail.com> for reporting a missing '-' at the next to last line of SVDRP help texts @@ -2568,3 +2573,9 @@ Matti Lehtimäki <matti.lehtimaki@gmail.com> Stephan Austermühle <au@hcsd.de> for suggesting to flush the file in cSafeFile::Close() + +Lars Hanisch <dvb@flensrocker.de> + for suggesting to assign the source character 'V' to "Analog Video" + +Alex Lasnier <alex@fepg.org> + for adding tuning support for ATSC devices |