diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2009-05-03 17:15:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2009-05-03 17:15:00 +0200 |
commit | 991eda006700f1703bcec528c1ff178a4cab9048 (patch) | |
tree | 11f216938606e63027bc717e3d36668df646f474 /MANUAL | |
parent | 733a2becc44a02daf10b97d24b8a9c8b00de3964 (diff) | |
download | vdr-patch-lnbsharing-vdr-1.7.7.tar.gz vdr-patch-lnbsharing-vdr-1.7.7.tar.bz2 |
Version 1.7.7vdr-1.7.7
- The new function cDevice::GetVideoSize() returns the size and aspect ratio
of the video material currently displayed. This function is used to determine
the proper size of the OSD. Plugin authors should implement this function in
classes derived from cDevice, if they are able to replay video.
- The OSD and font sizes are now defined in percent of the actual video display
size. The maximum OSD size has been raised to 1920x1080, to allow full
screen OSD on HD systems.
- The OSD size is now automatically adjusted to the actual video display
(provided the output device implements the GetVideoSize() function).
- cFrameDetector::Analyze() now syncs on the TS packet sync bytes (thanks to
Oliver Endriss for reporting broken index generation after a buffer overflow).
Diffstat (limited to 'MANUAL')
-rw-r--r-- | MANUAL | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -489,12 +489,13 @@ Version 1.6 Theme = Default Defines the "theme" to use with the current skin. - Left = 54 The top and left offset of the OSD. - Top = 45 The valid ranges are left=0...672, top=0...567. + Left = 8 The left and top offset of the OSD, in percent of the + Top = 8 total video display width and height, respectively. + The valid range is 0...50%. - Width = 624 The width and height of the OSD. - Height = 486 The valid ranges are width=480...672, height=324...567. - The Width must be a multiple of 8. + Width = 87 The width and height of the OSD, in percent of the + Height = 84 total video display width and height, respectively. + The valid range is 50...100%. Message time = 1 The time (in seconds) how long an informational message shall be displayed on the OSD. The valid range @@ -516,11 +517,12 @@ Version 1.6 Fixed font = Courier:Bold The names of the various fonts to use. - Default font size = 22 - Small font size = 18 - Fixed font size = 20 - The sizes (in pixel) of the various fonts. Valid range is - 10...64. + Default font size = 3.8 + Small font size = 3.5 + Fixed font size = 3.1 + The sizes (in percent of the total video display height) + of the various fonts. The valid range is 1...10%, at + a resolution of 0.1%. Channel info position = bottom The position of the channel info window in the OSD |